[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

 CC||ian at airs dot com


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



[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

 CC||3 dot 14159 at gmx dot net


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



[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

 AssignedTo|nathan at gcc dot gnu dot   |jason at gcc dot gnu dot org
   |org |


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



[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|RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.5.0


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



[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

 CC||witt at ive dot uni-hannover
   ||dot de


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



[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

 CC||giovannibajo at libero dot
   ||it


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



[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=gccview=revrev=154235
Log:
PR c++/189, c++/9937, c++/13950, DR 176
* g++.dg/tc1/dr176.C: Adjust.

Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/g++.dg/tc1/dr176.C


-- 


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



[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

 CC||bangerth at dealii dot org


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



[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 {
  templateclass T struct B { int m; };
  struct C : Bint { };
}

void g() {
  N::C().Bint::m;
}


-- 

jens dot maurer at gmx dot net changed:

   What|Removed |Added

 CC||jens dot maurer at gmx dot
   ||net


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



[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 now it is September, 10 months later and 
it looks your patch 
has not been applied yet.

-- 


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