From: Mark Mitchell Date: Fri, 7 Mar 2003 07:03:17 +0000 (+0000) Subject: * rtti.c (get_tinfo_decl): Use build_address/build_nop. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9534f4bcc830d0db68e1cbbeeb7f8aa5f310defd;p=gcc.git * rtti.c (get_tinfo_decl): Use build_address/build_nop. From-SVN: r63931 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 668c6e7135e..0055543c6a7 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -7,7 +7,8 @@ sequence. (build_user_type_conversion_1): Use merge_conversion_sequences. * cp-tree.def: Add comments for CONV nodes. - + * rtti.c (get_tinfo_decl): Use build_address/build_nop. + 2003-03-07 Gabriel Dos Reis * error.c (init_error): Use C90 prototype style.