Patch for [restrict] array parameters bug

Andrew Pinski pinskia@gmail.com
Sun Sep 2 11:34:00 GMT 2007


On 9/1/07, Joseph S. Myers <joseph@codesourcery.com> wrote:
> C99 parameter array declarations using [qualifiers] didn't get the
> qualifiers properly applied to the pointer type; this was covered up
> for const (as tested in c99-arraydecl-1.c) and volatile by them still
> getting applied to the parameter declaration.  This patch fixes this
> bug.  (It doesn't by itself fix PR 33272, just the front-end bug part
> of it.)

Actually I think this is really PR 29237 :)

-- Pinski



More information about the Gcc-patches mailing list