This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/62308] A bug with aarch64 big-endian


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

--- Comment #13 from Christophe Lyon <clyon at gcc dot gnu.org> ---
(In reply to Christophe Lyon from comment #12)

> However, I am probably missing something since with an updated 4.9-branch
> and without this patch, I couldn't make the compiler crash:
> $ aarch64-unknown-linux-gnu-gcc -S test.c -mbig-endian
> test.c:2:15: error: expected specifier-qualifier-list before âv4siâ
>  struct S2823 {v4si a;int b[0];};

Not sure what was wrong with my previous build....

I now managed to reproduce it on the 4.9-branch (r224544).
With the patch applied, the ICE disappears as expected.

Bootstrapped on x86_64 and aarch64, make check shows no regression.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]