------- Comment #41 from pinskia at gcc dot gnu dot org 2008-04-24 08:42
-------
>I'd rather you work around this in objective-c or objective c++.
Well guess what, it is more than an objective-c or objective C++ issue as PR
36032 had a good example for why, it can produce wrong code:
#include <iostream>
int main()
{
if(true) try {} catch(int) {}
else std::cout << "bla\n";
}
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25191