diff options
| -rw-r--r-- | gcc/testsuite/g++.old-deja/g++.jason/rfg27.C | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.jason/rfg27.C b/gcc/testsuite/g++.old-deja/g++.jason/rfg27.C index 8fb85e8..a6c09b5 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/rfg27.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/rfg27.C @@ -1,3 +1,6 @@ +// Don't compile this one with -Wno-long-long... +// Special g++ Options: -pedantic-errors + short volatile short var_0_2; /* ERROR - duplicate short */ long volatile long var_0_3; /* ERROR - duplicate long */ signed volatile signed var_0_7; /* ERROR - duplicate signed */ |
