------- 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

Reply via email to