public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Paolo Carlini <paolo.carlini@oracle.com>
To: Jonathan Wakely <jwakely.gcc@gmail.com>
Cc: Jason Merrill <jason@redhat.com>,
	 gcc-patches List <gcc-patches@gcc.gnu.org>,
	Benjamin Kosnik <bkoz@redhat.com>,
	libstdc++ <libstdc++@gcc.gnu.org>
Subject: Re: RFA (libstdc++): C++/v3 PATCH for c++/24163 (lookup in dependent bases) and c++/29131
Date: Fri, 27 May 2011 12:34:00 -0000	[thread overview]
Message-ID: <4DDF6C41.8020109@oracle.com> (raw)
In-Reply-To: <4DDF6970.9050705@oracle.com>

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

On 05/27/2011 11:05 AM, Paolo Carlini wrote:
> Hi,
>> That only shows up if you configure with --enable-libstcxx-time
>>
>> I'll finish reg-testing it and submit it when I get home this evening.
> thanks Jon. Looks like we have also to fix parallel-mode (49187), I 
> hope there isn't too much to reshuffle, if you spot something...
Additionally to the below.

Paolo.

//////////////

[-- Attachment #2: p --]
[-- Type: text/plain, Size: 1723 bytes --]

Index: losertree.h
===================================================================
--- losertree.h	(revision 174324)
+++ losertree.h	(working copy)
@@ -171,6 +171,7 @@
     {
       typedef _LoserTreeBase<_Tp, _Compare> _Base;
       using _Base::_M_k;
+      using _Base::_M_comp;
       using _Base::_M_losers;
       using _Base::_M_first_insert;
 
@@ -263,6 +264,7 @@
       typedef _LoserTreeBase<_Tp, _Compare> _Base;
       using _Base::_M_log_k;
       using _Base::_M_k;
+      using _Base::_M_comp;
       using _Base::_M_losers;
       using _Base::_M_first_insert;
 
@@ -409,6 +411,7 @@
     {
       typedef _LoserTreePointerBase<_Tp, _Compare> _Base;
       using _Base::_M_k;
+      using _Base::_M_comp;
       using _Base::_M_losers;
 
     public:
@@ -490,6 +493,7 @@
     {
       typedef _LoserTreePointerBase<_Tp, _Compare> _Base;
       using _Base::_M_k;
+      using _Base::_M_comp;
       using _Base::_M_losers;
 
     public:
@@ -644,6 +648,7 @@
     {
       typedef _LoserTreeUnguardedBase<_Tp, _Compare> _Base;
       using _Base::_M_k;
+      using _Base::_M_comp;
       using _Base::_M_losers;
 
   public:
@@ -731,6 +736,7 @@
     {
       typedef _LoserTreeUnguardedBase<_Tp, _Compare> _Base;
       using _Base::_M_k;
+      using _Base::_M_comp;
       using _Base::_M_losers;
 
     public:
@@ -887,6 +893,7 @@
     {
       typedef _LoserTreePointerUnguardedBase<_Tp, _Compare> _Base;
       using _Base::_M_k;
+      using _Base::_M_comp;
       using _Base::_M_losers;
 
     public:
@@ -972,6 +979,7 @@
     {
       typedef _LoserTreePointerUnguardedBase<_Tp, _Compare> _Base;
       using _Base::_M_k;
+      using _Base::_M_comp;
       using _Base::_M_losers;
 
   public:

  reply	other threads:[~2011-05-27  9:17 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-20 17:09 Jason Merrill
2011-05-20 18:26 ` Paolo Carlini
2011-05-20 19:46 ` Gabriel Dos Reis
2011-05-20 20:39   ` Jason Merrill
2011-05-20 21:56     ` Gabriel Dos Reis
2011-05-21  0:32 ` Joe Buck
2011-05-21  3:01   ` Christopher Jefferson
2011-05-21  3:44     ` Jason Merrill
2011-05-24  9:41 ` Jason Merrill
2011-05-24 11:50   ` Paolo Carlini
2011-05-24 18:51     ` Jason Merrill
2011-05-27 10:30 ` Jonathan Wakely
2011-05-27 12:26   ` Paolo Carlini
2011-05-27 12:34     ` Paolo Carlini [this message]
2011-05-28  1:08   ` Jonathan Wakely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DDF6C41.8020109@oracle.com \
    --to=paolo.carlini@oracle.com \
    --cc=bkoz@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jason@redhat.com \
    --cc=jwakely.gcc@gmail.com \
    --cc=libstdc++@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).