https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112761
--- Comment #5 from Joseph S. Myers ---
The basic principle here was established in C90 DR#047: "there is nothing to
suggest that a not-strictly-conforming array type can magically be transformed
into a strictly conforming pointer parameter via
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112761
--- Comment #4 from nrk at disroot dot org ---
> 6.7.6.3#7 A declaration of a parameter as ''array of type'' shall be adjusted
> to ''qualified pointer to type''
Though after a bit more thought I guess it makes sense that the adjustment
happens
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112761
nrk at disroot dot org changed:
What|Removed |Added
CC||nrk at disroot dot org
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112761
Andrew Pinski changed:
What|Removed |Added
CC||izaberina at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112761
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---