https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92747
--- Comment #4 from Jakub Jelinek ---
Or add an attribute that would work as nothrow if called from
-fno-non-call-exceptions and as nothing otherwise.
Though, e.g. for C++ sin in the library is really marked throw () rather than
using nothrow att
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92747
--- Comment #3 from rguenther at suse dot de ---
On Mon, 2 Dec 2019, jakub at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92747
>
> Jakub Jelinek changed:
>
>What|Removed |Added
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92747
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92747
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Target|