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: PR c++/37520: [4.4 Regression] junk `(,%eax,4)' after expression / suffix


On Wed, Mar 4, 2009 at 12:56 PM, Jason Merrill <jason@redhat.com> wrote:
> Why not just define NO_DOLLAR_IN_LABEL for x86 if it causes trouble?

config/i386/openbsdelf.h has

/* This gets defined in tm.h->linux.h->svr4.h, and keeps us from using
   libraries compiled with the native cc, so undef it. */
#undef NO_DOLLAR_IN_LABEL

'$' can be used in label for x86, except for the first character.

> I do agree that C++/varasm.c/omp-low.c/collect2.c should all check
> NO_*_IN_LABEL in the same order.
>

-- 
H.J.


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