public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/9634] [3.4 regression] [DR224] Injected class name as qualifier should not make the name dependent
[not found] <20030209031601.9634.poschmid@lbl.gov>
@ 2003-06-09 11:28 ` giovannibajo@libero.it
2003-07-29 14:35 ` pinskia at physics dot uc dot edu
` (14 subsequent siblings)
15 siblings, 0 replies; 16+ messages in thread
From: giovannibajo@libero.it @ 2003-06-09 11:28 UTC (permalink / raw)
To: gcc-bugs
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9634
giovannibajo@libero.it changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lars@trolltech.com
------- Additional Comments From giovannibajo@libero.it 2003-06-09 11:28 -------
*** Bug 11118 has been marked as a duplicate of this bug. ***
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug c++/9634] [3.4 regression] [DR224] Injected class name as qualifier should not make the name dependent
[not found] <20030209031601.9634.poschmid@lbl.gov>
2003-06-09 11:28 ` [Bug c++/9634] [3.4 regression] [DR224] Injected class name as qualifier should not make the name dependent giovannibajo@libero.it
@ 2003-07-29 14:35 ` pinskia at physics dot uc dot edu
2003-12-18 16:42 ` giovannibajo at libero dot it
` (13 subsequent siblings)
15 siblings, 0 replies; 16+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29 14:35 UTC (permalink / raw)
To: gcc-bugs
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9634
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at physics dot uc
| |dot edu
Severity|normal |critical
Priority|P3 |P1
Last reconfirmed|0000-00-00 00:00:00 |2003-07-29 14:35:35
date| |
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug c++/9634] [3.4 regression] [DR224] Injected class name as qualifier should not make the name dependent
[not found] <20030209031601.9634.poschmid@lbl.gov>
2003-06-09 11:28 ` [Bug c++/9634] [3.4 regression] [DR224] Injected class name as qualifier should not make the name dependent giovannibajo@libero.it
2003-07-29 14:35 ` pinskia at physics dot uc dot edu
@ 2003-12-18 16:42 ` giovannibajo at libero dot it
2003-12-19 18:50 ` giovannibajo at libero dot it
` (12 subsequent siblings)
15 siblings, 0 replies; 16+ messages in thread
From: giovannibajo at libero dot it @ 2003-12-18 16:42 UTC (permalink / raw)
To: gcc-bugs
------- Additional Comments From giovannibajo at libero dot it 2003-12-18 15:58 -------
Will be posting a patch soon...
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |giovannibajo at gcc dot gnu
|dot org |dot org
Status|NEW |ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9634
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug c++/9634] [3.4 regression] [DR224] Injected class name as qualifier should not make the name dependent
[not found] <20030209031601.9634.poschmid@lbl.gov>
` (2 preceding siblings ...)
2003-12-18 16:42 ` giovannibajo at libero dot it
@ 2003-12-19 18:50 ` giovannibajo at libero dot it
2004-01-01 5:41 ` pinskia at gcc dot gnu dot org
` (11 subsequent siblings)
15 siblings, 0 replies; 16+ messages in thread
From: giovannibajo at libero dot it @ 2003-12-19 18:50 UTC (permalink / raw)
To: gcc-bugs
------- Additional Comments From giovannibajo at libero dot it 2003-12-19 18:32 -------
Proposed patch is here: http://gcc.gnu.org/ml/gcc-patches/2003-12/msg01722.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9634
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug c++/9634] [3.4 regression] [DR224] Injected class name as qualifier should not make the name dependent
[not found] <20030209031601.9634.poschmid@lbl.gov>
` (3 preceding siblings ...)
2003-12-19 18:50 ` giovannibajo at libero dot it
@ 2004-01-01 5:41 ` pinskia at gcc dot gnu dot org
2004-01-11 23:13 ` steven at gcc dot gnu dot org
` (10 subsequent siblings)
15 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-01 5:41 UTC (permalink / raw)
To: gcc-bugs
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-01 05:41 -------
*** Bug 12834 has been marked as a duplicate of this bug. ***
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |jens dot maurer at gmx dot
| |net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9634
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug c++/9634] [3.4 regression] [DR224] Injected class name as qualifier should not make the name dependent
[not found] <20030209031601.9634.poschmid@lbl.gov>
` (4 preceding siblings ...)
2004-01-01 5:41 ` pinskia at gcc dot gnu dot org
@ 2004-01-11 23:13 ` steven at gcc dot gnu dot org
2004-01-11 23:24 ` giovannibajo at libero dot it
` (9 subsequent siblings)
15 siblings, 0 replies; 16+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-01-11 23:13 UTC (permalink / raw)
To: gcc-bugs
------- Additional Comments From steven at gcc dot gnu dot org 2004-01-11 23:13 -------
Giovanni, what happened to the patch? Time to ping, or was it pinged and
rejected somewhere?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9634
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug c++/9634] [3.4 regression] [DR224] Injected class name as qualifier should not make the name dependent
[not found] <20030209031601.9634.poschmid@lbl.gov>
` (5 preceding siblings ...)
2004-01-11 23:13 ` steven at gcc dot gnu dot org
@ 2004-01-11 23:24 ` giovannibajo at libero dot it
2004-01-11 23:24 ` giovannibajo at libero dot it
` (8 subsequent siblings)
15 siblings, 0 replies; 16+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-11 23:24 UTC (permalink / raw)
To: gcc-bugs
------- Additional Comments From giovannibajo at libero dot it 2004-01-11 23:24 -------
Waiting for Gaby's discussion with the committee.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |SUSPENDED
Keywords|patch |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9634
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug c++/9634] [3.4 regression] [DR224] Injected class name as qualifier should not make the name dependent
[not found] <20030209031601.9634.poschmid@lbl.gov>
` (6 preceding siblings ...)
2004-01-11 23:24 ` giovannibajo at libero dot it
@ 2004-01-11 23:24 ` giovannibajo at libero dot it
2004-01-14 3:53 ` pinskia at gcc dot gnu dot org
` (7 subsequent siblings)
15 siblings, 0 replies; 16+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-11 23:24 UTC (permalink / raw)
To: gcc-bugs
------- Additional Comments From giovannibajo at libero dot it 2004-01-11 23:24 -------
Subject: Re: [3.4 regression] [DR224] Injected class name as qualifier should not make the name dependent
steven at gcc dot gnu dot org wrote:
> Giovanni, what happened to the patch? Time to ping, or was it pinged and
> rejected somewhere?
It was discussed here (see the followups):
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg00490.html. There are two
outcomes:
1) My patch should be modified, removing its last hunk (the third). It was just
a hack and it turned out to be not needed. So I'll have to retest it.
2) Gaby said that the whole DR224 looked strange to him and would ask
clarifications to other members of the C++ committee.
So, I remove the "patch" keyword (since it's no more valid), and mark the bug
as suspended. After a few months, we can ping Gaby if we get no further
comments.
Giovanni Bajo
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9634
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug c++/9634] [3.4 regression] [DR224] Injected class name as qualifier should not make the name dependent
[not found] <20030209031601.9634.poschmid@lbl.gov>
` (7 preceding siblings ...)
2004-01-11 23:24 ` giovannibajo at libero dot it
@ 2004-01-14 3:53 ` pinskia at gcc dot gnu dot org
2004-02-03 13:33 ` [Bug c++/9634] [3.4/3.5 " giovannibajo at libero dot it
` (6 subsequent siblings)
15 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-14 3:53 UTC (permalink / raw)
To: gcc-bugs
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-14 03:53 -------
Moving to 3.5 as this is suspended waiting for the standards committe and most likely will
not be fixed for 3.4.
--
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|3.4.0 |3.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9634
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug c++/9634] [3.4/3.5 regression] [DR224] Injected class name as qualifier should not make the name dependent
[not found] <20030209031601.9634.poschmid@lbl.gov>
` (8 preceding siblings ...)
2004-01-14 3:53 ` pinskia at gcc dot gnu dot org
@ 2004-02-03 13:33 ` giovannibajo at libero dot it
2004-02-14 21:17 ` pinskia at gcc dot gnu dot org
` (5 subsequent siblings)
15 siblings, 0 replies; 16+ messages in thread
From: giovannibajo at libero dot it @ 2004-02-03 13:33 UTC (permalink / raw)
To: gcc-bugs
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|giovannibajo at gcc dot gnu |giovannibajo at libero dot
|dot org |it
Status|SUSPENDED |ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9634
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug c++/9634] [3.4/3.5 regression] [DR224] Injected class name as qualifier should not make the name dependent
[not found] <20030209031601.9634.poschmid@lbl.gov>
` (9 preceding siblings ...)
2004-02-03 13:33 ` [Bug c++/9634] [3.4/3.5 " giovannibajo at libero dot it
@ 2004-02-14 21:17 ` pinskia at gcc dot gnu dot org
2004-06-07 23:09 ` pinskia at gcc dot gnu dot org
` (4 subsequent siblings)
15 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-14 21:17 UTC (permalink / raw)
To: gcc-bugs
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
Status|ASSIGNED |SUSPENDED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9634
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug c++/9634] [3.4/3.5 regression] [DR224] Injected class name as qualifier should not make the name dependent
[not found] <20030209031601.9634.poschmid@lbl.gov>
` (10 preceding siblings ...)
2004-02-14 21:17 ` pinskia at gcc dot gnu dot org
@ 2004-06-07 23:09 ` pinskia at gcc dot gnu dot org
2004-06-07 23:27 ` gbeauchesne at mandrakesoft dot com
` (3 subsequent siblings)
15 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-07 23:09 UTC (permalink / raw)
To: gcc-bugs
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-07 23:09 -------
*** Bug 15863 has been marked as a duplicate of this bug. ***
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |gbeauchesne at mandrakesoft
| |dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9634
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug c++/9634] [3.4/3.5 regression] [DR224] Injected class name as qualifier should not make the name dependent
[not found] <20030209031601.9634.poschmid@lbl.gov>
` (11 preceding siblings ...)
2004-06-07 23:09 ` pinskia at gcc dot gnu dot org
@ 2004-06-07 23:27 ` gbeauchesne at mandrakesoft dot com
2004-10-19 12:57 ` [Bug c++/9634] [3.4/4.0 " pinskia at gcc dot gnu dot org
` (2 subsequent siblings)
15 siblings, 0 replies; 16+ messages in thread
From: gbeauchesne at mandrakesoft dot com @ 2004-06-07 23:27 UTC (permalink / raw)
To: gcc-bugs
------- Additional Comments From gbeauchesne at mandrakesoft dot com 2004-06-07 23:27 -------
Hi Gaby, do you have any news about it?
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |gdr at integrable-solutions
| |dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9634
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug c++/9634] [3.4/4.0 regression] [DR224] Injected class name as qualifier should not make the name dependent
[not found] <20030209031601.9634.poschmid@lbl.gov>
` (12 preceding siblings ...)
2004-06-07 23:27 ` gbeauchesne at mandrakesoft dot com
@ 2004-10-19 12:57 ` pinskia at gcc dot gnu dot org
2004-11-04 22:55 ` pinskia at gcc dot gnu dot org
2005-02-01 4:44 ` [Bug c++/9634] " pinskia at gcc dot gnu dot org
15 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-19 12:57 UTC (permalink / raw)
To: gcc-bugs
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-19 12:57 -------
Removing the target milestone because the DR is questionable.
--
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|4.0.0 |---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9634
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Bug c++/9634] [3.4/4.0 regression] [DR224] Injected class name as qualifier should not make the name dependent
[not found] <20030209031601.9634.poschmid@lbl.gov>
` (13 preceding siblings ...)
2004-10-19 12:57 ` [Bug c++/9634] [3.4/4.0 " pinskia at gcc dot gnu dot org
@ 2004-11-04 22:55 ` pinskia at gcc dot gnu dot org
2005-02-01 4:44 ` [Bug c++/9634] " pinskia at gcc dot gnu dot org
15 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-04 22:55 UTC (permalink / raw)
To: gcc-bugs
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-04 22:55 -------
*** Bug 18304 has been marked as a duplicate of this bug. ***
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |boris at kolpackov dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9634
^ permalink raw reply [flat|nested] 16+ 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>
` (14 preceding siblings ...)
2004-11-04 22:55 ` pinskia at gcc dot gnu dot org
@ 2005-02-01 4:44 ` pinskia at gcc dot gnu dot org
15 siblings, 0 replies; 16+ 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] 16+ messages in thread
end of thread, other threads:[~2005-02-01 4:44 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20030209031601.9634.poschmid@lbl.gov>
2003-06-09 11:28 ` [Bug c++/9634] [3.4 regression] [DR224] Injected class name as qualifier should not make the name dependent giovannibajo@libero.it
2003-07-29 14:35 ` pinskia at physics dot uc dot edu
2003-12-18 16:42 ` giovannibajo at libero dot it
2003-12-19 18:50 ` giovannibajo at libero dot it
2004-01-01 5:41 ` pinskia at gcc dot gnu dot org
2004-01-11 23:13 ` steven at gcc dot gnu dot org
2004-01-11 23:24 ` giovannibajo at libero dot it
2004-01-11 23:24 ` giovannibajo at libero dot it
2004-01-14 3:53 ` pinskia at gcc dot gnu dot org
2004-02-03 13:33 ` [Bug c++/9634] [3.4/3.5 " giovannibajo at libero dot it
2004-02-14 21:17 ` pinskia at gcc dot gnu dot org
2004-06-07 23:09 ` pinskia at gcc dot gnu dot org
2004-06-07 23:27 ` gbeauchesne at mandrakesoft dot com
2004-10-19 12:57 ` [Bug c++/9634] [3.4/4.0 " pinskia at gcc dot gnu dot org
2004-11-04 22:55 ` pinskia at gcc dot gnu dot org
2005-02-01 4:44 ` [Bug c++/9634] " 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).