https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88829
Andrew Pinski changed:
What|Removed |Added
CC||y1079700998 at gmail dot com
--- Comment
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 |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88829
Jonathan Wakely changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIR
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