[Bug middle-end/119951] Exception and std::stoi behaves abnormally in a rare occasion

2025-04-27 Thread invisparent at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119951 --- Comment #3 from Chenyi Wang --- (In reply to Andrew Pinski from comment #2) > The problem is the same as PR 109267. Can you try the patch in PR 109267 > which I just attached, it is against GCC 16 but this area in the file has > not changed

[Bug c++/119951] Exception and std::stoi behaves abnormally in a rare occasion

2025-04-26 Thread invisparent at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119951 --- Comment #1 from Chenyi Wang --- Update: "-fexceptions" is always passed to gcc.

[Bug c++/119951] New: Exception and std::stoi behaves abnormally in a rare occasion

2025-04-26 Thread invisparent at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119951 Bug ID: 119951 Summary: Exception and std::stoi behaves abnormally in a rare occasion Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal

[Bug c++/116722] New: Internal Compiler Error: when creating a class with virtual inheritance, constexpr template constructor and call it with floating point

2024-09-15 Thread invisparent at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116722 Bug ID: 116722 Summary: Internal Compiler Error: when creating a class with virtual inheritance, constexpr template constructor and call it with floating point Product: gcc