Index: method.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/cp/method.c,v retrieving revision 1.255 diff -u -p -r1.255 method.c --- method.c 24 Jun 2003 05:44:45 -0000 1.255 +++ method.c 24 Jun 2003 13:30:00 -0000 @@ -354,11 +354,11 @@ thunk_adjust (tree ptr, bool this_adjust return ptr; } -#ifdef ASM_OUTPUT_DEF static GTY (()) int thunk_labelno; /* Create a static alias to function. */ +#ifdef ASM_OUTPUT_DEF static tree make_alias_for_thunk (tree function) {