https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113428
--- Comment #5 from dave.anglin at bell dot net --- On 2024-03-06 5:06 a.m., rearnsha at gcc dot gnu.org wrote: > I'm guessing it's this that's causing the problem because int and int* are the > same size on 32-bit targets. So would changing the test to: > > - int arr[20]; > + char arr[20]; > > be enough? AFAIK we don't have any targets with 8-bit pointers. Test passes with the attached change on hppa-unknown-linux-gnu.