[Bug middle-end/18152] corrupted profile info after optimized compilation and --fprofile-use

2005-04-05 Thread joc at presence-pc dot com
--- 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

[Bug c/21167] internal compiler error in get_indirect_ref_operands at tree-ssa-operands.c when compiling MySQL

2005-04-22 Thread joc at presence-pc dot com
--- 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

[Bug c/21167] internal compiler error in get_indirect_ref_operands at tree-ssa-operands.c when compiling MySQL

2005-04-22 Thread joc at presence-pc dot com
--- 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.

[Bug c/21167] ICE in get_indirect_ref_operands at tree-ssa-operands.c when compiling MySQL-4.1

2005-04-22 Thread joc at presence-pc dot com
-- What|Removed |Added Summary|internal compiler error in |ICE in |get_indirect_ref_operands at|get_indirect_ref_operands at |tree-ss

[Bug c/21167] New: internal compiler error in get_indirect_ref_operands at tree-ssa-operands.c when compiling MySQL

2005-04-23 Thread joc at presence-pc dot com
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

[Bug c/18152] New: corrupted profile info after optimized compilation and --fprofile-use

2004-10-25 Thread joc at presence-pc dot com
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

[Bug middle-end/18152] corrupted profile info after optimized compilation and --fprofile-use

2004-10-25 Thread joc at presence-pc dot com
--- 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

[Bug middle-end/18152] corrupted profile info after optimized compilation and --fprofile-use

2004-10-25 Thread joc at presence-pc dot com
--- 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

[Bug middle-end/18152] corrupted profile info after optimized compilation and --fprofile-use

2004-10-25 Thread joc at presence-pc dot com
--- 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