* gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
authorBen Elliston <bje@au.ibm.com>
Mon, 25 Oct 2004 00:17:07 +0000 (00:17 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 25 Oct 2004 00:17:07 +0000 (10:17 +1000)
From-SVN: r89517

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/c90-const-expr-3.c

index 7aa6a93d46dc33de3835f424021f93d2c93ed1ba..cd404d13a1c93932691c7a5455e1523f954acf69 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-24  Ben Elliston  <bje@au.ibm.com>
+
+       * gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
+
 2004-10-24  Geoffrey Keating  <geoffk@geoffk.org>
 
        * gcc.dg/c90-const-expr-3.c: xfail all the ASSERT_NOT_NPC tests.
index 010eaf4776bcf1637efe527d8e9074a02579d12d..75c8bff70f73b41d1e18fbaad27a95e4e734658b 100644 (file)
@@ -1,4 +1,5 @@
 /* Test for constant expressions: broken optimization with const variables.  */
+/* Reference: ISO 9989:1990 6.5.15 */
 /* Origin: Joseph Myers <jsm28@cam.ac.uk> */
 /* { dg-do compile } */
 /* { dg-options "-std=iso9899:1990 -O2" } */