|
|
|
Re: LTO breaks exceptions | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
"Hite, Christopher" <Christopher.Hite@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> This code should terminate cleanly.
>
> int main(){
> try{
> throw 4;
> }catch(...) {}
> return 0;
> }
>
> Program received signal SIGABRT, Aborted.
Please file a bug report according to the directions at
http://gcc.gnu.org/bugs/ . Thanks.
Ian