This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: Bug?



> Hi all.  Here's another bug that is probably useless to you because
> you can't reproduce it :(.  Nevertheless:

Thanks. This is a known bug. The work-around is to put some global
symbol into the source file. If this still fails, the global symbol
should appear before the include. Eg.

int this_is_debugdebugcheckpoint_cc = 0;

Hope this helps,
Martin