This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [Darwin PPC] Fix g++.dg/template/inline1.C


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]