rs6000, update effective target for tests builtins-10*.c and vec_perm-runnable-i128.c
[official-gcc.git] / gcc / testsuite / g++.dg / cpp / pedantic-errors.C
blob0c6045af8d1487369cc725a890dfeae615148369
1 /* { dg-do preprocess } */
2 /* { dg-options "-std=c++98 -pedantic-errors" } */
4 #if 1   
5 #endif 1 /* { dg-error "extra tokens at end of #endif directive" } */