OSDN Git Service

* gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Oct 2004 00:17:07 +0000 (00:17 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Oct 2004 00:17:07 +0000 (00:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89517 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 7aa6a93..cd404d1 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 010eaf4..75c8bff 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" } */