OSDN Git Service

PR c++/43333
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Mar 2010 20:38:57 +0000 (20:38 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:14:09 +0000 (14:14 +0900)
* tree.c (pod_type_p): Use old meaning in C++98 mode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157652 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 4cdce68..f679f61 100644 (file)
@@ -1,5 +1,8 @@
 2010-03-22  Jason Merrill  <jason@redhat.com>
 
+       PR c++/43333
+       * tree.c (pod_type_p): Use old meaning in C++98 mode.
+
        PR c++/43281
        * pt.c (contains_auto_r): New fn.
        (do_auto_deduction): Use it.
index 6e8af70..ade4d2f 100644 (file)
@@ -1,5 +1,9 @@
 2010-03-22  Jason Merrill  <jason@redhat.com>
 
+       PR c++/43333
+       * g++.dg/ext/is_pod.C: Pass -std=c++0x.
+       * g++.dg/ext/is_pod_98.C: New.
+
        PR c++/43281
        * g++.dg/cpp0x/auto18.C: New.