This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: cppfiles.c:955: Internal compiler error
- To: Taiji dot Can at atesoft dot advantest dot co dot jp
- Subject: Re: cppfiles.c:955: Internal compiler error
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 21 Mar 2000 10:14:45 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <dr4sa0n9ps.wl@syrinx.atesoft.advantest.co.jp>
> cppfiles.c:955: RTL check: access of elt 5 of `note' with last elt 4
> cppfiles.c:955: Internal compiler error in `combine_instructions', at combine.c:632
Thanks for your bug report. As you may know, this is caused by using
--enable-checking. So if you just want to built the compiler, omit
this option. If you do know this is the cause of the problem, it would
be even better if you tried to analyse the problem further; starting
with a debugger, and perhaps even submitting a patch...
Regards,
Martin