Parsing Bug
Lordly
alexey@itsoft.ru
Sun Oct 15 02:04:00 GMT 2000
>gcc version:
#gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.0)
>system type - Red Hat Linux 7.0 (Guinness):
#uname -a
Linux localhost.localdomain 2.2.16-22 #1 Tue Aug 22 16:16:55 EDT 2000 i586 unknown
>Command line is:
#make
--- [begin] Makefile ---
# (c) Lordly
all: classes
classes: classes.cpp
c++ classes.cpp -o classes -Wall;\
strip classes
--- [ end ] Makefile ---
>The compiler output:
c++ classes.cpp -o classes -Wall;\
strip classes
classes.cpp: In method `void Complex::Display ()':
classes.cpp:33: warning: left-hand operand of comma expression has no
effect
classes.cpp:33: parse error before `)'
classes.cpp:44: Internal error #19990916.
classes.cpp:44: Internal compiler error in poplevel, at
../gcc/cp/decl.c:1315
Please submit a full bug report.
See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
> classes.ii - see attached file.
>The options given when GCC was configured/built
I don't know, but you can contact with RedHat...
P.S.
Big hello from Russia.
Good luck.
--
See you later!
Lordly.
More information about the Gcc-bugs
mailing list