https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65736

--- Comment #2 from Matthias Klose <doko at gcc dot gnu.org> ---
typedef char uint8;
int gprBank[1];
uint8 *gprMapB[] { (uint8 *)&gprBank[0] + 1 }

Reply via email to