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: RE :Re: RE :Re: hashtable local iterator


On Thu, 2011-12-29 at 21:51 +0100, Marc Glisse wrote:
> On Thu, 29 Dec 2011, Oleg Endo wrote:
> 
> > On Thu, 2011-12-29 at 19:00 +0100, FranÃois Dumont wrote:
> >> Attached patch applied.
> >>
> >> 2011-12-29  FranÃois Dumont <fdumont@gcc.gnu.org>
> >>
> >>          PR libstdc++/51608
> >>          [...]
> >
> > After this patch I'm getting the following error when building a gcc
> > cross compiler with "make all":
> >
> > /home/yam/code/gcc/gcc-trunk-van-build-sh-elf/sh-elf/libstdc
> > ++-v3/include/bits/hashtable_policy.h:518:16: error: expected '>' before
> > numeric constant
> 
> Got any header that defines _N as a macro?
> 

Yes, _N is defined somewhere else (no idea where yet...).
Renaming _N to _Nn helps.  Would that be OK?


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