c++/10486: Regression (ICE) in 3.3 branch due to recent patch.

bangerth@dealii.org bangerth@dealii.org
Fri Apr 25 00:20:00 GMT 2003


Synopsis: Regression (ICE) in 3.3 branch due to recent patch.

State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Fri Apr 25 00:20:01 2003
State-Changed-Why:
    This is isomorph (there is a continuous deformation) from your
    testcase to this one
    ---------------------------
    template<typename T>
    struct B
    {
        B() { }
    };
    
    template<typename T>
    struct A
    {
        A(B<int> & = B<int>());
    };
    
    A<int> x;
    ------------------------
    which I think is the same as 10471. Mark fixed that sometime
    this night, and I don't see it in a 3.3 checked out
    this morning Texas time. I see it in 3.4 from yesterday.
    From when is your version? I bet you should just update
    and try again :-) Would you mind?
    
    W.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10486



More information about the Gcc-prs mailing list