This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
gcc internal error
- To: gcc-bugs at gcc dot gnu dot org
- Subject: gcc internal error
- From: Lex Augusteijn <lex dot augusteijn at philips dot com>
- Date: Fri, 17 Mar 2000 13:09:41 +0100
- Organization: Philips Research
gcc -v
gcc version 2.95.1 19990816 (release)
uname -a
SunOS istw5 5.7 Generic sun4u sparc SUNW,Ultra-5_10
gcc gcc-bug1.c -O9
gcc-bug1.c: In function `foo':
gcc-bug1.c:2: `t' undeclared (first use in this function)
gcc-bug1.c:2: (Each undeclared identifier is reported only once
gcc-bug1.c:2: for each function it appears in.)
gcc-bug1.c:3: Internal compiler error in `make_edges', at flow.c:967
Please submit a full bug report.
File gcc-bug1.c is attached.
Good luck!
Lex
--
Name: dr.ir. Lex Augusteijn
Address: WL 1.1.13
Philips Research Laboratories
Prof. Holstlaan 4
5656 AA Eindhoven
The Netherlands
Phone: (+31 40 27)43938
Fax: (+31 40 27)44004
E-Mail: lex.augusteijn@philips.com
foo ()
{ goto *t;
}