This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bug?
- To: carlo at runaway dot xs4all dot nl
- Subject: Re: Bug?
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Sun, 28 Feb 1999 19:28:11 +0100
- CC: egcs at cygnus dot com
- References: <199902281348.OAA03093@jolan.ppro>
> 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