https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81361

--- Comment #15 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Created attachment 42181
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42181&action=edit
C++ testcase

To be compiled at -O2 and run:

(botcazou@goole) ~ $ g++ -o t t.C -O2
(botcazou@goole) ~ $ ./t 
terminate called after throwing an instance of 'int'
Abort trap: 6

Reply via email to