[Bug c++/88829] Failure to deduce size of array of 2^31 chars

2023-08-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88829 Andrew Pinski changed: What|Removed |Added CC||y1079700998 at gmail dot com --- Comment

[Bug c++/88829] Failure to deduce size of array of 2^31 chars

2021-08-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88829 --- Comment #2 from Andrew Pinski --- The error is now: :4:19: error: no matching function for call to 'foo(int [2147483648])' 4 | auto x = foo(a); | ^ :3:48: note: candidate: 'template T* foo(T (&)[N])' 3 |

[Bug c++/88829] Failure to deduce size of array of 2^31 chars

2019-05-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88829 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIR

[Bug c++/88829] Failure to deduce size of array of 2^31 chars

2019-05-02 Thread i.hamsa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88829 i.hamsa at gmail dot com changed: What|Removed |Added CC||i.hamsa at gmail dot com --- C