gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5.1) CCCMD = g++ -DPERL_CORE -c -D_REENTRANT -D_GNU_SOURCE -DPERL_BOOL_AS_CHAR -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -ggdb3 -O0 -Wall -W -Wextra -Wendif-labels -Wwrite-strings -Wno-unused-variable -Wno-unused-parameter toke.c: In function ‘void S_printbuf(PerlInterpreter*, const char*, const char*)’: toke.c:485: error: #pragma GCC diagnostic not allowed inside functions toke.c:485: error: #pragma GCC diagnostic not allowed inside functions toke.c:487: error: #pragma GCC diagnostic not allowed inside functions toke.c: In function ‘int Perl_yylex(PerlInterpreter*)’: toke.c:7613: error: #pragma GCC diagnostic not allowed inside functions toke.c:7613: error: #pragma GCC diagnostic not allowed inside functions toke.c:7616: error: #pragma GCC diagnostic not allowed inside functions toke.c: In function ‘int S_pending_ident(PerlInterpreter*)’: toke.c:9052: error: #pragma GCC diagnostic not allowed inside functions toke.c:9052: error: #pragma GCC diagnostic not allowed inside functions toke.c:9056: error: #pragma GCC diagnostic not allowed inside functions make: *** [toke.o] Error 1Thread Next