public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-7614@http.gcc.gnu.org/bugzilla/>
@ 2007-05-06 22:31 ` pinskia at gcc dot gnu dot org
  2007-05-07 12:04 ` rleigh at debian dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-05-06 22:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from pinskia at gcc dot gnu dot org  2007-05-06 23:31 -------
*** Bug 15260 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbeulich at novell dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258


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

* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-7614@http.gcc.gnu.org/bugzilla/>
  2007-05-06 22:31 ` [Bug c++/14258] typename in a using declaration not supported pinskia at gcc dot gnu dot org
@ 2007-05-07 12:04 ` rleigh at debian dot org
  2008-02-16 19:28 ` starlight at binnacle dot cx
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 19+ messages in thread
From: rleigh at debian dot org @ 2007-05-07 12:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from rleigh at debian dot org  2007-05-07 13:04 -------
Also fails with GCC 4.1.3.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258


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

* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-7614@http.gcc.gnu.org/bugzilla/>
  2007-05-06 22:31 ` [Bug c++/14258] typename in a using declaration not supported pinskia at gcc dot gnu dot org
  2007-05-07 12:04 ` rleigh at debian dot org
@ 2008-02-16 19:28 ` starlight at binnacle dot cx
  2008-08-16 20:04 ` pinskia at gcc dot gnu dot org
  2010-06-07 12:43 ` fabien at gcc dot gnu dot org
  4 siblings, 0 replies; 19+ messages in thread
From: starlight at binnacle dot cx @ 2008-02-16 19:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from starlight at binnacle dot cx  2008-02-16 19:28 -------
Also fails with GCC 4.2.3.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258


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

* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-7614@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2008-02-16 19:28 ` starlight at binnacle dot cx
@ 2008-08-16 20:04 ` pinskia at gcc dot gnu dot org
  2010-06-07 12:43 ` fabien at gcc dot gnu dot org
  4 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-08-16 20:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from pinskia at gcc dot gnu dot org  2008-08-16 20:03 -------
*** Bug 37141 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joao dot eiras at gmail dot
                   |                            |com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258


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

* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-7614@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2008-08-16 20:04 ` pinskia at gcc dot gnu dot org
@ 2010-06-07 12:43 ` fabien at gcc dot gnu dot org
  4 siblings, 0 replies; 19+ messages in thread
From: fabien at gcc dot gnu dot org @ 2010-06-07 12:43 UTC (permalink / raw)
  To: gcc-bugs



-- 

fabien at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |fabien at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-09-03 21:39:11         |2010-06-07 12:43:20
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258


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

* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2014-01-22 11:59 ` pipping at exherbo dot org
@ 2014-01-22 12:03 ` pipping at exherbo dot org
  10 siblings, 0 replies; 19+ messages in thread
From: pipping at exherbo dot org @ 2014-01-22 12:03 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258

--- Comment #22 from Elias Pipping <pipping at exherbo dot org> ---
I guess my test case is a reduction/duplicate of PR37140.


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

* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2014-01-22 11:18 ` fabien at gcc dot gnu.org
@ 2014-01-22 11:59 ` pipping at exherbo dot org
  2014-01-22 12:03 ` pipping at exherbo dot org
  10 siblings, 0 replies; 19+ messages in thread
From: pipping at exherbo dot org @ 2014-01-22 11:59 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258

