[Bug c++/29486] call of friend template is ambiguous

2006-10-20 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-10-20 07:33 --- Yes this is a dup of bug 29236. *** This bug has been marked as a duplicate of 29236 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/29486] call of friend template is ambiguous

2006-10-16 Thread syntheticpp at gmx dot net
--- Comment #6 from syntheticpp at gmx dot net 2006-10-16 21:18 --- (In reply to comment #2) > Quickly looking at the source, I think this is the same as PR 29438 and PR > 29236. > Yes, this is possible, allways template templates are used as template parameter. -- http://gcc.gnu.

[Bug c++/29486] call of friend template is ambiguous

2006-10-16 Thread syntheticpp at gmx dot net
--- Comment #5 from syntheticpp at gmx dot net 2006-10-16 21:09 --- bug2.cpp: 4.0.1 and 20061010 doesn't crash. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29486

[Bug c++/29486] call of friend template is ambiguous

2006-10-16 Thread syntheticpp at gmx dot net
--- Comment #4 from syntheticpp at gmx dot net 2006-10-16 20:59 --- Created an attachment (id=12448) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12448&action=view) mingw-gcc crash Here another file which does not compile. On Windows gcc even crashs: bug2.cpp: In function `void

[Bug c++/29486] call of friend template is ambiguous

2006-10-16 Thread syntheticpp at gmx dot net
--- Comment #3 from syntheticpp at gmx dot net 2006-10-16 20:53 --- Comeau compiles it, but vc8 also fails. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29486

[Bug c++/29486] call of friend template is ambiguous

2006-10-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-16 20:07 --- Quickly looking at the source, I think this is the same as PR 29438 and PR 29236. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/29486] call of friend template is ambiguous

2006-10-16 Thread syntheticpp at gmx dot net
--- Comment #1 from syntheticpp at gmx dot net 2006-10-16 17:40 --- Created an attachment (id=12447) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12447&action=view) demo: g++ bug.cpp -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29486