This is the mail archive of the gcc-help@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]

Re: handling of long conditional branches


<chandrakumar@chandrakumar.in> writes:

> _muldi3
> xgcc: Internal compiler error: program cc1 got fatal signal 11

This means that your compiler crashed with a segmentation violation.
You're going to have to run it under the debugger to find out what
happened.

http://gcc.gnu.org/wiki/DebuggingGCC

Ian


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