[Bug tree-optimization/26771] [4.2 regression] ICE with -fmudflap

2006-05-09 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2006-05-09 08:51 --- Fixed by Dan's patch for PR27093, so marking as duplicate. *** This bug has been marked as a duplicate of 27093 *** -- reichelt at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/26771] [4.2 regression] ICE with -fmudflap

2006-03-31 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2006-03-31 13:57 --- Created an attachment (id=11173) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11173&action=view) testcase Testcase according to comment #3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26771

[Bug tree-optimization/26771] [4.2 regression] ICE with -fmudflap

2006-03-31 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2006-03-31 13:55 --- The original testcase does not crash anymore, but changing the inline bool f1(char* p, char* q, int) { return p ? p : q; } to inline bool f1(char* p, char* q, const int&) { return p ? p : q; } makes the compile

[Bug tree-optimization/26771] [4.2 regression] ICE with -fmudflap

2006-03-20 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-20 21:54 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug tree-optimization/26771] [4.2 regression] ICE with -fmudflap

2006-03-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-20 21:52 --- The ICE is after VRP. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added