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]

Re: gcc 2.95.2 internal compile error


> gcc: Internal compiler error: program as got fatal signal 11
> *** Error code 1 (bu21)

That's the assembler that crashes here!

You did not mention whether you use the system assembler, or
binutils. In any case, if the assembler crashes, that's not really the
compiler's fault.

Also, it is not clear why it would not crash with -v; the assembler
input should be just the same. Please try whether you can pass the
resulting .s file to the assembler.

If that works, there is a chance that it is a hardware problem: such
programs don't crash randomly. Of course, there could be other problem
as well: for example, NFS could corrupt the assembler file, breaking
the assembler.

Hope this helps,
Martin


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