------- Comment #1 from erik at ejohansson dot se  2010-03-14 13:57 -------
Created an attachment (id=20103)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20103&action=view)
Sample code that triggers the error

With gcc 4.4.3:
/usr/bin/g++ -o exception exception.cc && ./exception; echo $?
0

With gcc 4.5.0:
/usr/lib/gcc-snapshot/bin/g++ -o exception exception.cc && ./exception; echo $?
1


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43365

Reply via email to