This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/21352] [3.4 Regression] ICE with passing template function type as template type


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]