[Bug lto/55113] internal compiler error: in emit_library_call_value_1, at calls.c:3739

2013-03-24 Thread patrick at motec dot com.au


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113



--- Comment #7 from Patrick Oppenlander patrick at motec dot com.au 
2013-03-25 05:41:48 UTC ---

Still present in 4.8



etpu/etpu_port.c: In function 'tpu_port_status_get.isra.26':

etpu/etpu_port.c:326:2: internal compiler error: in emit_library_call_value_1,

at calls.c:3757

Please submit a full bug report,

with preprocessed source if appropriate.

See http://gcc.gnu.org/bugs.html for instructions.

make: *** [/tmp/ccad0BqF.ltrans2.ltrans.o] Error 1

lto-wrapper: make returned 2 exit status

/home/patrick/src/e7/toolchain/stage2/bin/../lib/gcc/powerpc-eabispe/4.8.0/../../../../powerpc-eabispe/bin/ld:

lto-wrapper failed

collect2: error: ld returned 1 exit status


[Bug lto/55113] internal compiler error: in emit_library_call_value_1, at calls.c:3739

2012-11-20 Thread patrick at motec dot com.au


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113



--- Comment #3 from Patrick Oppenlander patrick at motec dot com.au 
2012-11-21 02:33:28 UTC ---

My apologies -- I haven't been receiving notification emails from bugzilla for

some reason so I didn't see your comments.



I'll attach the preprocessed source in a few minutes.



The object files were compiled with -Os


[Bug lto/55113] internal compiler error: in emit_library_call_value_1, at calls.c:3739

2012-11-20 Thread patrick at motec dot com.au


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113



--- Comment #4 from Patrick Oppenlander patrick at motec dot com.au 
2012-11-21 03:05:26 UTC ---

Compiling with -O0 changes the ICE to:



internal compiler error: in emit_move_insn, at expr.c:3435


[Bug lto/55113] internal compiler error: in emit_library_call_value_1, at calls.c:3739

2012-11-20 Thread patrick at motec dot com.au


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113



--- Comment #5 from Patrick Oppenlander patrick at motec dot com.au 
2012-11-21 03:11:33 UTC ---

Created attachment 28747

  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28747

Preprocessed source


[Bug lto/55113] internal compiler error: in emit_library_call_value_1, at calls.c:3739

2012-11-20 Thread patrick at motec dot com.au


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113



--- Comment #6 from Patrick Oppenlander patrick at motec dot com.au 
2012-11-21 03:12:20 UTC ---

Preprocessed source added.



Compile with:



powerpc-eabispe-gcc -fno-builtin -fshort-double -Os -flto=jobserver -std=gnu99

-nostdlib -fuse-linker-plugin -o test etpu_port_E.c tpu_E.c



to reproduce the bug.



Thanks, and sorry again for the delay.


[Bug lto/55113] internal compiler error: in emit_library_call_value_1, at calls.c:3739

2012-10-29 Thread rguenth at gcc dot gnu.org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113



--- Comment #2 from Richard Biener rguenth at gcc dot gnu.org 2012-10-29 
14:48:06 UTC ---

Did you compile the object files with -O0?


[Bug lto/55113] internal compiler error: in emit_library_call_value_1, at calls.c:3739

2012-10-28 Thread pinskia at gcc dot gnu.org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113



--- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-10-28 
23:27:17 UTC ---

Can you attach the preprocessed source for those object files and how those

object files were compiled?