This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11808] [3.4 Regression] Wrong namespace lookup for template function when induced by a template parameter
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Aug 2003 17:25:05 -0000
- Subject: [Bug c++/11808] [3.4 Regression] Wrong namespace lookup for template function when induced by a template parameter
- References: <20030805155639.11808.nicolas.burrus@lrde.epita.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11808
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mmitchel at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |rejects-valid
Priority|P2 |P1
Last reconfirmed|0000-00-00 00:00:00 |2003-08-05 17:25:04
date| |
Summary|Wrong namespace lookup for |[3.4 Regression] Wrong
|template function when |namespace lookup for
|induced by a template |template function when
|parameter |induced by a template
| |parameter
Target Milestone|--- |3.4
------- Additional Comments From pinskia at physics dot uc dot edu 2003-08-05 17:25 -------
I can confirm this on the mainline (20030805).
>From Phil's regression hunter: Search converges between 2003-07-13-trunk (#342) and
2003-07-14-trunk (#343).
Looks like the same patch that broke PR 11744 broke this one too.