[Bug target/111104] Fatal error: can't fill 256 bytes in section .rodata

2023-08-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=04 Andrew Pinski changed: What|Removed |Added Resolution|--- |WONTFIX Status|UNCONFIRMED

[Bug target/111104] Fatal error: can't fill 256 bytes in section .rodata

2023-08-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=04 --- Comment #1 from Andrew Pinski --- I don't think there is anything GCC can do here. You requested a huge array which is zero-filled and GCC is able to compile it to the produce assembly code which is valid.