--- Comment #21 from Elias Pipping <pipping at exherbo dot org> ---
(In reply to Jonathan Wakely from comment #19)
> That example's a bit misleading, because 'int' really isn't a class,
> namespace or enumeration, but the error's wrong because there could be a
> specialization of A<>, and the same error is produced even if A<T>::type is
> a class type.

You're right. This will reproduce the problem, too:

<<SNIP

struct C;

template <typename T> struct A {
  typedef C type;
};

template <typename T> struct B : public A<T> {
  using typename A<T>::type;
  static const int block_size = type::block_size;
};

<<SNAP


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

* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2014-01-22 11:15 ` redi at gcc dot gnu.org
@ 2014-01-22 11:18 ` fabien at gcc dot gnu.org
  2014-01-22 11:59 ` pipping at exherbo dot org
  2014-01-22 12:03 ` pipping at exherbo dot org
  10 siblings, 0 replies; 19+ messages in thread
From: fabien at gcc dot gnu.org @ 2014-01-22 11:18 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258

--- Comment #20 from fabien at gcc dot gnu.org ---
(In reply to Jonathan Wakely from comment #19)

> Fabien, the fix doesn't seem to work with nested-name-specifiers, do you
> remember if there's another bug report about that case?

Yes, it's probably PR58047.


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

* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2014-01-22 10:26 ` pipping at exherbo dot org
@ 2014-01-22 11:15 ` redi at gcc dot gnu.org
  2014-01-22 11:18 ` fabien at gcc dot gnu.org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 19+ messages in thread
From: redi at gcc dot gnu.org @ 2014-01-22 11:15 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258

--- Comment #19 from Jonathan Wakely <redi at gcc dot gnu.org> ---
That example's a bit misleading, because 'int' really isn't a class, namespace
or enumeration, but the error's wrong because there could be a specialization
of A<>, and the same error is produced even if A<T>::type is a class type.

Fabien, the fix doesn't seem to work with nested-name-specifiers, do you
remember if there's another bug report about that case?


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

* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2012-03-19 16:51 ` redi at gcc dot gnu.org
@ 2014-01-22 10:26 ` pipping at exherbo dot org
  2014-01-22 11:15 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 19+ messages in thread
From: pipping at exherbo dot org @ 2014-01-22 10:26 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258

Elias Pipping <pipping at exherbo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pipping at exherbo dot org

--- Comment #18 from Elias Pipping <pipping at exherbo dot org> ---
I'm a bit confused here. Please consider the following piece of code:

<<SNIP

template <typename T> struct A {
  typedef int type;
};

template <typename T> struct B : public A<T> {
  using typename A<T>::type;
  static const int block_size = type::block_size;
};

<<SNAP

Compiling it with gcc 4.8.2 yields

  foo.hh:9:33: error: ‘type’ is not a class, namespace, or enumeration

whereas clang 3.4 will happily accept it(*).

At a first glance, this bug appears to address issues such as this, so that gcc
4.8.2 should be fine. This does not seem to be the case, however -- the test
case provided by Jim Apple compiles but the one above does not; I'll have to
assume the bug was only partly fixed?


(*) I orginally thought this was not valid and filed a clang bug:
http://llvm.org/bugs/show_bug.cgi?id=18574
>From gcc-bugs-return-441178-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Jan 22 10:59:36 2014
Return-Path: <gcc-bugs-return-441178-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 21945 invoked by alias); 22 Jan 2014 10:59:36 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 21913 invoked by uid 48); 22 Jan 2014 10:59:32 -0000
From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/59903] [4.8/4.9 Regression] ICE on valid code at -O3 on x86_64-linux-gnu (affecting trunk and 4.8.x)
Date: Wed, 22 Jan 2014 10:59:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: tree-optimization
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: mpolacek at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P1
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.8.3
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: priority bug_status cf_reconfirmed_on cc everconfirmed
Message-ID: <bug-59903-4-TXCrEPHmJr@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-59903-4@http.gcc.gnu.org/bugzilla/>
References: <bug-59903-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-01/txt/msg02320.txt.bz2
Content-length: 531

http://gcc.gnu.org/bugzilla/show_bug.cgi?idY903

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-01-22
                 CC|                            |mpolacek at gcc dot gnu.org
     Ever confirmed|0                           |1


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

* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2012-01-03  9:58 ` fabien at gcc dot gnu.org
@ 2012-03-19 16:51 ` redi at gcc dot gnu.org
  2014-01-22 10:26 ` pipping at exherbo dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 19+ messages in thread
From: redi at gcc dot gnu.org @ 2012-03-19 16:51 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |akim.demaille at gmail dot
                   |                            |com

--- Comment #17 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-03-19 16:31:04 UTC ---
*** Bug 52620 has been marked as a duplicate of this bug. ***


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

* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-12-13 19:34 ` fabien at gcc dot gnu.org
@ 2012-01-03  9:58 ` fabien at gcc dot gnu.org
  2012-03-19 16:51 ` redi at gcc dot gnu.org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 19+ messages in thread
From: fabien at gcc dot gnu.org @ 2012-01-03  9:58 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258

fabien at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.0


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

* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-12-13 19:10 ` fabien at gcc dot gnu.org
@ 2011-12-13 19:34 ` fabien at gcc dot gnu.org
  2012-01-03  9:58 ` fabien at gcc dot gnu.org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 19+ messages in thread
From: fabien at gcc dot gnu.org @ 2011-12-13 19:34 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258

fabien at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
      Known to fail|                            |

--- Comment #16 from fabien at gcc dot gnu.org 2011-12-13 19:29:26 UTC ---
Fixed.


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

* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-4@http.gcc.gnu.org/bugzilla/>
  2010-11-29 19:21 ` pinskia at gcc dot gnu.org
  2010-12-01 15:47 ` pinskia at gcc dot gnu.org
@ 2011-12-13 19:10 ` fabien at gcc dot gnu.org
  2011-12-13 19:34 ` fabien at gcc dot gnu.org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 19+ messages in thread
From: fabien at gcc dot gnu.org @ 2011-12-13 19:10 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258

--- Comment #15 from fabien at gcc dot gnu.org 2011-12-13 18:47:04 UTC ---
Author: fabien
Date: Tue Dec 13 18:46:58 2011
New Revision: 182292

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182292
Log:
gcc/testsuite/ChangeLog

2011-12-11  Fabien Chene  <fabien@gcc.gnu.org>

    PR c++/14258
    * g++.dg/template/using16.C: New.
    * g++.dg/template/using17.C: New.

gcc/cp/ChangeLog

2011-12-11  Fabien Chene  <fabien@gcc.gnu.org>

    PR c++/14258
    * cp-tree.h (USING_DECL_TYPENAME_P): New macro.
    * parser.c (cp_parser_nonclass_name): Handle using declarations
    that refer to a dependent type.
    (cp_parser_using_declaration): Set USING_DECL_TYPENAME_P to 1 if
    the using declaration refers to a dependent type.

Added:
    trunk/gcc/testsuite/g++.dg/template/using16.C
    trunk/gcc/testsuite/g++.dg/template/using17.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/parser.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-4@http.gcc.gnu.org/bugzilla/>
  2010-11-29 19:21 ` pinskia at gcc dot gnu.org
@ 2010-12-01 15:47 ` pinskia at gcc dot gnu.org
  2011-12-13 19:10 ` fabien at gcc dot gnu.org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu.org @ 2010-12-01 15:47 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at airs dot com

--- Comment #14 from Andrew Pinski <pinskia at gcc dot gnu.org> 2010-12-01 15:46:29 UTC ---
*** Bug 46748 has been marked as a duplicate of this bug. ***


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

* [Bug c++/14258] typename in a using declaration not supported
       [not found] <bug-14258-4@http.gcc.gnu.org/bugzilla/>
@ 2010-11-29 19:21 ` pinskia at gcc dot gnu.org
  2010-12-01 15:47 ` pinskia at gcc dot gnu.org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu.org @ 2010-11-29 19:21 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilpoilves at hotmail dot
                   |                            |com

--- Comment #13 from Andrew Pinski <pinskia at gcc dot gnu.org> 2010-11-29 19:13:27 UTC ---
*** Bug 46690 has been marked as a duplicate of this bug. ***


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

* [Bug c++/14258] typename in a using declaration not supported
  2004-02-23 13:29 [Bug c++/14258] New: using typename (only when necessary) in a using declaration reports bogus error japple at freeshell dot org
  2004-03-30  1:19 ` [Bug c++/14258] typename in a using declaration not supported giovannibajo at libero dot it
  2004-11-18 12:26 ` pinskia at gcc dot gnu dot org
@ 2005-05-10 17:42 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-10 17:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-10 17:42 -------
*** Bug 21484 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |smelkov at mph1 dot phys dot
                   |                            |spbu dot ru


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258


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

* [Bug c++/14258] typename in a using declaration not supported
  2004-02-23 13:29 [Bug c++/14258] New: using typename (only when necessary) in a using declaration reports bogus error japple at freeshell dot org
  2004-03-30  1:19 ` [Bug c++/14258] typename in a using declaration not supported giovannibajo at libero dot it
@ 2004-11-18 12:26 ` pinskia at gcc dot gnu dot org
  2005-05-10 17:42 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-18 12:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-18 12:25 -------
*** Bug 18541 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |igodard at pacbell dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258


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

* [Bug c++/14258] typename in a using declaration not supported
  2004-02-23 13:29 [Bug c++/14258] New: using typename (only when necessary) in a using declaration reports bogus error japple at freeshell dot org
@ 2004-03-30  1:19 ` giovannibajo at libero dot it
  2004-11-18 12:26 ` pinskia at gcc dot gnu dot org
  2005-05-10 17:42 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 19+ messages in thread
From: giovannibajo at libero dot it @ 2004-03-30  1:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-03-30 01:19 -------
*** Bug 14778 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258


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

end of thread, other threads:[~2014-01-22 12:03 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-14258-7614@http.gcc.gnu.org/bugzilla/>
2007-05-06 22:31 ` [Bug c++/14258] typename in a using declaration not supported pinskia at gcc dot gnu dot org
2007-05-07 12:04 ` rleigh at debian dot org
2008-02-16 19:28 ` starlight at binnacle dot cx
2008-08-16 20:04 ` pinskia at gcc dot gnu dot org
2010-06-07 12:43 ` fabien at gcc dot gnu dot org
     [not found] <bug-14258-4@http.gcc.gnu.org/bugzilla/>
2010-11-29 19:21 ` pinskia at gcc dot gnu.org
2010-12-01 15:47 ` pinskia at gcc dot gnu.org
2011-12-13 19:10 ` fabien at gcc dot gnu.org
2011-12-13 19:34 ` fabien at gcc dot gnu.org
2012-01-03  9:58 ` fabien at gcc dot gnu.org
2012-03-19 16:51 ` redi at gcc dot gnu.org
2014-01-22 10:26 ` pipping at exherbo dot org
2014-01-22 11:15 ` redi at gcc dot gnu.org
2014-01-22 11:18 ` fabien at gcc dot gnu.org
2014-01-22 11:59 ` pipping at exherbo dot org
2014-01-22 12:03 ` pipping at exherbo dot org
2004-02-23 13:29 [Bug c++/14258] New: using typename (only when necessary) in a using declaration reports bogus error japple at freeshell dot org
2004-03-30  1:19 ` [Bug c++/14258] typename in a using declaration not supported giovannibajo at libero dot it
2004-11-18 12:26 ` pinskia at gcc dot gnu dot org
2005-05-10 17:42 ` pinskia at gcc dot gnu dot 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).