bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/28045] add --warn-uncaught-exceptions to linker


From: woodard at redhat dot com
Subject: [Bug ld/28045] add --warn-uncaught-exceptions to linker
Date: Thu, 01 Jul 2021 20:29:44 +0000

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

--- Comment #1 from Ben Woodard <woodard at redhat dot com> ---
Some additional things to consider:
https://wiki.c2.com/?DontCatchExceptions

https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Re-catch
https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#e17-dont-try-to-catch-every-exception-in-every-function

All of these basically end up dealing with where to try to catch exceptions vs
whether all the different types of exceptions are caught.

-- 
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]