[Bug c++/189] [DR176] parse error in qualified member name lookup

2009-12-23 Thread redi at gcc dot gnu dot org
--- Comment #18 from redi at gcc dot gnu dot org 2009-12-23 23:31 --- *** Bug 37350 has been marked as a duplicate of this bug. *** -- redi at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/189] [DR176] parse error in qualified member name lookup

2009-11-16 Thread jason at gcc dot gnu dot org
--- Comment #12 from jason at gcc dot gnu dot org 2009-11-17 04:02 --- Heh, wish I had noticed Nathan's patch before reimplementing it. -- jason at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/189] [DR176] parse error in qualified member name lookup

2009-11-16 Thread jason at gcc dot gnu dot org
--- Comment #13 from jason at gcc dot gnu dot org 2009-11-17 04:03 --- Fixed. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/189] [DR176] parse error in qualified member name lookup

2009-11-16 Thread jason at gcc dot gnu dot org
--- Comment #14 from jason at gcc dot gnu dot org 2009-11-17 04:03 --- *** Bug 9937 has been marked as a duplicate of this bug. *** -- jason at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/189] [DR176] parse error in qualified member name lookup

2009-11-16 Thread jason at gcc dot gnu dot org
--- Comment #15 from jason at gcc dot gnu dot org 2009-11-17 04:04 --- *** Bug 13950 has been marked as a duplicate of this bug. *** -- jason at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/189] [DR176] parse error in qualified member name lookup

2009-11-16 Thread jason at gcc dot gnu dot org
--- Comment #16 from jason at gcc dot gnu dot org 2009-11-17 05:58 --- Subject: Bug 189 Author: jason Date: Tue Nov 17 05:58:03 2009 New Revision: 154235 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154235 Log: PR c++/189, c++/9937, c++/13950, DR 176 * g++.dg/t

[Bug c++/189] [DR176] parse error in qualified member name lookup

2009-11-17 Thread reichelt at gcc dot gnu dot org
--- Comment #17 from reichelt at gcc dot gnu dot org 2009-11-18 07:07 --- *** Bug 13052 has been marked as a duplicate of this bug. *** -- reichelt at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/189] [DR176] parse error in qualified member name lookup

2006-11-05 Thread jens dot maurer at gmx dot net
--- Comment #10 from jens dot maurer at gmx dot net 2006-11-05 21:54 --- Here is a shorter test case. namespace N { template struct B { int m; }; struct C : B { }; } void g() { N::C().B::m; } -- jens dot maurer at gmx dot net changed: What|Removed

[Bug c++/189] [DR176] parse error in qualified member name lookup

2007-03-29 Thread bangerth at dealii dot org
--- Comment #11 from bangerth at dealii dot org 2007-03-29 16:25 --- Still happens with a recent mainline snapshot. -- bangerth at dealii dot org changed: What|Removed |Added -

[Bug c++/189] [DR176] parse error in qualified member name lookup

2006-03-04 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-03-05 03:20 --- Any news on this? It has been over a year since the patch has been attached to this bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=189

[Bug c++/189] [DR176] parse error in qualified member name lookup

2005-09-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-04 18:17 --- (In reply to comment #7) > This diff gets us most of the way. However, as this is not a regression, it > is > now queued until non-regression bug fixes can be applied Your message was back in December and