This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/41239] Scheduler reorders division by zero before a call that might not return



------- Comment #3 from jakub at gcc dot gnu dot org  2009-09-03 20:11 -------
Looking at sched-deps.c, it might be easiest for may_trap_p insns to be queued
onto deps->sched_before_next_call chain, but I'm not sure whether we want to do
that for all, or if it should ignore trapping memory as that's handled
elsewhere in sched-deps.c.  Vlad, any ideas?


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]