------- 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 testcase for that problem: struct bomber { ~bomber() { } }; int g(void); int f(void) { bomber a; g(); } -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2006-08-25 21:59:14 date| | Summary|missed call -> jmp |missed call -> jmp |transformation; redundant |transformation; redundant |unwind stuff. |unwind stuff with empty | |finally http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28850