This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/30375] [4.3 Regression] tree-ssa-dse incorrectly removes struct initialization
- From: "marcus at jet dot franken dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jul 2007 20:32:05 -0000
- Subject: [Bug tree-optimization/30375] [4.3 Regression] tree-ssa-dse incorrectly removes struct initialization
- References: <bug-30375-3760@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #15 from marcus at jet dot franken dot de 2007-07-24 20:32 -------
diff -u msg.c.074t.dce4 msg.c.075t.dse1 |less
--- msg.c.074t.dce4 2007-07-24 22:23:47.000000000 +0200
+++ msg.c.075t.dse1 2007-07-24 22:23:47.000000000 +0200
@@ -2760,7 +2760,6 @@
unsigned int D.12275;
<bb 2>:
- signInfo = {};
signInfo.cbSize = 28;
signer = {};
signer.cbSize = 48;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30375