From: Jason Merrill Date: Thu, 15 Nov 2001 17:33:24 +0000 (-0500) Subject: * method.c (use_thunk): Don't emit debugging information for thunks. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b1a413282c137b768866521d9acdc2c2dd335ac;p=gcc.git * method.c (use_thunk): Don't emit debugging information for thunks. From-SVN: r47063 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 59cb2af7158..a87523599ab 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,7 @@ 2001-11-15 Jason Merrill + * method.c (use_thunk): Don't emit debugging information for thunks. + * parse.y: Add ... IDENTIFIER SCOPE and ... PTYPENAME SCOPE expansions. * decl.c (make_typename_type): Handle getting a class template. * search.c (lookup_field_r): A class template is good enough for