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++/21895] [wrong-code] template class member function with array typedef arguement behaves erroneously


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-02 23:37 -------
Fixed in 4.0.0 by:
2005-03-09  Mark Mitchell  <mark@codesourcery.com>

        PR c++/20208
        * pt.c (tsubst_decl): Apply array-to-pointer and
        function-to-pointer conversions to function arguments.
        (regenerate_decl_from_template): Likewise.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21895


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