public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Paolo Carlini <paolo.carlini@oracle.com>
To: Ollie Wild <aaw@google.com>
Cc: reply@codereview.appspotmail.com, gcc-patches@gcc.gnu.org,
	 libstdc++@gcc.gnu.org, Jason Merrill <jason@redhat.com>
Subject: Re: [google] Remove unqualified lookups which break clang (issue4439085)
Date: Mon, 02 May 2011 15:33:00 -0000	[thread overview]
Message-ID: <4DBECE83.3010809@oracle.com> (raw)
In-Reply-To: <4DBECB9D.9040003@oracle.com>

On 05/02/2011 05:19 PM, Paolo Carlini wrote:
> template<typename T>
>   struct base
>   {
>     void bar(T) { }
>   };
>
> template<typename T>
>   struct derived
>   : base<T>
>   {
>     void
>     foo(T t)
>     { bar(t); }
>   };
>
> template class derived<int>;
Gosh, c++/24163

Paolo.

      reply	other threads:[~2011-05-02 15:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-02 14:35 Ollie Wild
2011-05-02 14:37 ` Diego Novillo
2011-05-02 14:53 ` Ollie Wild
2011-05-02 14:58   ` Paolo Carlini
2011-05-02 15:20     ` Paolo Carlini
2011-05-02 15:33       ` Paolo Carlini [this message]

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=4DBECE83.3010809@oracle.com \
    --to=paolo.carlini@oracle.com \
    --cc=aaw@google.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jason@redhat.com \
    --cc=libstdc++@gcc.gnu.org \
    --cc=reply@codereview.appspotmail.com \
    /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).