--- Additional Comments From joc at presence-pc dot com 2005-04-05 19:44
---
Any news about this issue ?
Thanks !
Jocelyn
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18152
--- Additional Comments From joc at presence-pc dot com 2005-04-23 01:13
---
A much simpler compile line ;) :
gcc -I../include -O2 -c -o default.o default.c;
With
gcc -I../include -O -c -o default.o default.c;
the compilation no more fails
--
http://gcc.gnu.org/bugzilla
--- Additional Comments From joc at presence-pc dot com 2005-04-23 01:01
---
Created an attachment (id=8712)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8712&action=view)
file needed to reproduce internal compiler error: in get_indirect_ref_operands
--
http://gcc.
--
What|Removed |Added
Summary|internal compiler error in |ICE in
|get_indirect_ref_operands at|get_indirect_ref_operands at
|tree-ss
ry: internal compiler error in get_indirect_ref_operands at
tree-ssa-operands.c when compiling MySQL
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: c
AssignedTo: unassign
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: joc at presence-pc dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18152
--- Additional Comments From joc at presence-pc dot com 2004-10-25 21:53 ---
Created an attachment (id=7409)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7409&action=view)
c/h files and gcda file to reproduce -fprofile-use bug
--
http://gcc.gnu.org/bugzilla/show_bug
--- Additional Comments From joc at presence-pc dot com 2004-10-25 21:56 ---
The file has been compiled with
gcc -DHAVE_CONFIG_H -I. -O3 -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch
-Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare
-Wwrite-strings
--- Additional Comments From joc at presence-pc dot com 2004-10-25 22:03 ---
Note also that occurs when trying to compile MySQL with -fprofile-use flag, and
several other files are affected by the problem (but now all the files).
For example, an other error during compilation :
[EMAIL