Skip to content
Snippets Groups Projects
  1. Apr 11, 2014
  2. Apr 10, 2014
    • Jason Merrill's avatar
      * g++.dg/dso/dlclose1.C: Disable for 4.9. · 5ea64744
      Jason Merrill authored
      From-SVN: r209283
      5ea64744
    • Bernd Edlinger's avatar
      moved this ChangeLog entry to fortran/ChangeLog · ce1d2dcc
      Bernd Edlinger authored
      2014-04-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              PR fortran/60191
              * fortran/trans-types.c (gfc_get_function_type): In case of recursion
              build a variadic function type with empty argument list instead of a
              stdarg-like function type with incomplete argument list.
      
      From-SVN: r209282
      ce1d2dcc
    • Jakub Jelinek's avatar
      re PR lto/60567 (lto1 ICE in add_symbol_to_partition, at... · fa5866c0
      Jakub Jelinek authored
      re PR lto/60567 (lto1 ICE in add_symbol_to_partition, at lto/lto-partition.c:233 with -fno-use-linker-plugin)
      
      	PR lto/60567
      	* ipa.c (function_and_variable_visibility): Copy forced_by_abi flag from
      	decl_node to node.
      
      	* g++.dg/lto/pr60567_0.C: New test.
      
      From-SVN: r209280
      fa5866c0
    • Richard Biener's avatar
      re PR ipa/60761 (Improve dump_decl for clones) · 8aa1cce6
      Richard Biener authored
      
      	PR ipa/60761
      	* error.c (dump_decl) <case FUNCTION_DECL>: If
      	DECL_LANG_SPECIFIC is NULL, but DECL_ABSTRACT_ORIGIN is not,
      	recurse on DECL_ABSTRACT_ORIGIN instead of printing
      	<built-in>.
      
      Co-Authored-By: default avatarJakub Jelinek <jakub@redhat.com>
      
      From-SVN: r209278
      8aa1cce6
    • Bernd Edlinger's avatar
      class.c (gfc_build_class_symbol): Append "_t" to target class names to make... · 073afca6
      Bernd Edlinger authored
      class.c (gfc_build_class_symbol): Append "_t" to target class names to make the generated type names unique.
      
      gcc:
      2014-04-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              * fortran/class.c (gfc_build_class_symbol): Append "_t" to target class
              names to make the generated type names unique.
      
      testsuite:
      2014-04-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              * gfortran.dg/class_nameclash.f90: New test.
      
      From-SVN: r209277
      073afca6
    • Paolo Carlini's avatar
      re PR c++/52844 (ICE) · 87c66338
      Paolo Carlini authored
      2014-04-10  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/52844
      	* g++.dg/cpp0x/variadic156.C: New.
      
      From-SVN: r209276
      87c66338
    • Andreas Krebbel's avatar
      htm-builtins-compile-1.c: Replace long long with long. · 0e2f1313
      Andreas Krebbel authored
      2014-04-10  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
      
      	* gcc.target/s390/htm-builtins-compile-1.c: Replace long long with
      	long.
      
      From-SVN: r209275
      0e2f1313
    • Andreas Schwab's avatar
      Remove TLS symbols from libstdc++ baselines · 4ada6d58
      Andreas Schwab authored
      * config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Remove TLS
      symbols.
      * config/abi/post/m68k-linux-gnu/baseline_symbols.txt: Likewise.
      * config/abi/post/mips64-linux-gnu/baseline_symbols.txt: Likewise.
      
      From-SVN: r209270
      4ada6d58
    • Ramana Radhakrishnan's avatar
      Fix PR debug/60655 part 2. · b322c36a
      Ramana Radhakrishnan authored
      2014-04-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
      
              PR debug/60655
              * config/arm/arm.c (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Define
              (arm_const_not_ok_for_debug_p): Reject MINUS with SYM_REF's
              ameliorating the cases where it can be.
      
      2014-04-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
      
              PR debug/60655
              * gcc.c-torture/compile/pr60655-2.c: Copy from pr60655-1.c without
              -fdata-sections.
      
      From-SVN: r209269
      b322c36a
    • Andreas Schwab's avatar
      Update ia64 libstdc++ baseline symbols · 9e837b7f
      Andreas Schwab authored
      * config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update.
      
      From-SVN: r209266
      9e837b7f
    • GCC Administrator's avatar
      Daily bump. · 0a90f7ee
      GCC Administrator authored
      From-SVN: r209260
      0a90f7ee
  3. Apr 09, 2014
    • Eric Botcazou's avatar
      re PR ada/54040 ([x32] Incorrect timeval and timespec) · 7056f58f
      Eric Botcazou authored
      
      	PR ada/54040
      	PR ada/59346
      	* s-osinte-x32.adb (To_Timespec): Add use directive.
      	* s-osprim-x32.ads (Clock): Adjust.
      	(To_Timespec): Likewise.
      
      Co-Authored-By: default avatarSvante Signell <svante.signell@gmail.com>
      
      From-SVN: r209257
      7056f58f
    • David Edelsohn's avatar
      Revert · 8267f6bb
      David Edelsohn authored
              2014-04-08  Pat Haugen  <pthaugen@us.ibm.com>
      
              * config/rs6000/sync.md (AINT mode_iterator): Move definition.
              (loadsync_<mode>): Change mode.
              (load_quadpti, store_quadpti): New.
              (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
              * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
              * config/rs6000/predicates.md (quad_memory_operand): !TARGET_SYNC_TI.
      
      From-SVN: r209253
      8267f6bb
    • Fabien Chêne's avatar
      pt.c (check_template_variable): Check for the return of pedwarn before emitting a note. · 51970b3e
      Fabien Chêne authored
      2014-04-09  Fabien Chêne  <fabien@gcc.gnu.org>
      
      	* pt.c (check_template_variable): Check for the return of pedwarn
      	before emitting a note.
      	* parser.c (cp_parser_lambda_introducer): Likewise.
      
      From-SVN: r209252
      51970b3e
    • Steve Ellcey's avatar
      ssa-ifcombine-13.c: Remove mips*-*-* from option and scan lists. · dbe1eced
      Steve Ellcey authored
      2014-04-09  Steve Ellcey  <sellcey@mips.com>
      
      	* gcc.dg/tree-ssa/ssa-ifcombine-13.c: Remove mips*-*-* from option
      	and scan lists.
      
      From-SVN: r209248
      dbe1eced
    • Eric Botcazou's avatar
      Adjust · 303a0cea
      Eric Botcazou authored
      From-SVN: r209247
      303a0cea
    • Eric Botcazou's avatar
      re PR ada/54040 ([x32] Incorrect timeval and timespec) · ebe0249e
      Eric Botcazou authored
      	PR ada/54040
      	PR ada/59346
      	* s-osinte-x32.adb: New file.
      	* s-linux.ads (Time): New section.
      	* s-linux-alpha.ads (Time): Likewise.
      	* s-linux-android.ads (Time: Likewise.
      	* s-linux-hppa.ads (Time): Likewise.
      	* s-linux-mipsel.ads (Time): Likewise.
      	* s-linux-sparc.ads (Time): Likewise.
      	* s-linux-x32.ads (Time): Likewise.
      	* s-osprim-x32.ads (timespec): Adjust.
      	* s-osinte-linux.ads (Time): Define local subtypes for those defined
      	in System.Linux.
      	* s-taprop-linux.adb (Monotonic_Clock): Do not define timeval.
      	* s-osinte-hpux.ads (timespec): Revert POSIX breakage.
      	* s-osinte-kfreebsd-gnu.ads (timespec): Likewise.
      	* s-osinte-solaris-posix.ads (timespec): Likewise.
      	* s-osinte-posix.adb (To_Timespec): Likewise.
      	* gcc-interface/Makefile.in (x32/Linux): Use s-osinte-x32.adb.
      
      From-SVN: r209244
      ebe0249e
    • Rainer Orth's avatar
      Check if GCC uses assembler cfi support · 5e1f630a
      Rainer Orth authored
      	* config/generic/asmcfi.h: Also check for
      	__GCC_HAVE_DWARF2_CFI_ASM.
      
      From-SVN: r209242
      5e1f630a
    • Cong Hou's avatar
      re PR testsuite/60773 (FAIL: gcc.dg/vect/pr60656.c -flto -ffat-lto-objects ... · 5d1a5a53
      Cong Hou authored
      re PR testsuite/60773 (FAIL: gcc.dg/vect/pr60656.c -flto -ffat-lto-objects  scan-tree-dump-times vect "vectorized 1 loops" 1)
      
      2014-04-09  Cong Hou  <congh@google.com>
      
      	PR testsuite/60773
      	* doc/sourcebuild.texi (vect_widen_mult_si_to_di_pattern): Add
      	documentation.
      
      	* lib/target-supports.exp:
      	(check_effective_target_vect_widen_si_to_di_pattern): New.
      	* gcc.dg/vect/pr60656.c: Require vect_long effective target.
      	Use scan-tree-dump-times for vect_widen_mult_si_to_di_pattern
      	targets only.
      	(foo): Fix up formatting.
      	(main): Call check_vect.
      
      From-SVN: r209241
      5d1a5a53
    • Eric Botcazou's avatar
      re PR ada/60411 (Ada bootstrap failure on ARM) · 7dfaf6c3
      Eric Botcazou authored
      	PR ada/60411
      	* s-osinte-android.ads: Adjust.
      
      From-SVN: r209237
      7dfaf6c3
    • Bill Schmidt's avatar
      rs6000.c (rs6000_expand_vector_set): Use vnand instead of vnor to exploit... · da90fa4c
      Bill Schmidt authored
      rs6000.c (rs6000_expand_vector_set): Use vnand instead of vnor to exploit possible fusion opportunity in the future.
      
      2014-04-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	* config/rs6000/rs6000.c (rs6000_expand_vector_set): Use vnand
      	instead of vnor to exploit possible fusion opportunity in the
      	future.
      	(altivec_expand_vec_perm_const_le): Likewise.
      
      From-SVN: r209235
      da90fa4c
    • GCC Administrator's avatar
      Daily bump. · 8312c7fd
      GCC Administrator authored
      From-SVN: r209233
      8312c7fd
    • Paolo Carlini's avatar
      re PR c++/59115 (ICE with invalid template parameter) · a7c3f276
      Paolo Carlini authored
      /cp
      2014-04-08  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/59115
      	* pt.c (process_template_parm): For an invalid non-type parameter
      	only set TREE_TYPE to error_mark_node.
      	(push_inline_template_parms_recursive, comp_template_parms,
      	redeclare_class_template, coerce_template_template_parm,
      	coerce_template_template_parms, unify): Use error_operand_p.
      
      /testsuite
      2014-04-08  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/59115
      	* g++.dg/template/crash119.C: New.
      
      From-SVN: r209230
      a7c3f276
  4. Apr 08, 2014
Loading