egcs/gcc/cp ChangeLog decl.c decl2.c except.c ...
jason@egcs.cygnus.com
jason@egcs.cygnus.com
Wed Sep 29 17:50:00 GMT 1999
CVSROOT: /egcs/carton/cvsfiles
Module name: egcs
Changes by: jason@egcs.cygnus.com 99/09/29 17:50:30
Modified files:
gcc/cp : ChangeLog decl.c decl2.c except.c rtti.c
Log message:
Support normal type_info-based EH mechanisms with -fno-rtti.
* except.c (build_eh_type_type): Remove special -fno-rtti handling.
(build_eh_type_type_ref): Likewise.
(build_eh_type): Remove.
(expand_throw): Call build_eh_type_type, not build_eh_type.
* decl2.c (import_export_decl): Don't associate the tinfo fn with
the vtable if -fno-rtti.
* decl.c (init_decl_processing): Always init_rtti_processing.
* rtti.c (get_typeid): Don't complain about -fno-rtti.
More information about the Gcc-cvs
mailing list