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]

Re: gcc.c: line 3385: declare vars before use?


Markus Werle wrote:

> Uuups!
>
> Sorry, it seems to be a parse error, not a missing declaration.
>
> Any idea why?
>
> Markus

No, definitely a missing decl:

put
 unsigned int j;
into line 2874 and everything is OK with gcc.c





Markus


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