On Fri, Sep 26, 2014 at 2:14 PM, Bernd Schmidt <ber...@codesourcery.com> wrote: > On 09/26/2014 02:05 PM, Richard Biener wrote: >> >> If currently address-space support matches up with the C frontend >> and the C standard then the middle-end has to cope with that. >> In this case, cope with array element types not having address-space >> qualifiers. > > > That's the opposite of what happens. The C frontend makes array element > types have address-space qualifiers but not the array type.
Ah, ok. Then the opposite way around ;) Richard. > > Bernd > >