1. 02 Mar, 2018 16 commits
  2. 01 Mar, 2018 20 commits
  3. 28 Feb, 2018 4 commits
    • Warray-bounds-2.c: Declare helper static to avoid -fpic test failures. · d8e0920d
      
      gcc/testsuite/ChangeLog:
      
      	* c-c++-common/Warray-bounds-2.c: Declare helper static to avoid
      	-fpic test failures.
      	* c-c++-common/Wrestrict-2.c: Same.
      	* c-c++-common/Wstringop-truncation.c: Same.
      	* gcc.dg/Warray-bounds-22.c: Same.
      	* gcc.dg/Wstringop-overflow.c: Same.
      	* gcc.dg/attr-alloc_size-3.c (unsigned_range): Same.
      	(signed_range): Same.
      	(unsigned_anti_range): Same.
      	* gcc.dg/attr-alloc_size-4.c (unsigned_range): Same.
      	(signed_range): Same.
      	(unsigned_anti_range): Same.
      	* gcc.dg/attr-alloc_size-7.c: Same.
      	* gcc.dg/attr-alloc_size-8.c: Same.
      	* gcc.dg/builtin-alloc-size.c: Same.
      	* gcc.dg/builtin-stpncpy.c: Same.
      	* gcc.dg/builtins-nonnull.c: Same.
      	* gcc.dg/nonnull-4.c (g16_1_3_5_7_11_13): Same.
      	* gcc.dg/pr79214.c: Same.
      	* gcc.dg/tree-ssa/builtin-snprintf-warn-1.c: Same.
      	* gcc.dg/tree-ssa/builtin-snprintf-warn-2.c: Same.
      	* gcc.dg/tree-ssa/builtin-sprintf-5.c: Same.
      	* gcc.dg/tree-ssa/builtin-sprintf-warn-11.c: Same.
      	* gcc.dg/tree-ssa/builtin-sprintf-warn-12.c: Same.
      	* gcc.dg/tree-ssa/builtin-sprintf-warn-13.c: Same.
      	* gcc.dg/tree-ssa/builtin-sprintf-warn-14.c: Same.
      	* gcc.dg/tree-ssa/builtin-sprintf-warn-15.c: Same.
      	* gcc.dg/tree-ssa/builtin-sprintf-warn-19.c: Same.
      	* gcc.dg/tree-ssa/builtin-sprintf-warn-3.c: Same.
      	* gcc.dg/tree-ssa/builtin-sprintf-warn-9.c: Same.
      
      From-SVN: r258089
      Martin Sebor committed
    • PR c++/71784 - ICE with ref-qualifier and explicit specialization. · 9ea97097
      	* pt.c (determine_specialization): Check ref-qualifier.
      
      From-SVN: r258085
      Jason Merrill committed
    • config.gcc (powerpc-ibm-aix7.1.*): New stanza. · 74fc2a2b
      * config.gcc (powerpc-ibm-aix7.1.*): New stanza.
      (powerpc-ibm-aix[789]*): Default to AIX 7.2.
      * config/rs6000/aix71.h (TARGET_DEFAULT): Revert to Power4 ISA.
      * config/rs6000/aix72.h: New file.
      
      From-SVN: r258082
      David Edelsohn committed
    • re PR target/84014 (ICE in setup_min_max_allocno_live_range_point, at ira-build.c:2762) · 99f6220a
              PR target/84014
              * gcc.target/powerpc/pr84014.c: Use ilp32, not -m32 option.
      
      From-SVN: r258081
      David Edelsohn committed