This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[v3] libstdc++/12451
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 2 Oct 2003 19:33:39 -0500
- Subject: [v3] libstdc++/12451
tested x86/linux
gcc
gcc-3_3-branch
2003-10-02 Harald Boehme <boehme@informatik.hu-berlin.de>
PR libstdc++/12451
* libsupc++/cxxabi.h: Move forward declaration of __class_type_info.
Index: libsupc++/cxxabi.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/libsupc++/cxxabi.h,v
retrieving revision 1.14
diff -c -p -r1.14 cxxabi.h
*** libsupc++/cxxabi.h 5 Jul 2003 04:05:40 -0000 1.14
--- libsupc++/cxxabi.h 3 Oct 2003 00:18:22 -0000
*************** protected:
*** 175,180 ****
--- 175,182 ----
unsigned __outer) const;
};
+ class __class_type_info;
+
/* type information for a pointer to member variable */
class __pointer_to_member_type_info
: public __pbase_type_info
*************** protected:
*** 200,207 ****
void **__thr_obj,
unsigned __outer) const;
};
-
- class __class_type_info;
/* helper class for __vmi_class_type */
class __base_class_type_info
--- 202,207 ----