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]
Other format: [Raw text]

[Bug c/21167] internal compiler error in get_indirect_ref_operands at tree-ssa-operands.c when compiling MySQL


------- Additional Comments From joc at presence-pc dot com  2005-04-23 01:13 -------
A much simpler compile line ;) :

gcc -I../include -O2 -c -o default.o default.c; 

With 

gcc -I../include -O -c -o default.o default.c; 

the compilation no more fails

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21167


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