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]

bug in 2.95.2, c++, IRIX 6.5.4f


GCCers:

Here's a bug report against c++ 2.95.2.

Machine is an SGI PowerChallenge (MIPS R10k), IRIX 6.5.4f:

	terre> uname -aR
	IRIX64 terre 6.5 6.5.4f 04151557 IP25

gcc is v2.95.2, built today:

	terre> c++ --version
	2.95.2

The compiler generates an internal error with -g on the attached file
(the file comes from GNU Octave, the current version - 2.0.14).
Removing -g from the command line solves the problem.

Here's a command line and resulting output:

	terre> c++ -c -fno-rtti -fno-exceptions -fno-implicit-templates -g -Wall sighandlers.ii
	sighandlers.cc:631: Internal compiler error in `output_die', at dwarf2out.c:5426
	Please submit a full bug report.
	See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.

Workaround is to omit -g.  Need anything else?  Thanks for listening.

	- Bryan Lally
	  Los Alamos National Laboratory

gzipped c++ intermediate file


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