OSDN Git Service

PR c++/46160
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
index b1c9e01..939b05a 100644 (file)
@@ -1,3 +1,14 @@
+2010-11-05  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/46160
+       * cp-gimplify.c (cp_gimplify_expr): Drop volatile MEM_REFs
+       on the RHS to avoid infinite recursion with gimplify_expr.
+
+2010-11-05  Jason Merrill  <jason@redhat.com>
+
+       PR c++/46304
+       * pt.c (tsubst_copy): Handle COMPLEX_CST.
+
 2010-11-04  Nicola Pero  <nicola.pero@meta-innovation.com>
 
        Fixed using the Objective-C 2.0 dot-syntax with class names.