This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libstdc++/7442


The following reply was made to PR libstdc++/7442; it has been noted by GNATS.

From: bkoz@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libstdc++/7442
Date: 31 Jul 2002 21:24:18 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	bkoz@gcc.gnu.org	2002-07-31 14:24:18
 
 Modified files:
 	libstdc++-v3   : ChangeLog 
 	libstdc++-v3/libsupc++: cxxabi.h tinfo.cc tinfo2.cc 
 
 Log message:
 	2002-07-31  Benjamin Kosnik  <bkoz@redhat.com>
 	
 	PR libstdc++/7442
 	* libsupc++/cxxabi.h
 	(__base_class_info): Change to __base_class_type_info. 2.9.5p6c
 	(__base_class_info::__base): Change to __base_type. 2.9.5p6c
 	(__base_class_info::offset_shift): Change to __offset_shift. 2.9.5p6c
 	(__vmi_class_type_info::__base_info): Don't make const, of type
 	__base_class_type_info, as per 2.9.5p6c
 	(__pbase_type_info::__qualifier_flags): Change to __flags, as per
 	2.9.5p7.
 	(__pbase_type_info::__qualifier_masks): Change to __masks, as per
 	2.9.5p7.
 	(__pointer_to_member_type_info::__context_class): Change member to
 	__context, as per 2.9.5p9.
 	* libsupc++/tinfo2.cc (__pointer_catch): Change __context_class to
 	__context.
 	* libsupc++/tinfo2.cc (__do_catch): Change __qualifier_flags to
 	__flags.
 	* libsupc++/tinfo.cc (__do_find_public_src): Change __base to
 	__base_type.
 	* libsupc++/tinfo.cc (__do_dyncast): Same.
 	* libsupc++/tinfo.cc (__do_upcast): Same.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1300&r2=1.1301
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/cxxabi.h.diff?cvsroot=gcc&r1=1.6&r2=1.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/tinfo.cc.diff?cvsroot=gcc&r1=1.10&r2=1.11
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/tinfo2.cc.diff?cvsroot=gcc&r1=1.6&r2=1.7
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]