]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gnat.dg/lto6.adb: Remove superfluous -gnat05 switch.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 May 2010 10:32:36 +0000 (10:32 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 May 2010 10:32:36 +0000 (10:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159198 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/lto6.adb

index 365773128850c4b47f78156bef49802a8fe2f014..35d7436d8cda5e995f7b797c2b25a409c4b03152 100644 (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.
index 69cadc8115c934a2ac352a87964a916ea35f99be..f8cbf4dd00ab55399c95a1f4fb8f590456c5a984 100644 (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;