avr-torture.exp (AVR_TORTURE_OPTIONS): Add "-Os -flto" to list.

* gcc.target/avr/torture/avr-torture.exp (AVR_TORTURE_OPTIONS):
	Add "-Os -flto" to list.

From-SVN: r185793
This commit is contained in:
Georg-Johann Lay 2012-03-26 11:29:57 +00:00 committed by Georg-Johann Lay
parent 4b12e93df8
commit 6b3936a2ba
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-03-26 Georg-Johann Lay <avr@gjlay.de>
* gcc.target/avr/torture/avr-torture.exp (AVR_TORTURE_OPTIONS):
Add "-Os -flto" to list.
2012-03-25 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/concat2.ad[sb]: New test.

View File

@ -38,6 +38,7 @@ dg-init
{ -O0 } \
{ -O1 } \
{ -O2 } \
{ -Os -flto } \
{ -O2 -mcall-prologues } \
{ -O2 -fdata-sections } \
{ -O2 -fmerge-all-constants } \