[64bit] GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284

Kai Tietz ktietz70@googlemail.com
Sun Apr 14 09:19:00 GMT 2013


2013/4/14 Yaakov (Cygwin/X) wrote:
> On 2013-04-11 03:58, Václav Zeman wrote:
>>
>> I have tried to compile log4cplus (C++ logging library) on Cygwin64
>> with -flto GCC option. I am getting the following failure:
>>
>> lto1: internal compiler error: in add_symbol_to_partition, at
>> lto/lto-partition.c:284
>
>
> Confirmed; I suggest you continue pursuing this upstream via your PR55902.
>
>
> Yaakov
>

Hmm, not sure if this is for real the same issue.  Does option -r or
-nostdlib solves the issue for you?
I assume that the underlying issue might be related to an bb-reorder
issue (-fno-reorder-blocks might solve it too).

Thanks,
Kai



More information about the Cygwin-apps mailing list