OSDN Git Service

2008-02-06 Douglas Gregor <doug.gregor@gmail.com>
authordgregor <dgregor@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Feb 2008 19:03:40 +0000 (19:03 +0000)
committerdgregor <dgregor@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Feb 2008 19:03:40 +0000 (19:03 +0000)
* g++.dg/ext/vector13.C: Fix for compilation under -pedantic.
2008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
            Douglas Gregor  <doug.gregor@gmail.com>

PR bootstrap/35115
* objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.

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

gcc/objcp/ChangeLog
gcc/objcp/objcp-decl.c

index 2ffd29c..e919ad2 100644 (file)
@@ -1,3 +1,9 @@
+2008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
+            Douglas Gregor  <doug.gregor@gmail.com>
+       PR bootstrap/35115
+       * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
+
 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        PR other/35107
index 12a73c1..8197dbe 100644 (file)
@@ -95,7 +95,7 @@ objcp_xref_tag (enum tree_code code ATTRIBUTE_UNUSED, tree name)
 int
 objcp_comptypes (tree type1, tree type2)
 {     
-  return comptypes (type1, type2, COMPARE_STRICT);
+  return cp_comptypes (type1, type2, COMPARE_STRICT);
 }
 
 tree