This is the mail archive of the gcc-bugs@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]

[Bug c/56599] very confusing compiler diagnostics (for stupid bug on my part)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56599

--- Comment #6 from Dave <davecat49 at gmail dot com> 2013-03-11 18:46:35 UTC ---
Created attachment 29644
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29644
second offending program

Compiler error output for this one puts the error in stdio.h:

In file included from dlt9.c:2:0:
f:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/stdio.h:641:21:
error: expected ',' or ';' before numeric constant


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