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