This is the mail archive of the gcc@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: Controlling winding library


On Thursday 12 August 2004 15:19, Mangal wrote:
> Hi,
> I am working on a port and currently using gcc3.4.1 as the base
> platform for development.
> Currently, I am able to get the cc1build but the GCC driver is not
> build due to an error in building libgcc (Please see at the end the
> output).
> It is trying to build unwind-dw2-fde.c and there is an error thrown in
> simplify_rtx.c
> On further inspection I found that it is due to some floating point
> error concerning subregs.
> - Am I missing any declarations or includes?
> - Is there a mechanism to control the driver from building unwind
> libraries? - Is it possible that this error is triggered by some other
> thing?

<snip>

> ../../gcc-3.4.1/gcc/unwind-pe.h:89: internal compiler error: in
> simplify_gen_subreg, at simplify-rtx.c:3444

This indicates there's a bug in your port (or somewhere else in gcc).
The rest is just noise.

I suspect there's nothing special about the unwind library, it just happens to 
be the first bit of code which trips over the bug in your new compiler.

Paul


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