https://sourceware.org/bugzilla/show_bug.cgi?id=28682

--- Comment #2 from cqwrteur <euloanty at live dot com> ---
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=b69c9d41e89498442cb5af5287f378b3583dd445

I have confirmed it is this patch that breaks EH. It makes sense since it adds
UEFI things here.

#include<cstdio>

int main()
try
{
}
catch(...)
{
   puts("EH\n");
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to