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]

egcs 2.91.16 compiler error, Slackware 3.9 Linux



Hello,
I've been getting a compiler error when trying to compile a file
from the xltcdplay 1.7 package.
Here's some information.

g++ -c  -O2 -m486 -fexceptions -I/usr/X11R6/include -I/usr/local/include
cdrom.cpp

cdrom.cpp: In method `void CDROM::open(const char *)':
cdrom.cpp:181: Internal compiler error.
cdrom.cpp:181: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
cdrom.cpp:181: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for
details.

This is where the error occurs I believe:

errxit: ::close(fd);
        fd = -1;
	throw ErrorText;
		

And some system info:	
egcs-2.91.66
Linux 2.0.38 i586
Libc5 5.4.46
Slackware 3.9

I believe I've attached all the information required according
to the gnu bugs page as well as the original .cpp and .h file
just in case.

I checked the existing bugs list and did see a few things similar to
the above `errxit' stuff but not quite the same.

Thanks,
Marc

egcs bug report files


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