This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11704] [3.4 Regression] ICE in type_dependent_expression_p with wrong method call in template class
- 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: 29 Jul 2003 12:04:55 -0000
- Subject: [Bug c++/11704] [3.4 Regression] ICE in type_dependent_expression_p with wrong method call in template class
- References: <20030729083357.11704.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=11704
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-07-29 12:04:55
date| |
Summary|ICE in |[3.4 Regression] ICE in
|type_dependent_expression_p |type_dependent_expression_p
|with wrong method call in |with wrong method call in
|template class |template class
Target Milestone|--- |3.4
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-29 12:04 -------
I can confirm this on the mainline (20030728).
>From Phil's regression hunter: Search converges between 2003-07-08-trunk (#330) and
2003-07-09-trunk (#331).
Before 2003-07-08, GCC accepted this code.