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]

Internal error when compiling BigWig on Alpha/Digital Unix


Hello,

Compiling BigWig (a free Web pages and CGI generator) 1.1 
<http://www.brics.dk/bigwig/>

with:
gcc --version
2.95.2

on:
uname -a
OSF1 wallis.pasteur.fr V4.0 1229 alpha
sizer -v
Digital UNIX V4.0F  (Rev. 1229); Fri Nov 12 12:14:47 MET 1999 
	
yields:	
		
cd mona-1.4; make
make[2]: Entering directory `/home/bortz/infosystems/BigWig/SRC/mona-1.4'
make[3]: Entering directory `/home/bortz/infosystems/BigWig/SRC/mona-1.4/Front'
g++ -O3 -DNDEBUG -pedantic -I../BDD -c code.cpp
code.cpp: In method `void Code::error(String)':
code.cpp:228: Internal compiler error.
code.cpp:228: Please submit a full bug report.
code.cpp:228: See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for 
instructions.
make[3]: *** [code.o] Error 1
make[3]: Leaving directory `/home/bortz/infosystems/BigWig/SRC/mona-1.4/Front'
make[2]: *** [mona] Error 2
make[2]: Leaving directory `/home/bortz/infosystems/BigWig/SRC/mona-1.4'
make[1]: *** [mona] Error 2
make[1]: Leaving directory `/home/bortz/infosystems/BigWig/SRC'
make: *** [all] Error 2

Compiling with -O0 allows to compile this specific file. 

Sorry, I wasn't able to reproduce the bug on a smaller program.

This may be related to my bug report "Internal error when compiling OpenJade 
on Alpha/Digital Unix".



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