[Bug middle-end/23381] [4.1 Regression] Next runtime objc exceptions are broken

2005-08-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-31 03:20 --- Patch posted here: . -- What|Removed |Added -

[Bug middle-end/23381] [4.1 Regression] Next runtime objc exceptions are broken

2005-08-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-31 00:02 --- Oh, BIND_EXPR is just that an expression but it should almost always be marked as TREE_SIDE_EFFECTS. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23381

[Bug middle-end/23381] [4.1 Regression] Next runtime objc exceptions are broken

2005-08-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-30 23:55 --- I think I have a patch for this. The problem is that BIND_EXPR is not marked as statement when it should be. This is a middle-end bug. I think there is another bug for the same issue but in C++ and th