This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21352] [3.4 Regression] ICE with passing template function type as template type
- From: "mmitchel at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 May 2005 23:35:04 -0000
- Subject: [Bug c++/21352] [3.4 Regression] ICE with passing template function type as template type
- References: <20050503082744.21352.weary@gamebox.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mmitchel at gcc dot gnu dot org 2005-05-05 23:35 -------
This code is not valid (it tries to use a non-static member function, without
taking its address to form a pointer-to-member).
The ICE has been fixed in 4.0.1 and 4.1. This bug will not be fixed in 3.4.x.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Keywords|ice-on-valid-code |ice-on-invalid-code
Resolution| |FIXED
Summary|[3.4/4.0/4.1 Regression] ICE|[3.4 Regression] ICE with
|on valid code with passing |passing template function
|template function type as |type as template type
|template type |
Target Milestone|3.4.4 |4.0.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21352