* gnat.dg/vect9.adb: Add -w to dg-options.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Dec 2012 14:43:34 +0000 (14:43 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Dec 2012 14:43:34 +0000 (14:43 +0000)
* gnat.dg/vect10.adb: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194331 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/vect10.adb
gcc/testsuite/gnat.dg/vect9.adb

index 823916a..b22f638 100644 (file)
@@ -1,3 +1,8 @@
+2012-12-09  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/vect9.adb: Add -w to dg-options.
+       * gnat.dg/vect10.adb: Likewise.
+
 2012-12-09  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/55593
index 819e244..62b9424 100644 (file)
@@ -1,4 +1,5 @@
 -- { dg-do compile }
+-- { dg-options "-w" }
 
 package body Vect10 is
 
index 9c586c2..85f19bd 100644 (file)
@@ -1,5 +1,5 @@
 -- { dg-do compile }
--- { dg-options "-O" }
+-- { dg-options "-O -w" }
 
 package body Vect9 is