public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11987] [3.4/4.0/4.1 regression] Accepts-invalid with inherited nested type
       [not found] <bug-11987-102@http.gcc.gnu.org/bugzilla/>
@ 2005-10-29  0:06 ` jason at gcc dot gnu dot org
  2005-10-30 22:07 ` mmitchel at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: jason at gcc dot gnu dot org @ 2005-10-29  0:06 UTC (permalink / raw)
  To: gcc-bugs



-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor


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


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

* [Bug c++/11987] [3.4/4.0/4.1 regression] Accepts-invalid with inherited nested type
       [not found] <bug-11987-102@http.gcc.gnu.org/bugzilla/>
  2005-10-29  0:06 ` [Bug c++/11987] [3.4/4.0/4.1 regression] Accepts-invalid with inherited nested type jason at gcc dot gnu dot org
@ 2005-10-30 22:07 ` mmitchel at gcc dot gnu dot org
  2006-01-23 19:20 ` [Bug c++/11987] [3.4/4.0/4.1/4.2 " uttamp at us dot ibm dot com
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-10-30 22:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from mmitchel at gcc dot gnu dot org  2005-10-30 22:07 -------
I've talked about this with EDG.  The reason they reject the test case is that
Y<dim>::I might or might not be X<dim>::I, depending on whether or not there
are specializations of Y in play.  I agree with this logic, so the test case is
indeed an accepts-invalid.

However, as indicated in the audit trail, this is not a particular critical
regression; downgraded to P4.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4


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


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

* [Bug c++/11987] [3.4/4.0/4.1/4.2 regression] Accepts-invalid with inherited nested type
       [not found] <bug-11987-102@http.gcc.gnu.org/bugzilla/>
  2005-10-29  0:06 ` [Bug c++/11987] [3.4/4.0/4.1 regression] Accepts-invalid with inherited nested type jason at gcc dot gnu dot org
  2005-10-30 22:07 ` mmitchel at gcc dot gnu dot org
@ 2006-01-23 19:20 ` uttamp at us dot ibm dot com
  2006-03-11  3:20 ` mmitchel at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: uttamp at us dot ibm dot com @ 2006-01-23 19:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from uttamp at us dot ibm dot com  2006-01-23 19:20 -------
Just for the information. I tested this bug against following branches, 

gcc-3.2.3 - causes an ICE

gcc-3.4.0 - no ICE
gcc-3.4.2 - no ICE
gcc-3.4.3 - no ICE
gcc-4.0.0 - no ICE
gcc-4.1.0 - no ICE
gcc-4.0.2 - no ICE
gcc-4.2.0 20060123 - no ICE


-- 

uttamp at us dot ibm dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uttamp at us dot ibm dot com


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


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

* [Bug c++/11987] [3.4/4.0/4.1/4.2 regression] Accepts-invalid with inherited nested type
       [not found] <bug-11987-102@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-01-23 19:20 ` [Bug c++/11987] [3.4/4.0/4.1/4.2 " uttamp at us dot ibm dot com
@ 2006-03-11  3:20 ` mmitchel at gcc dot gnu dot org
  2007-01-18  2:39 ` [Bug c++/11987] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-03-11  3:20 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.3                       |4.0.4


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


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

* [Bug c++/11987] [4.0/4.1/4.2/4.3 regression] Accepts-invalid with inherited nested type
       [not found] <bug-11987-102@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-03-11  3:20 ` mmitchel at gcc dot gnu dot org
@ 2007-01-18  2:39 ` gdr at gcc dot gnu dot org
  2007-01-21 21:17 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: gdr at gcc dot gnu dot org @ 2007-01-18  2:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from gdr at gcc dot gnu dot org  2007-01-18 02:39 -------
Not to be fixed in GCC-4.0.x


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.4                       |---


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


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

* [Bug c++/11987] [4.0/4.1/4.2/4.3 regression] Accepts-invalid with inherited nested type
       [not found] <bug-11987-102@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2007-01-18  2:39 ` [Bug c++/11987] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
@ 2007-01-21 21:17 ` pinskia at gcc dot gnu dot org
  2007-02-14  9:23 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-21 21:17 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.2


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


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

* [Bug c++/11987] [4.0/4.1/4.2/4.3 regression] Accepts-invalid with inherited nested type
       [not found] <bug-11987-102@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2007-01-21 21:17 ` pinskia at gcc dot gnu dot org
@ 2007-02-14  9:23 ` mmitchel at gcc dot gnu dot org
  2008-07-04 16:30 ` [Bug c++/11987] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:23 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.1.3


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


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

* [Bug c++/11987] [4.2/4.3/4.4 regression] Accepts-invalid with inherited nested type
       [not found] <bug-11987-102@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2007-02-14  9:23 ` mmitchel at gcc dot gnu dot org
@ 2008-07-04 16:30 ` jsm28 at gcc dot gnu dot org
  2009-03-31 16:13 ` [Bug c++/11987] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 16:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from jsm28 at gcc dot gnu dot org  2008-07-04 16:29 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2/4.3/4.4 regression]|[4.2/4.3/4.4 regression]
                   |Accepts-invalid with        |Accepts-invalid with
                   |inherited nested type       |inherited nested type
   Target Milestone|4.1.3                       |4.2.5


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


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

