This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[4.3] Backport testcases of 4.4 regressions
- From: "H.J. Lu" <hongjiu dot lu at intel dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Fri, 30 Jan 2009 09:30:54 -0800
- Subject: [4.3] Backport testcases of 4.4 regressions
Hi,
I am checking this patch into 4.3 branch to backport testcases of 4.4
regression against 4.3.
Index: ChangeLog
===================================================================
--- ChangeLog (revision 143765)
+++ ChangeLog (working copy)
@@ -1,3 +1,28 @@
+2009-01-30 H.J. Lu <hongjiu.lu@intel.com>
+
+ 2009-01-27 Richard Guenther <rguenther@suse.de>
+
+ PR tree-optimization/38503
+ * g++.dg/warn/Wstrict-aliasing-bogus-placement-new.C: New testcase.
+
+ 2009-01-26 Richard Guenther <rguenther@suse.de>
+
+ PR tree-optimization/38745
+ * g++.dg/torture/pr38745.C: New testcase.
+
+ 2009-01-26 Richard Guenther <rguenther@suse.de>
+
+ PR middle-end/38851
+ * g++.dg/warn/Wuninitialized-1.C: New testcase.
+
+ 2009-01-20 Andrew Pinski <andrew_pinski@playstation.sony.com>
+ Richard Guenther <rguenther@suse.de>
+
+ PR tree-optimization/38747
+ PR tree-optimization/38748
+ * gcc.dg/tree-ssa/struct-aliasing-1.c: New test.
+ * gcc.c-torture/execute/struct-aliasing-1.c: Likewise.
+
2009-01-29 H.J. Lu <hongjiu.lu@intel.com>
2009-01-28 Richard Guenther <rguenther@suse.de>