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;
}
--- 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
--- 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