diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/c90-const-expr-3.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/c90-const-expr-3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/c90-const-expr-3.c b/gcc/testsuite/gcc.dg/c90-const-expr-3.c index 010eaf4776b..75c8bff70f7 100644 --- a/gcc/testsuite/gcc.dg/c90-const-expr-3.c +++ b/gcc/testsuite/gcc.dg/c90-const-expr-3.c @@ -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" } */ |