aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2000-06-13 19:47:37 -0400
committerJason Merrill <jason@gcc.gnu.org>2000-06-13 19:47:37 -0400
commita032eacb1b30960ed3cbc0fe6de47bd97ec816cc (patch)
tree91d4b5c0bd3882cdd6bca25794949ed014015b82
parent7254e4eab9fa736b5a47fd44617b7604d83ff576 (diff)
downloadgcc-a032eacb1b30960ed3cbc0fe6de47bd97ec816cc.zip
gcc-a032eacb1b30960ed3cbc0fe6de47bd97ec816cc.tar.gz
gcc-a032eacb1b30960ed3cbc0fe6de47bd97ec816cc.tar.bz2
complain about long long
From-SVN: r34533
-rw-r--r--gcc/testsuite/g++.old-deja/g++.jason/rfg27.C3
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 */