[Bug middle-end/48836] internal compiler error: in execute_todo, at passes.c:1261

2011-06-12 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48836 --- Comment #4 from Jan Hubicka hubicka at gcc dot gnu.org 2011-06-12 18:08:55 UTC --- Author: hubicka Date: Sun Jun 12 18:08:52 2011 New Revision: 174970 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174970 Log: PR middle-end/48836

[Bug middle-end/48836] internal compiler error: in execute_todo, at passes.c:1261

2011-06-12 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48836 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/48836] internal compiler error: in execute_todo, at passes.c:1261

2011-05-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48836 --- Comment #2 from Richard Guenther rguenth at gcc dot gnu.org 2011-05-02 10:26:20 UTC --- + /* Redirecting edges might lead to a need for vops to be recomputed. */ + if (need_ssa_update_p (cfun)) you can omit that check, the updater

[Bug middle-end/48836] internal compiler error: in execute_todo, at passes.c:1261

2011-05-02 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48836 --- Comment #3 from Jan Hubicka hubicka at ucw dot cz 2011-05-02 11:37:22 UTC --- + /* Redirecting edges might lead to a need for vops to be recomputed. */ + if (need_ssa_update_p (cfun)) you can omit that check, the updater

[Bug middle-end/48836] internal compiler error: in execute_todo, at passes.c:1261

2011-04-30 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48836 --- Comment #1 from Jan Hubicka hubicka at gcc dot gnu.org 2011-04-30 16:32:30 UTC --- The reason why we conclude updating is needed is redirecting of callees: #0 0x006abdd4 in bitmap_element_link (head=0x7539b760, bit=Unhandled