This is the mail archive of the gcc-prs@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]

Re: c++/570: Internal error 71 with parametrised operator template

[Get raw message]
The following reply was made to PR c++/570; it has been noted by GNATS.

From: nathan@gcc.gnu.org
To: cschueler@gmx.de, gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org,
  gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/570: Internal error 71 with parametrised operator template
Date: 21 Nov 2001 12:01:31 -0000

 Synopsis: Internal error 71 with parametrised operator template
 
 State-Changed-From-To: analyzed->closed
 State-Changed-By: nathan
 State-Changed-When: Wed Nov 21 04:01:30 2001
 State-Changed-Why:
     This appears fixed on the mainline, which reports
     incomming/570.ii: In function `int main()':
     incomming/570.ii:30: no match for `OP_plus<Vector3D, Vector3D, A, B> + 
        Vector3D&' operator
     incomming/570.ii: In function `OP_plus<TYPEA, TYPEB, A, B> operator+(const 
        TYPEA&, const TYPEB&) [with TYPEA = Vector3D, TYPEB = Vector3D]':
     incomming/570.ii:30:   instantiated from here
     incomming/570.ii:9: `A' is not a valid template argument
     incomming/570.ii:9: `B' is not a valid template argument
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=570&database=gcc


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