[Bug c++/96985] c++ `noexcept` is ignored for *known* functions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96985 Leslie changed: What|Removed |Added CC||laszlo.2.nemeth@continental ||-corporation.com --- Comment #1 from Leslie --- Looks like it's the same as bug 39801 ?
[Bug middle-end/64711] Unconsistency with -fnon-call-exceptions when used along inline and ipa optimizations and memmov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64711 Leslie changed: What|Removed |Added CC||laszlo.2.nemeth@continental ||-corporation.com --- Comment #3 from Leslie --- I encountered the same problem, so I put +1 vote for fixing this :) Following Comment 2, this looks like related to already reported bugs: built-ins are always considers as "noexcept": Bug 96985, Bug 39801 (from 2009) and maybe Bug 94357, too ? Thanks Jorge for reporting this!