aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-05Fix PR c/69122 (-Wmisleading-indentation false positive with empty macros)David Malcolm
gcc/c-family/ChangeLog: PR c/69122 * c-indentation.c (get_visual_column): Remove default argument. (should_warn_for_misleading_indentation): For the multiline case, update call to get_visual_column for next_stmt_exploc so that it captures the location of the first non-whitespace character in the relevant line. Don't issue warnings if there is non-whitespace before the next statement. gcc/testsuite/ChangeLog: PR c/69122 * c-c++-common/Wmisleading-indentation.c (pr69122): New function. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232076 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-05 gcc/cp/Nathan Sidwell
PR c++/58583 * pt.c (build_non_dependent_expr): Don't try a checking fold when parsing an nsdmi. gcc/testsuite/ PR c++/58583 * g++.dg/cpp0x/nsdmi-template14.C: Adjust test & errors. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232075 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-05 gcc/Nathan Sidwell
* alias.c (compare_base_decls): Use symtab_node::get. gcc/testsuite/ * gcc.dg/alias-15.c: New. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232073 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-05 PR target/68770Nick Clifton
* ira-costs.c (copy_cost): Initialise the t_icode field of the secondary_reload_info structure. tests: * g++.dg/pr68770.C: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232072 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-05 PR target/66655Nick Clifton
* config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak decls if weak support is available. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232071 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-05* doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.Martin Sebor
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232070 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-05Daily bump.GCC Administrator
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232069 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-04 (check_effective_target_cilkplus): Remove special case for NVPTX.Mike Stump
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232063 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-04 * lib/target-supports.exp (check_effective_target_cilkplus):Mike Stump
cilkplus targets require pthreads. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232062 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-042016-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>Michael Meissner
* config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add OPTION_MASK_P9_DFORM. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232061 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-04[gcc]Michael Meissner
2016-01-04 Michael Meissner <meissner@linux.vnet.ibm.com> * config/rs6000/constraints.md (wo constraint): New constraint for ISA 3.0 (power9). * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support for wo constraint. (rs6000_init_hard_regno_mode_ok): Likewise. * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for wo constraint. * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm expanders not to have constraints. Add support for ISA 3.0 xxperm instruction. Add support for fusing xxlor with xxperm. (altivec_vperm_<mode>_internal): Likewise. (altivec_vperm_v8hiv16qi): Likewise. (altivec_vperm_<mode>v16q): Likewise. (altivec_vperm_<mode>_uns): Likewise. (vperm_v8hiv4si): Likewise. (vperm_v16qiv8hi): Likewise. * doc/md.texi (RS/6000 constraints): Document wo constraint. [gcc/testsuite] 2016-01-04 Michael Meissner <meissner@linux.vnet.ibm.com> * gcc.target/powerpc/p9-permute.c: New test for xxperm code generation. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232060 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-04 * update-copyright.py (GCCCopyright): Add NVIDIA CorporationJakub Jelinek
as external author. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232056 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-04 Update copyright years.Jakub Jelinek
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232055 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-04gcc/Jakub Jelinek
* gcc.c (process_command): Update copyright notice dates. * gcov-dump.c (print_version): Ditto. * gcov.c (print_version): Ditto. * gcov-tool.c (print_version): Ditto. * gengtype.c (create_file): Ditto. * doc/cpp.texi: Bump @copying's copyright year. * doc/cppinternals.texi: Ditto. * doc/gcc.texi: Ditto. * doc/gccint.texi: Ditto. * doc/gcov.texi: Ditto. * doc/install.texi: Ditto. * doc/invoke.texi: Ditto. gcc/ada/ * gnat_ugn.texi: Bump @copying's copyright year. * gnat_rm.texi: Likewise. gcc/fortran/ * gfortranspec.c (lang_specific_driver): Update copyright notice dates. * gfc-internals.texi: Bump @copying's copyright year. * gfortran.texi: Ditto. * intrinsic.texi: Ditto. * invoke.texi: Ditto. gcc/go/ * gccgo.texi: Bump @copyrights-go year. gcc/java/ * jcf-dump.c (version): Update copyright notice dates. libgomp/ * libgomp.texi: Bump @copying's copyright year. libitm/ * libitm.texi: Bump @copying's copyright year. libjava/ * classpath/gnu/java/rmi/registry/RegistryImpl.java (version): Update copyright notice dates. * classpath/tools/gnu/classpath/tools/orbd/Main.java (run): Ditto. * gnu/gcj/convert/Convert.java (version): Update copyright notice dates. * gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto. libquadmath/ * libquadmath.texi: Bump @copying's copyright year. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232053 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-04 PR c/68908Marek Polacek
* c-typeck.c (build_atomic_assign): Improve commentary. Add optimization to use __atomic_fetch_* built-in if possible. * gcc.dg/atomic/c11-atomic-exec-6.c: New test. * gcc.dg/atomic/c11-atomic-exec-7.c: New test. * gcc.dg/atomic/stdatomic-op-5.c: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232052 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-04 * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integerEric Botcazou
modes larger than TImode as TImode if NEON is not enabled. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232051 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-04 PR target/69100Eric Botcazou
* config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit mode for %f0-%f31 only if TARGET_FPU. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232050 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-04 PR target/69072Eric Botcazou
* config/sparc/sparc.c (scan_record_type): Take into account subfields to compute the PACKED_P predicate. (function_arg_record_value): Minor tweaks. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232049 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-042016-01-04 Thomas Preud'homme <thomas.preudhomme@arm.com>Thomas Preud'homme
gcc/ * doc/install.texi (--with-multilib-list): Describe the meaning of the option for arm*-*-* targets. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232048 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-042016-01-03 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
gcc/ * doc/extend.texi (Common Function Attributes): Move docs for MSP430-specific attributes to.... (MSP430 Function Attributes): ...here. Delete the redundant entries and copy-edit the remaining text. (MSP430 Variable Attributes): Use uniform format for index entries and add a cross-reference to the corresponding function attribute docs. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232047 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-042016-01-03 Vladimír Čunát <vcunat@gmail.com>Vladimír Čunát
gcc/ * doc/invoke.texi (RS/6000 and PowerPC Options): Fix -finite-math typo. (x86 Options): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232046 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-04Daily bump.GCC Administrator
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232045 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-032016-01-03 Paul Thomas <pault@gcc.gnu.org>Paul Thomas
PR fortran/65045 * gfortran.dg/pr65045.f90: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232042 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-032016-01-03 Matthias Klose <doko@ubuntu.com>Matthias Klose
* libtool-version: Bump soversion. * include/jvm.h (GCJ_CXX_ABI_VERSION): Don't encode __GNUC_MINOR__. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232040 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-03 * gnatvsn.ads: Bump copyright year.Eric Botcazou
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232039 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-03Daily bump.GCC Administrator
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232038 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-02 * gnat.dg/specs/debug1.ads: Delete.Eric Botcazou
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232035 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-022016-01-01 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
PR 1078 gcc/ * extend.texi (Common Function Attributes) <no_stack_limit>: New. * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer to corresponding attribute. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232034 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-02Daily bump.GCC Administrator
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232033 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-012016-01-01 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
gcc/ * doc/extend.texi (Common Function Attributes) <noplt>: Move to correct alphabetization of table. Copy-edit and correct markup. <stack_protect>: Likewise. <target_clones>: Likewise. <simd>: Likewise. * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>: Correct punctuation. (Code Gen Options) <-fno-plt>: Copy-edit. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232030 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-012016-01-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle
PR libgfortran/68867 * gfortran.dg/default_format_denormal_2.f90: Fix the dg regular expression. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232029 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-01 PR target/68917Bernd Edlinger
* config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of SI values. Explicitly convert SI to DI and vice-versa. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232028 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-012016-01-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle
PR libgfortran/68867 * gfortran.dg/default_format_denormal_2.f90: XFAIL for all PowerPC. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232027 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-012016-01-01 Paul Thomas <pault@gcc.gnu.org>Paul Thomas
PR fortran/68864 * trans-array.c (evaluate_bound): If deferred, test that 'desc' is an array descriptor before using gfc_conv_descriptor_xxx. 2016-01-01 Paul Thomas <pault@gcc.gnu.org> PR fortran/68864 * gfortran.dg/pr68864.f90: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232026 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-01 PR tree-optimization/69070Jakub Jelinek
* tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST. * gcc.dg/pr69070.c: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232025 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-01 PR sanitizer/69055Jakub Jelinek
* ubsan.c (ubsan_instrument_float_cast): Call initialize_sanitizer_builtins. * gfortran.dg/pr69055.f90: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232024 138bc75d-0d04-0410-961f-82ee72b054a4
2016-01-01Daily bump.GCC Administrator
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232023 138bc75d-0d04-0410-961f-82ee72b054a4
2015-12-31 PR target/69015Jakub Jelinek
* ifcvt.c (find_cond_trap): Give up if returnjump_p (jump). * gcc.dg/pr69015.c: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232020 138bc75d-0d04-0410-961f-82ee72b054a4
2015-12-31Rotate ChangeLog.Jakub Jelinek
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232019 138bc75d-0d04-0410-961f-82ee72b054a4
2015-12-31 * config.guess: Import version 2016-01-01.Ben Elliston
* config.sub: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232018 138bc75d-0d04-0410-961f-82ee72b054a4
2015-12-31 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: CorrectNathan Sidwell
dg-additional-options syntax. * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232017 138bc75d-0d04-0410-961f-82ee72b054a4
2015-12-31 * fr.po: Update.Joseph Myers
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232012 138bc75d-0d04-0410-961f-82ee72b054a4
2015-12-31Daily bump.GCC Administrator
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232011 138bc75d-0d04-0410-961f-82ee72b054a4
2015-12-302015-12-30 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle
PR fortran/68987 * gfortran.dg/error_format_2.f90: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232007 138bc75d-0d04-0410-961f-82ee72b054a4
2015-12-30 * gfortran.dg/coarray_40.f90: Revise to use dg-additional-options.John David Anglin
* gfortran.dg/coarray_lib_comm_1.f90: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232005 138bc75d-0d04-0410-961f-82ee72b054a4
2015-12-30 * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): CheckNathan Sidwell
it's not a constant pool object. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232003 138bc75d-0d04-0410-961f-82ee72b054a4
2015-12-30Daily bump.GCC Administrator
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@232000 138bc75d-0d04-0410-961f-82ee72b054a4
2015-12-292015-12-29 Michael Meissner <meissner@linux.vnet.ibm.com>Michael Meissner
* config/rs6000/rs6000.c (init_float128_ieee): Remove IEEE 128-bit comparison functions in cmp_optab and ucmp_optab. (rs6000_generate_compare): Rewrite IEEE 128-bit floating point software emulation comparisons to only use __eqkf2, __gekf2, __lekf2, and __unordkf2 functions. (rs6000_invalid_binary_op): Add support for -mfloat128-convert. * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define __FLOAT128_HARDWARE__ if hardware IEEE 128-bit support is available. * config/rs6000/rs6000.opt (-mfloat128-convert): Add debug switch to allow IBM extended double and IEEE 128-bit floating point to be converted with default conversions. * config/rs6000/rs6000.md (extendkftf2): Add converters between KFmode and TFmode if -mabi=ieeelongdouble. (trunctfkf2): Likewise. (ieee128_mfvsrd): Split 64-bit integer conversions into 32-bit and 64-bit insns. (ieee128_mfvsrd_64bit): Likewise. (ieee128_mfvsrd_32bit): Likewise. (ieee128_mtvsrd): Likewise. (ieee128_mtvsrd_64bit): Likewise. (ieee128_mtvsrd_32bit): Likewise. * doc/extend.texi (Floating Types): Document that complex __float128 does not work currently. * doc/invoke.texi (RS/6000 and PowerPC Options): Document that -mfloat128 is only supported on PowerPC 64-bit Linux systems. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@231996 138bc75d-0d04-0410-961f-82ee72b054a4
2015-12-29gcc/testsuite/ChangeLog:Andre Vehreschild
2015-12-29 Andre Vehreschild <vehre@gcc.gnu.org> PR fortran/69011 * gfortran.dg/allocate_with_source_16.f90: New test. gcc/fortran/ChangeLog: 2015-12-29 Andre Vehreschild <vehre@gcc.gnu.org> PR fortran/69011 * trans-stmt.c (gfc_trans_allocate): Unwrap a NOP_EXPR to make sure the actual type of the source=-expr is used when it is of class type. Furthermore prevent an ICE. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@231992 138bc75d-0d04-0410-961f-82ee72b054a4
2015-12-29libmpx/Tsvetkova Alexandra
2015-12-29 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com> * libmpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Special handling of one pointer copy. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@231991 138bc75d-0d04-0410-961f-82ee72b054a4