This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17447] New: Comeau rejects this; gcc not
- From: "igodard at pacbell dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Sep 2004 00:48:50 -0000
- Subject: [Bug c++/17447] New: Comeau rejects this; gcc not
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
struct B;
template<typename T> struct A {
friend
A& operator <<(A& a, B b) { return a; }
};
int main() {
return 0; }
--
Summary: Comeau rejects this; gcc not
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: igodard at pacbell dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17447