This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/30375] [4.3 Regression] tree-ssa-dse incorrectly removes struct initialization



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]