bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/28682] GCC can no longer catch EH on windows


From: euloanty at live dot com
Subject: [Bug ld/28682] GCC can no longer catch EH on windows
Date: Thu, 30 Dec 2021 21:25:35 +0000

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

[Prev in Thread] Current Thread [Next in Thread]