https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100975
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100975
--- Comment #3 from CVS Commits ---
The master branch has been updated by Marek Polacek :
https://gcc.gnu.org/g:e66d0b7b87d105d24da8c4784a0b907fb6b2c095
commit r12-1933-ge66d0b7b87d105d24da8c4784a0b907fb6b2c095
Author: Marek Polacek
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100975
Marek Polacek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100975
--- Comment #2 from Marek Polacek ---
Looks like just disabling the check in create_array_type_for_decl lets us
compile:
struct false_type { static constexpr bool value = false; };
struct true_type { static constexpr bool value = true; };
templ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100975
--- Comment #1 from Jason Merrill ---
int a[3];
auto (*p)[3] = &a;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100975
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
Ever co