public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/9634] [DR224] Injected class name as qualifier should not make the name dependent
       [not found] <bug-9634-5419@http.gcc.gnu.org/bugzilla/>
@ 2006-10-14 18:29 ` pinskia at gcc dot gnu dot org
  2007-04-25  5:46 ` ian at airs dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-14 18:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from pinskia at gcc dot gnu dot org  2006-10-14 18:29 -------
GDR,
  Any news from the committee on this issue?  It has been more than 2 years
since the orginal message about talking to the committee.


-- 


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


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

* [Bug c++/9634] [DR224] Injected class name as qualifier should not make the name dependent
       [not found] <bug-9634-5419@http.gcc.gnu.org/bugzilla/>
  2006-10-14 18:29 ` [Bug c++/9634] [DR224] Injected class name as qualifier should not make the name dependent pinskia at gcc dot gnu dot org
@ 2007-04-25  5:46 ` ian at airs dot com
  2009-03-03 21:15 ` jason at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ian at airs dot com @ 2007-04-25  5:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from ian at airs dot com  2007-04-25 06:45 -------
Lowering priority of suspended PR.


-- 

ian at airs dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3


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


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

* [Bug c++/9634] [DR224] Injected class name as qualifier should not make the name dependent
       [not found] <bug-9634-5419@http.gcc.gnu.org/bugzilla/>
  2006-10-14 18:29 ` [Bug c++/9634] [DR224] Injected class name as qualifier should not make the name dependent pinskia at gcc dot gnu dot org
  2007-04-25  5:46 ` ian at airs dot com
@ 2009-03-03 21:15 ` jason at gcc dot gnu dot org
  2009-03-04 18:22 ` jason at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-03-03 21:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from jason at gcc dot gnu dot org  2009-03-03 21:15 -------
Unsuspending, no complains about DR 224 have come to the attention of the
committee.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu dot org
             Status|SUSPENDED                   |NEW
   Last reconfirmed|2006-03-05 03:53:17         |2009-03-03 21:15:01
               date|                            |


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


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

* [Bug c++/9634] [DR224] Injected class name as qualifier should not make the name dependent
       [not found] <bug-9634-5419@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2009-03-03 21:15 ` jason at gcc dot gnu dot org
@ 2009-03-04 18:22 ` jason at gcc dot gnu dot org
  2009-03-04 18:43 ` jason at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-03-04 18:22 UTC (permalink / raw)
  To: gcc-bugs



-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|giovannibajo at libero dot  |jason at gcc dot gnu dot org
                   |it                          |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2009-03-03 21:15:01         |2009-03-04 18:21:59
               date|                            |


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


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

* [Bug c++/9634] [DR224] Injected class name as qualifier should not make the name dependent
       [not found] <bug-9634-5419@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2009-03-04 18:22 ` jason at gcc dot gnu dot org
@ 2009-03-04 18:43 ` jason at gcc dot gnu dot org
  2009-03-04 19:38 ` jason at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-03-04 18:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from jason at gcc dot gnu dot org  2009-03-04 18:42 -------
Subject: Bug 9634

Author: jason
Date: Wed Mar  4 18:42:17 2009
New Revision: 144618

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144618
Log:
        PR c++/9634
        PR c++/29469
        PR c++/29607
        * decl.c (make_typename_type): Do look inside currently open classes.
        * parser.c (cp_parser_lookup_name): Likewise.
        (cp_parser_template_name): Likewise.
        * pt.c (dependent_scope_p): New function.
        * cp-tree.h: Declare it.
        * class.c (currently_open_class): Return fast if T isn't a class.

Added:
    trunk/gcc/testsuite/g++.dg/template/dependent-name5.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/class.c
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/parser.c
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/9634] [DR224] Injected class name as qualifier should not make the name dependent
       [not found] <bug-9634-5419@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2009-03-04 18:43 ` jason at gcc dot gnu dot org
@ 2009-03-04 19:38 ` jason at gcc dot gnu dot org
  2009-03-04 19:42 ` jason at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-03-04 19:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from jason at gcc dot gnu dot org  2009-03-04 19:38 -------
Subject: Bug 9634

Author: jason
Date: Wed Mar  4 19:37:43 2009
New Revision: 144621

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144621
Log:
        PR c++/9634
        PR c++/29469
        PR c++/29607
        Implement DR 224.
        * decl.c (make_typename_type): Do look inside currently open classes.
        * parser.c (cp_parser_lookup_name): Likewise.
        (cp_parser_template_name): Likewise.
        * pt.c (dependent_scope_p): New function.
        * cp-tree.h: Declare it.
        * class.c (currently_open_class): Return fast if T isn't a class.

