From: Jason Merrill Date: Tue, 13 Jun 2000 23:47:37 +0000 (-0400) Subject: complain about long long X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a032eacb1b30960ed3cbc0fe6de47bd97ec816cc;p=gcc.git complain about long long From-SVN: r34533 --- 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 */