[Bug c++/105565] [11 Regression] constexpr function with bigger integral cause internal compiler error

2022-05-11 Thread chenzhipeng02 at agora dot io via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105565 --- Comment #1 from chenzhipeng --- Comment on attachment 52954 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52954 isPrimeConstexpr for 1073741789 compiled successfully but 2147483647 fail >#include > >using LL = long long; > >constexp

[Bug c++/105565] New: [11 Regression] constexpr function with bigger integral cause internal compiler error

2022-05-11 Thread chenzhipeng02 at agora dot io via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105565 Bug ID: 105565 Summary: [11 Regression] constexpr function with bigger integral cause internal compiler error Product: gcc Version: 11.1.0 Status: UNCONFIRMED