[Bug c++/13549] [3.4 Regression] Regression compiling Boost.Python test

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Jan 2 22:25:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-02 22:24 -------
I found a simple testcase which shows this:

template <typename T> int g(int);
class h{};
template <typename T> int l(){h j; return g<T>(j);}
template <typename T> int g(const h&);
class j{};
int jj(){return l<j>();}

I can confirm this on the mainline.
>From Phil's regression hunter: Search converges between 2002-12-27-trunk (#177) and 
2002-12-28-trunk (#178).  That is when the new parser went in.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |rejects-valid
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-02 22:25:03
               date|                            |
            Summary|Regression compiling        |[3.4 Regression] Regression
                   |Boost.Python test           |compiling Boost.Python test
   Target Milestone|---                         |3.4.0


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



More information about the Gcc-bugs mailing list