[Bug tree-optimization/28850] missed call -> jmp transformation; redundant unwind stuff with empty finally

2021-12-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28850 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2006-08-25 21:59:14 |2021-12-24 Keywords|patch

[Bug tree-optimization/28850] missed call -> jmp transformation; redundant unwind stuff with empty finally

2011-06-22 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28850 Pawel Sikora changed: What|Removed |Added Known to fail||4.6.1 --- Comment #5 from Pawel Sikora 20

[Bug tree-optimization/28850] missed call -> jmp transformation; redundant unwind stuff with empty finally

2009-03-29 Thread hubicka at gcc dot gnu dot org
--- Comment #4 from hubicka at gcc dot gnu dot org 2009-03-29 13:32 --- Subject: Bug 28850 Author: hubicka Date: Sun Mar 29 13:32:13 2009 New Revision: 145233 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145233 Log: PR middle-end/28850 * tree-pass.h (pass_clea

[Bug tree-optimization/28850] missed call -> jmp transformation; redundant unwind stuff with empty finally

2006-08-26 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-08-26 10:07 --- Indeed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug tree-optimization/28850] missed call -> jmp transformation; redundant unwind stuff with empty finally

2006-08-25 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-25 21:59 --- (In reply to comment #1) > It's not entirely clear from your report, but this looks like a bug of > PR13397? No it is not fully related. One of the problems is that we don't remove empty finnally blocks. Reduced t