This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] [Darwin PPC] Fix g++.dg/template/inline1.C
- From: Geoff Keating <geoffk at geoffk dot org>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 30 Jun 2003 13:11:12 -0700
- Subject: Re: [PATCH] [Darwin PPC] Fix g++.dg/template/inline1.C
- References: <A0180B40-AAFA-11D7-A233-000393A6D2F2@physics.uc.edu>
Andrew Pinski <pinskia@physics.uc.edu> writes:
> The problem is that g++.dg/template/inline1.C looks for
> _ZN1X3FooIiEEvT_: which is in Darwin PPC because darwin use of stubs.
> This fixes by changes the label use in darwin's stub so that they will
> not match this.
This is OK.
This code all seems unnecessarily complicated, I don't know what would
be wrong with just generating a numbered label like 'Lstub23', but
whatever.
--
- Geoffrey Keating <geoffk@geoffk.org>