From: Jason Merrill Date: Fri, 6 Feb 1998 09:55:20 +0000 (+0000) Subject: * tinfo2.cc: Add tinfo for signed char. X-Git-Tag: prereleases/egcs-1.1-prerelease~2490 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d60846c7b694e439a4da789219de4d7e76e2641c;p=thirdparty%2Fgcc.git * tinfo2.cc: Add tinfo for signed char. From-SVN: r17687 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a5336144da25..197f942c72f7 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 5 19:10:40 1998 Jason Merrill + + * tinfo2.cc: Add tinfo for signed char. + Thu Feb 5 14:38:23 1998 Mike Stump * search.c (compute_access): Handle protected constructors in derived diff --git a/gcc/cp/tinfo2.cc b/gcc/cp/tinfo2.cc index 531348895271..9496486a7611 100644 --- a/gcc/cp/tinfo2.cc +++ b/gcc/cp/tinfo2.cc @@ -322,3 +322,4 @@ extern "C" const type_info &__tf##mangled (void) { \ BUILTIN (v); BUILTIN (x); BUILTIN (l); BUILTIN (i); BUILTIN (s); BUILTIN (b); BUILTIN (c); BUILTIN (w); BUILTIN (r); BUILTIN (d); BUILTIN (f); BUILTIN (Ui); BUILTIN (Ul); BUILTIN (Ux); BUILTIN (Us); BUILTIN (Uc); +BUILTIN (Sc);