[Bug lto/85047] cdd2a01 (and others) FAIL with -flto (VLA type in struct causes issues)

2024-07-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85047 Andrew Pinski changed: What|Removed |Added CC||iamanonymous.cs at gmail dot com --- Co

[Bug lto/85047] cdd2a01 (and others) FAIL with -flto (VLA type in struct causes issues)

2021-12-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85047 Andrew Pinski changed: What|Removed |Added Keywords||ice-checking, |

[Bug lto/85047] cdd2a01 (and others) FAIL with -flto (VLA type in struct causes issues)

2021-12-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85047 Andrew Pinski changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #6

[Bug lto/85047] cdd2a01 (and others) FAIL with -flto

2018-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85047 --- Comment #5 from Richard Biener --- If there's a way to do void foo (int n, struct { int x[n]; } *s) { s->x[1] = 0; } int main(int argc, char **argv) { struct S { int x[argc]; } s; s.x[1] = 1; foo (argc, &s); if (s.x[1] != 0)

[Bug lto/85047] cdd2a01 (and others) FAIL with -flto

2018-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85047 Richard Biener changed: What|Removed |Added Keywords||alias, wrong-code --- Comment #4 from R

[Bug lto/85047] cdd2a01 (and others) FAIL with -flto

2018-03-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85047 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment

[Bug lto/85047] cdd2a01 (and others) FAIL with -flto

2018-03-24 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85047 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug lto/85047] cdd2a01 (and others) FAIL with -flto

2018-03-24 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85047 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Comment

[Bug lto/85047] cdd2a01 (and others) FAIL with -flto

2018-03-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85047 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|