Added:
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/dependent-name5.C
      - copied unchanged from r144618,
trunk/gcc/testsuite/g++.dg/template/dependent-name5.C
Modified:
    branches/gcc-4_3-branch/gcc/cp/ChangeLog
    branches/gcc-4_3-branch/gcc/cp/class.c
    branches/gcc-4_3-branch/gcc/cp/cp-tree.h
    branches/gcc-4_3-branch/gcc/cp/decl.c
    branches/gcc-4_3-branch/gcc/cp/parser.c
    branches/gcc-4_3-branch/gcc/cp/pt.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/9634] [DR224] Injected class name as qualifier should not make the name dependent
       [not found] <bug-9634-5419@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2009-03-04 19:38 ` jason at gcc dot gnu dot org
@ 2009-03-04 19:42 ` jason at gcc dot gnu dot org
  2009-04-03 17:32 ` jason at gcc dot gnu dot org
  2009-11-08  4:07 ` jason at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-03-04 19:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #22 from jason at gcc dot gnu dot org  2009-03-04 19:41 -------
Fixed for 4.3 and 4.4, not applying to 4.2.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.4


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


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

* [Bug c++/9634] [DR224] Injected class name as qualifier should not make the name dependent
       [not found] <bug-9634-5419@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2009-03-04 19:42 ` jason at gcc dot gnu dot org
@ 2009-04-03 17:32 ` jason at gcc dot gnu dot org
  2009-11-08  4:07 ` jason at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-04-03 17:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #23 from jason at gcc dot gnu dot org  2009-04-03 17:32 -------
Subject: Bug 9634

Author: jason
Date: Fri Apr  3 17:31:38 2009
New Revision: 145510

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145510
Log:
Revert:
        PR c++/9634
        PR c++/29469
        PR c++/29607
        Implement DR 224.
        * decl.c (make_typename_type): Do look inside currently open classes.
        * parser.c (cp_parser_lookup_name): Likewise.
        (cp_parser_template_name): Likewise.
        * pt.c (dependent_scope_p): New function.
        * cp-tree.h: Declare it.
        * class.c (currently_open_class): Return fast if T isn't a class.

Removed:
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/dependent-name5.C
Modified:
    branches/gcc-4_3-branch/gcc/cp/ChangeLog
    branches/gcc-4_3-branch/gcc/cp/class.c
    branches/gcc-4_3-branch/gcc/cp/cp-tree.h
    branches/gcc-4_3-branch/gcc/cp/decl.c
    branches/gcc-4_3-branch/gcc/cp/parser.c
    branches/gcc-4_3-branch/gcc/cp/pt.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/9634] [DR224] Injected class name as qualifier should not make the name dependent
       [not found] <bug-9634-5419@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2009-04-03 17:32 ` jason at gcc dot gnu dot org
@ 2009-11-08  4:07 ` jason at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-11-08  4:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #24 from jason at gcc dot gnu dot org  2009-11-08 04:07 -------
*** Bug 21783 has been marked as a duplicate of this bug. ***


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |florent dot gallet at orange
                   |                            |dot fr


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


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

* [Bug c++/9634] [DR224] Injected class name as qualifier should not make the name dependent
       [not found] <20030209031601.9634.poschmid@lbl.gov>
@ 2005-02-01  4:44 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-01  4:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-01 04:43 -------
*** Bug 19737 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gianni at mariani dot ws


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


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

end of thread, other threads:[~2009-11-08  4:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-9634-5419@http.gcc.gnu.org/bugzilla/>
2006-10-14 18:29 ` [Bug c++/9634] [DR224] Injected class name as qualifier should not make the name dependent pinskia at gcc dot gnu dot org
2007-04-25  5:46 ` ian at airs dot com
2009-03-03 21:15 ` jason at gcc dot gnu dot org
2009-03-04 18:22 ` jason at gcc dot gnu dot org
2009-03-04 18:43 ` jason at gcc dot gnu dot org
2009-03-04 19:38 ` jason at gcc dot gnu dot org
2009-03-04 19:42 ` jason at gcc dot gnu dot org
2009-04-03 17:32 ` jason at gcc dot gnu dot org
2009-11-08  4:07 ` jason at gcc dot gnu dot org
     [not found] <20030209031601.9634.poschmid@lbl.gov>
2005-02-01  4:44 ` 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).