aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2007-09-09 11:31:42 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2007-09-09 11:31:42 +0000
commit8caa24366467fc101de5ea2f23e0b408a4c3ef9e (patch)
treecc31c8d54ea7c18e9eeedd75d3310679c9bb4a6c /gcc
parent7a8faae861e39ac771e5387288b5315d45b78070 (diff)
downloadgcc-8caa24366467fc101de5ea2f23e0b408a4c3ef9e.zip
gcc-8caa24366467fc101de5ea2f23e0b408a4c3ef9e.tar.gz
gcc-8caa24366467fc101de5ea2f23e0b408a4c3ef9e.tar.bz2
uc1.ads: Compile with -gnatws.
* gnat.dg/specs/uc1.ads: Compile with -gnatws. From-SVN: r128296
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gnat.dg/specs/uc1.ads1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index f0555be..44830f5 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2007-09-09 Eric Botcazou <ebotcazou@adacore.com>
+ * gnat.dg/specs/uc1.ads: Compile with -gnatws.
+
+2007-09-09 Eric Botcazou <ebotcazou@adacore.com>
+
* gnat.dg/addr2_p.ads: Bump size of array to 9.
2007-09-09 Ira Rosen <irar@il.ibm.com>
diff --git a/gcc/testsuite/gnat.dg/specs/uc1.ads b/gcc/testsuite/gnat.dg/specs/uc1.ads
index 869103c..2997820 100644
--- a/gcc/testsuite/gnat.dg/specs/uc1.ads
+++ b/gcc/testsuite/gnat.dg/specs/uc1.ads
@@ -1,4 +1,5 @@
-- { dg-do compile }
+-- { dg-options "-gnatws" }
with System;
with System.Storage_Elements;