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: [12/12] Simplify uses of hash_map


On Fri, 2015-06-26 15:36:01 +0100, Richard Sandiford <richard.sandiford@arm.com> wrote:
> Rainer Orth <ro@cebitec.uni-bielefeld.de> writes:
> > Jeff Law <law@redhat.com> writes:
> > > On 06/23/2015 08:57 AM, Richard Sandiford wrote:
> > > > At this point all hash_map traits know what kind of key they're
> > > > dealing with, so we can make that a traits typedef, like it is for
> > > > hash_table traits.  Then, if we make the default hash traits for
> > > > T be T, we can use hash_table-style traits as the first template
> > > > parameter to hash_map, without the need for a third.  That is, if
> > > > foo_hash hashes elements of type foo_type:
[...]
> > According to a reghunt, this patch broke bootstrap (at least with g++
> > 4.7 as bootstrap compiler):
> 
> Which target are you using?  I just tried with a gcc 4.7 host compiler
> on x86_64-linux-gnu and it seemed to work.

It's with all targets, see
http://toolchain.lug-owl.de/buildbot/timeline.php

MfG, JBG

-- 
      Jan-Benedict Glaw      jbglaw@lug-owl.de              +49-172-7608481
Signature of:  The course of history shows that as a government grows, liberty
the second  : decreases."  (Thomas Jefferson)

Attachment: signature.asc
Description: Digital signature


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