Commit a032eacb by Jason Merrill

complain about long long

From-SVN: r34533
parent 7254e4ea
// 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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment