This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

feature request


could this sort of output :

gcc -O2 -g -c -DLINUX_X86 -I../include -DIPM_SYSLOG_DIR="\"/doesnotexist\""
-DPENTIUM_M -I/usr/common/usg/papi/3.0b4//include -DHPM_PAPI
-DPENTIUM_M libipm.c
libipm.c: In function `ipm_report':
libipm.c:5650: syntax error before ';' token
make[1]: *** [libipm.a] Error 1

be augmented with a line or two given context of the error?


gcc -O2 -g -c -DLINUX_X86 -I../include -DIPM_SYSLOG_DIR="\"/doesnotexist\"" -DPENTIUM_M -I/usr/common/usg/papi/3.0b4//include -DHPM_PAPI -DPENTIUM_M libipm.c libipm.c: In function `ipm_report': libipm.c:5650: syntax error before ';' token libipm.c: /* print stuff */ libipm.c: printf("I forgot the semicolon\n") libipm.c: printf("I remembered it this time :)\n"); make[1]: *** [libipm.a] Error 1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]