[Bug c/119205] internal compiler error: in tree_to_uhwi, at tree.cc:6587
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Mar 11 03:16:06 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119205
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
Known to fail| |14.1.0
Last reconfirmed| |2025-03-11
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed. reduced testcase:
```
struct flexible {
int length;
int data[];
};
struct flexible x
= {.data = { [0x1ffffffffffffffffwb] = 0 }};
```
More information about the Gcc-bugs
mailing list