[Bug c++/110890] std::is_array and std::extent incorrectly choose a partial specialization when the size of an array exceeds INT32_MAX

2023-08-03 Thread y1079700998 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110890 --- Comment #3 from Kaiyuan Yang --- (In reply to Andrew Pinski from comment #2) > Dup of bug 88829. > > *** This bug has been marked as a duplicate of bug 88829 *** Ah, thanks for the quick reply! Also, my apologies for the trouble.(I only se

[Bug c++/110890] New: std::is_array and std::extent incorrectly choose a partial specialization when the size of an array exceeds INT32_MAX

2023-08-03 Thread y1079700998 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110890 Bug ID: 110890 Summary: std::is_array and std::extent incorrectly choose a partial specialization when the size of an array exceeds INT32_MAX Product: gcc Versio