This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: PATCH: PR target/37520: NO_DOLLAR_IN_LABEL should be defined on x86 targets
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Thu, 5 Mar 2009 14:22:31 +0100 (CET)
- Subject: Re: PATCH: PR target/37520: NO_DOLLAR_IN_LABEL should be defined on x86 targets
- References: <20090301200357.GA3911@lucon.org> <20090302032006.GA11200@lucon.org> <alpine.LSU.1.99.0903021559070.9031@acrux.dbai.tuwien.ac.at> <alpine.LSU.1.99.0903041153060.9031@acrux.dbai.tuwien.ac.at>
On Wed, 4 Mar 2009, Gerald Pfeifer wrote:
>>> 2009-03-01 H.J. Lu <hongjiu.lu@intel.com>
>>>
>>> PR target/37520
>>> * config/i386/openbsdelf.h (ANON_AGGRNAME_FORMAT): New.
>>> * config/i386/freebsd.h (ANON_AGGRNAME_FORMAT): Likewise.
>>>
>>> gcc/cp/
>>>
>>> 2009-03-01 H.J. Lu <hongjiu.lu@intel.com>
>>>
>>> PR target/37520
>>> * cp-tree.h (VFIELD_BASE): Removed.
>>> (ANON_AGGRNAME_FORMAT): Define only if it is undefined when
>>> NO_DOLLAR_IN_LABEL is undefined.
> Sadly it seems libstdc++ is broken now. I don't see how that would be
> related to your patch, but I'll retry with a virgin tree (failure logs
> below, Cc:ing libstdc++).
I don't see how, but according to my tests it seems it is indeed the
patch above which cases the libstdc++ bootstrap failure for me.
Gerald