[Bug middle-end/64162] ICE: in emit_library_call_value_1, at calls.c:3779

2016-01-26 Thread patrick at motec dot com.au
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64162

--- Comment #4 from Patrick Oppenlander  ---
Tested with 5.3.0 under mingw and the ICE appears to be fixed.

[Bug middle-end/64162] ICE: in emit_library_call_value_1, at calls.c:3779

2016-01-26 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64162

Martin Sebor  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Martin Sebor  ---
Thanks.  Resolving as fixed.

[Bug middle-end/64162] ICE: in emit_library_call_value_1, at calls.c:3779

2016-01-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64162

Martin Sebor  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2016-01-26
 Ever confirmed|0   |1

--- Comment #3 from Martin Sebor  ---
I can't reproduce the ICE with today's trunk configured
--host=x86_64-pc-linux-gnu --target=powerpc-eabispe and I still don't have
access to an i686-w64-mingw32 host.  Can you try a more recent compiler and let
us know if this is still a problem?

[Bug middle-end/64162] ICE: in emit_library_call_value_1, at calls.c:3779

2015-02-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64162

Martin Sebor msebor at gcc dot gnu.org changed:

   What|Removed |Added

 CC||msebor at gcc dot gnu.org

--- Comment #1 from Martin Sebor msebor at gcc dot gnu.org ---
I don't have access to a MinGW environment but I wasn't able to reproduce the
ICE with a similarly configured compiler on either of
{powerpc64,x86_64}-unknown-linux-gnu, either with 4.9.2 or with 5.0.


[Bug middle-end/64162] ICE: in emit_library_call_value_1, at calls.c:3779

2015-02-25 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64162

Kai Tietz ktietz at gcc dot gnu.org changed:

   What|Removed |Added

 CC||ktietz at gcc dot gnu.org

--- Comment #2 from Kai Tietz ktietz at gcc dot gnu.org ---
Hmm, issue might be here the use of LTO on pe-coff.  It could be that OP simply
ran out of stack-space.  You could try to enlarge the amount of stack (see
objcopy / ld options for this).  Otherwise I have no real idea what the issue
is.  I don't build a cross-compiler for ppc on native-windows, so it is hard to
tell.