[Bug c++/27787] Qualified lookup fails to find inherited class template

2007-04-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Known to work|2.95.3 3.2.3|2.95.3 3.2.3 4.1.2 Target Milestone|4.2.0 |4.

[Bug c++/27787] Qualified lookup fails to find inherited class template

2006-10-26 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-10-27 01:26 --- Actually I think this is the same as DR 224 which says "a" here is not dependent but shown by PR 29469 comment #5, that DR report is bogus. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c++/27787] Qualified lookup fails to find inherited class template

2006-10-18 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2006-10-18 09:18 --- Subject: Bug 27787 Author: rguenth Date: Wed Oct 18 09:18:07 2006 New Revision: 117852 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117852 Log: 2006-10-18 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug c++/27787] Qualified lookup fails to find inherited class template

2006-08-25 Thread nathan at gcc dot gnu dot org
--- Comment #7 from nathan at gcc dot gnu dot org 2006-08-25 16:56 --- Subject: Bug 27787 Author: nathan Date: Fri Aug 25 16:56:07 2006 New Revision: 116409 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116409 Log: cp/ PR c++/27787 * decl.c (make_typename_type):

[Bug c++/27787] Qualified lookup fails to find inherited class template

2006-08-25 Thread nathan at gcc dot gnu dot org
--- Comment #6 from nathan at gcc dot gnu dot org 2006-08-25 16:52 --- 2006-08-25 Nathan Sidwell <[EMAIL PROTECTED]> PR c++/27787 * decl.c (make_typename_type): Only try and resolve it when context is not dependent. Refactor. * decl2.c (check_classfn):

[Bug c++/27787] Qualified lookup fails to find inherited class template

2006-08-25 Thread nathan at gcc dot gnu dot org
-- nathan at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |nathan at gcc dot gnu dot |dot org

[Bug c++/27787] Qualified lookup fails to find inherited class template

2006-08-06 Thread bangerth at dealii dot org
--- Comment #5 from bangerth at dealii dot org 2006-08-06 22:16 --- Confirmed. I'm sure this is a duplicate of some other PR, but I don't know which one right now... W. -- bangerth at dealii dot org changed: What|Removed |Added ---

[Bug c++/27787] Qualified lookup fails to find inherited class template

2006-05-28 Thread tschwinger at neoscientists dot org
--- Comment #4 from tschwinger at neoscientists dot org 2006-05-28 21:47 --- It seems my report is missing some detail. Here's my apology and an attempt to outline my standard interpretation that makes me think it is a bug. (In reply to comment #0) > > template > struct x > { > te

[Bug c++/27787] Qualified lookup fails to find inherited class template

2006-05-28 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-05-28 18:51 --- http://std.dkuug.dk/jtc1/sc22/wg21/docs/cwg_defects.html#213 And http://std.dkuug.dk/jtc1/sc22/wg21/docs/cwg_defects.html#108 Both seems a way to better understand this but I am confused with what the standard says

[Bug c++/27787] Qualified lookup fails to find inherited class template

2006-05-28 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-05-28 18:43 --- Replacing a with x, makes this work. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27787

[Bug c++/27787] Qualified lookup fails to find inherited class template

2006-05-28 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-28 18:42 --- There is a defect report about this if a is really a dependent name or not (or maybe it is the one about inherite and template and name lookup I forget). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27787