1. 28 Feb, 2013 7 commits
    • re PR c++/55813 (Poorly named/documented option Wctor-dtor-privacy) · 502c067d
      2013-02-28  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/55813
      	* doc/invoke.texi ([-Wctor-dtor-privacy]): Complete.
      
      From-SVN: r196334
      Paolo Carlini committed
    • configure.ac: Don't define ENABLE_CHECKING whenever --enable-checking is seen... · 1a80db97
      	* configure.ac: Don't define ENABLE_CHECKING whenever
      	--enable-checking is seen, instead use similar --enable-checking=yes
      	vs. --enable-checking=release default as gcc/ subdir has and
      	define ENABLE_CHECKING if ENABLE_CHECKING is defined in gcc/.
      	Define ENABLE_VALGRIND_CHECKING if requested.
      	* lex.c (new_buff): If ENABLE_VALGRIND_CHECKING, put _cpp_buff
      	struct first in the allocated buffer and result->base after it.
      	(_cpp_free_buff): If ENABLE_VALGRIND_CHECKING, free buff itself
      	instead of buff->base.
      	* config.in: Regenerated.
      	* configure: Regenerated.
      
      From-SVN: r196333
      Jakub Jelinek committed
    • re PR target/56445 (avr.c:11551:16: error: invoking macro FX_FTYPE_FX ar gument… · ff24afc8
      re PR target/56445 (avr.c:11551:16: error: invoking macro FX_FTYPE_FX ar gument 1: empty macro arguments are undefined)
      
      	PR target/56445
      	* config/avr/avr.c (avr_init_builtins): Use 'n' instead of empty
      	macro parameters with: FX_FTYPE_FX, FX_FTYPE_FX_INT, INT_FTYPE_FX,
      	INTX_FTYPE_FX, FX_FTYPE_INTX.
      	* config/avr/builtins.def: Adjust respective DEF_BUILTIN.
      
      From-SVN: r196332
      Georg-Johann Lay committed
    • * avr/avr-mcus.def (ata5272, ata5505, attiny1634, ata6285) · c7b1fc1b
      	(ata6286, atmega8a, atmega48pa, ata5790, ata5790n, ata5795)
      	(atmega164pa, atmega165pa, atmega168pa, atmega16hva, atmega16hvb)
      	(atmega16hvbrevb, atmega16m1, atmega16u4, atmega26hvg, atmega32a)
      	(atmega32a, atmega3250pa, atmega3290pa, atmega32c1, atmega32m1)
      	(atmega32u4, atmega32u6, atmega64a, atmega6490a, atmega6490p)
      	(atmega64c1, atmega64m1, atmega64rfa2, atmega64rfr2, atmega32hvb)
      	(atmega32hvbrevb, atmega16hva2, atmega48hvf, at90pwm161)
      	(atmega128a, atmega1284, atmxt112sl, atmxt224, atmxt224e)
      	(atmxt336s, atxmega16a4u, atxmega16c4, atxmega32a4u, atxmega32c4)
      	(atxmega32e5, atxmega64a3u, atxmega64a4u, atxmega64b1, atxmega64b3)
      	(atxmega64c3, atxmega64d4, atxmega128a3u, atxmega128b1)
      	(atxmega128b3, atxmega128c3, atxmega128d4, atmxt540s, atmxt540sreva)
      	(atxmega192a3u, atxmega192c3, atxmega256a3u, atxmega256c3)
      	(atxmega384c3, atxmega384d3, atxmega128a4u): New AVR_MCU.
      	(avrxmega6): Increase max flash segments from 5 to 6.
      	* config/avr/t-multilib: Regenerate.
      	* config/avr/avr-tables.opt: Regenerate.
      	* doc/avr-mmcu.texi: Regenerate.
      
      From-SVN: r196331
      Georg-Johann Lay committed
    • avr.h (device_to_arch): Rename to device_to_ld. · 4a0e3cfe
      	* config/avr/avr.h (device_to_arch): Rename to device_to_ld.
      	(avr_device_to_arch): Rename to avr_device_to_ld.
      	(avr_device_to_as): New prototype.
      	(EXTRA_SPEC_FUNCTIONS): Add device_to_as.
      	(ASM_SPEC): Use device_to_as to get -mmcu= and -mno-skip-bug=.
      	* config/avr/driver-avr.c (avr_device_to_as): New.
      	(avr_device_to_arch): Rename to avr_device_to_ld.
      
      From-SVN: r196330
      Georg-Johann Lay committed
    • slsr-1.c: Allow widening multiplications. · 6166d433
      2013-02-28  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
      
      	* gcc.dg/tree-ssa/slsr-1.c: Allow widening multiplications.
      	* gcc.dg/tree-ssa/slsr-2.c: Likewise.
      	* gcc.dg/tree-ssa/slsr-3.c: Likewise.
      
      From-SVN: r196329
      Naveen H.S committed
    • Daily bump. · 2c57fbcf
      From-SVN: r196328
      GCC Administrator committed
  2. 27 Feb, 2013 16 commits
  3. 26 Feb, 2013 17 commits