* gnat.dg/lto6.adb: Remove superfluous -gnat05 switch.

From-SVN: r159198
This commit is contained in:
Eric Botcazou 2010-05-09 10:32:36 +00:00 committed by Eric Botcazou
parent aa34f42ce2
commit d10380d26c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-05-09 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/lto6.adb: Remove superfluous -gnat05 switch.
2010-05-08 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/lto[12456].adb: Add "target lto" marker.

View File

@ -1,5 +1,5 @@
-- { dg-do run }
-- { dg-options "-gnat05 -O2 -flto" { target lto } }
-- { dg-options "-O2 -flto" { target lto } }
with Lto6_Pkg; use Lto6_Pkg;