[Bug target/92747] x86 vector builtins throw exceptions

2019-12-02 Thread jakub at gcc dot gnu.org
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

[Bug target/92747] x86 vector builtins throw exceptions

2019-12-02 Thread rguenther at suse dot de
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 >

[Bug target/92747] x86 vector builtins throw exceptions

2019-12-02 Thread jakub at gcc dot gnu.org
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

[Bug target/92747] x86 vector builtins throw exceptions

2019-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92747 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Target|