[Bug rtl-optimization/35309] Late struct expansion leads to missing PRE

2021-07-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35309 --- Comment #3 from Andrew Pinski --- THe original testcase in comment #0 is now fixed but the following is not: struct A { int f[16]; } ag, ag2,ag3; struct A foo(int n) { if (n) { ag2 = ag; } return ag; }

[Bug rtl-optimization/35309] Late struct expansion leads to missing PRE

2008-04-06 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-04-07 01:36 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug rtl-optimization/35309] Late struct expansion leads to missing PRE

2008-02-22 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-02-23 05:34 --- GCSE should take care of this. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added