public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/65061] New: [4.8/4.9/5 Regression] Issue with using declaration and member class template
@ 2015-02-14  0:01 paolo.carlini at oracle dot com
  2015-02-14  0:03 ` [Bug c++/65061] " paolo.carlini at oracle dot com
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: paolo.carlini at oracle dot com @ 2015-02-14  0:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65061

            Bug ID: 65061
           Summary: [4.8/4.9/5 Regression] Issue with using declaration
                    and member class template
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: paolo.carlini at oracle dot com

Noticed while working on c++/60894. Between 4.6 and 4.7 we started rejecting
the below:

struct B
{
  template<typename T>
  struct S {};
};

struct D : B
{
  using B::S;

  template<typename T>
  void doIt(/*struct*/ S<T>&);
};


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-06-26 20:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-14  0:01 [Bug c++/65061] New: [4.8/4.9/5 Regression] Issue with using declaration and member class template paolo.carlini at oracle dot com
2015-02-14  0:03 ` [Bug c++/65061] " paolo.carlini at oracle dot com
2015-02-16  9:42 ` rguenth at gcc dot gnu.org
2015-02-16  9:42 ` rguenth at gcc dot gnu.org
2015-02-23 19:54 ` jakub at gcc dot gnu.org
2015-02-26 22:15 ` paolo.carlini at oracle dot com
2015-03-16 15:55 ` jason at gcc dot gnu.org
2015-03-17 17:39 ` jason at gcc dot gnu.org
2015-05-22  9:51 ` [Bug c++/65061] [4.8/4.9 " paolo.carlini at oracle dot com
2015-05-22  9:54 ` paolo.carlini at oracle dot com
2015-06-23  8:20 ` rguenth at gcc dot gnu.org
2015-06-26 19:57 ` [Bug c++/65061] [4.9 " jakub at gcc dot gnu.org
2015-06-26 20:28 ` jakub at gcc dot gnu.org

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).