* [Bug c++/11987] [4.3/4.4/4.5 regression] Accepts-invalid with inherited nested type
       [not found] <bug-11987-102@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2008-07-04 16:30 ` [Bug c++/11987] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
@ 2009-03-31 16:13 ` jsm28 at gcc dot gnu dot org
  2009-08-04 12:27 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 16:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from jsm28 at gcc dot gnu dot org  2009-03-31 16:12 -------
Closing 4.2 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3/4.4/4.5 regression]|[4.3/4.4/4.5 regression]
                   |Accepts-invalid with        |Accepts-invalid with
                   |inherited nested type       |inherited nested type
   Target Milestone|4.2.5                       |4.3.4


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


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

* [Bug c++/11987] [4.3/4.4/4.5 regression] Accepts-invalid with inherited nested type
       [not found] <bug-11987-102@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2009-03-31 16:13 ` [Bug c++/11987] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
@ 2009-08-04 12:27 ` rguenth at gcc dot gnu dot org
  2009-11-13  5:26 ` jason at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from rguenth at gcc dot gnu dot org  2009-08-04 12:25 -------
GCC 4.3.4 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.4                       |4.3.5


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


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

* [Bug c++/11987] [4.3/4.4/4.5 regression] Accepts-invalid with inherited nested type
       [not found] <bug-11987-102@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2009-08-04 12:27 ` rguenth at gcc dot gnu dot org
@ 2009-11-13  5:26 ` jason at gcc dot gnu dot org
  2009-11-13 14:41 ` jason at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-11-13  5:26 UTC (permalink / raw)
  To: gcc-bugs



-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jason at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-09-04 18:20:23         |2009-11-13 05:26:40
               date|                            |


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


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

* [Bug c++/11987] [4.3/4.4/4.5 regression] Accepts-invalid with inherited nested type
       [not found] <bug-11987-102@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2009-11-13 14:41 ` jason at gcc dot gnu dot org
@ 2009-11-13 14:41 ` jason at gcc dot gnu dot org
  2009-11-13 14:42 ` jason at gcc dot gnu dot org
  13 siblings, 0 replies; 14+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-11-13 14:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from jason at gcc dot gnu dot org  2009-11-13 14:40 -------
Subject: Bug 11987

Author: jason
Date: Fri Nov 13 14:40:13 2009
New Revision: 154149

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154149
Log:
        PR c++/11987
        * parser.c (cp_parser_direct_declarator): Give helpful error about
        trying to define member of a dependent typedef.
        * pt.c (resolve_typename_type): Don't resolve a typedef typename.
        * tree.c (typedef_variant_p): New.
        * cp-tree.h: Declare it.

Added:
    trunk/gcc/testsuite/g++.dg/parse/typename11.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/parser.c
    trunk/gcc/cp/pt.c
    trunk/gcc/cp/tree.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/template/crash48.C


-- 


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


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

* [Bug c++/11987] [4.3/4.4/4.5 regression] Accepts-invalid with inherited nested type
       [not found] <bug-11987-102@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2009-11-13  5:26 ` jason at gcc dot gnu dot org
@ 2009-11-13 14:41 ` jason at gcc dot gnu dot org
  2009-11-13 14:41 ` jason at gcc dot gnu dot org
  2009-11-13 14:42 ` jason at gcc dot gnu dot org
  13 siblings, 0 replies; 14+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-11-13 14:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from jason at gcc dot gnu dot org  2009-11-13 14:41 -------
Fixed for 4.5.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.5                       |4.5.0


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


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

* [Bug c++/11987] [4.3/4.4/4.5 regression] Accepts-invalid with inherited nested type
       [not found] <bug-11987-102@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2009-11-13 14:41 ` jason at gcc dot gnu dot org
@ 2009-11-13 14:42 ` jason at gcc dot gnu dot org
  13 siblings, 0 replies; 14+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-11-13 14:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from jason at gcc dot gnu dot org  2009-11-13 14:42 -------
.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2009-11-13 14:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11987-102@http.gcc.gnu.org/bugzilla/>
2005-10-29  0:06 ` [Bug c++/11987] [3.4/4.0/4.1 regression] Accepts-invalid with inherited nested type jason at gcc dot gnu dot org
2005-10-30 22:07 ` mmitchel at gcc dot gnu dot org
2006-01-23 19:20 ` [Bug c++/11987] [3.4/4.0/4.1/4.2 " uttamp at us dot ibm dot com
2006-03-11  3:20 ` mmitchel at gcc dot gnu dot org
2007-01-18  2:39 ` [Bug c++/11987] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
2007-01-21 21:17 ` pinskia at gcc dot gnu dot org
2007-02-14  9:23 ` mmitchel at gcc dot gnu dot org
2008-07-04 16:30 ` [Bug c++/11987] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2009-03-31 16:13 ` [Bug c++/11987] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
2009-08-04 12:27 ` rguenth at gcc dot gnu dot org
2009-11-13  5:26 ` jason at gcc dot gnu dot org
2009-11-13 14:41 ` jason at gcc dot gnu dot org
2009-11-13 14:41 ` jason at gcc dot gnu dot org
2009-11-13 14:42 ` jason 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).