From a032eacb1b30960ed3cbc0fe6de47bd97ec816cc Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 13 Jun 2000 19:47:37 -0400 Subject: [PATCH] complain about long long From-SVN: r34533 --- gcc/testsuite/g++.old-deja/g++.jason/rfg27.C | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/testsuite/g++.old-deja/g++.jason/rfg27.C b/gcc/testsuite/g++.old-deja/g++.jason/rfg27.C index 8fb85e80f52..a6c09b54642 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 */ -- 2.30.2