[Bug ipa/106627] Exception from multiversion function cannot be caught

2023-10-29 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106627 Xi Ruoyao changed: What|Removed |Added CC||xry111 at gcc dot gnu.org --- Comment #7

[Bug ipa/106627] Exception from multiversion function cannot be caught

2023-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106627 Andrew Pinski changed: What|Removed |Added CC||erosenberger at kinetica dot com ---

[Bug ipa/106627] Exception from multiversion function cannot be caught

2022-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106627 Andrew Pinski changed: What|Removed |Added CC||kim.walisch at gmail dot com ---

[Bug ipa/106627] Exception from multiversion function cannot be caught

2022-09-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106627 --- Comment #4 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:0b0a3cdbff64d97e7de3e0e2c26e965708064193 commit r13-2360-g0b0a3cdbff64d97e7de3e0e2c26e965708064193 Author: Simon Rainer Date:

[Bug ipa/106627] Exception from multiversion function cannot be caught

2022-08-31 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106627 --- Comment #3 from Martin Liška --- I think the patch is correct, please send it to gcc-patches mailing list.

[Bug ipa/106627] Exception from multiversion function cannot be caught

2022-08-28 Thread gcc.gnu at vvalter dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106627 --- Comment #2 from Simon Rainer --- Created attachment 53518 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53518=edit Proposed patch: Set TREE_NOTHROW correctly I think I identified the issue and found a fix.