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


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux