This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gcc internal error


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;
}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]