This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/82504] Optimize away exception allocation and throws handled by catch(...){}


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

--- Comment #4 from Antony Polukhin <antoshkka at gmail dot com> ---
This ticket is a subset of PR53294. PR53294 about any catch expression
optimizations, which could be harder than optimizing away catch(...) {} and
catch(...) { return X; }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]