This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
How to fix this bug?
- To: bug-gcc at gnu dot org
- Subject: How to fix this bug?
- From: "A.M.Raportirenko" <ram at sunct1 dot jinr dot dubna dot su>
- Date: Thu, 25 May 2000 21:27:01 +0400
int
foo ()
{
int xor = 1;
return xor;
}
unix8# gcc -c ttt.cxx
ttt.cxx: In function `int foo ()':
ttt.cxx:4: parse error before `^'
unix8# gcc -v
Reading specs from /usr/local/bin/../lib/gcc-lib/i386-pc-linux-gnu/2.96/specs
gcc version 2.96 20000525 (experimental)