https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117422
Jesse Williamson changed:
What|Removed |Added
CC||jesse at mind dot net
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119529
Jesse Williamson changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119529
--- Comment #3 from Jesse Williamson ---
Oh, shoot, I thought I'd checked carefully but I think this is a duplicate of:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117422
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119529
--- Comment #2 from Jesse Williamson ---
Changing the name of the free function to differ from the class member
compiles, e.g.:
friend void g<>(int);
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119529
Jesse Williamson changed:
What|Removed |Added
CC||jesse at mind dot net
--- Comment
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: jesse at mind dot net
Target Milestone: ---
The attached program fails to compile, producing:
unfriendly-template.cpp:13:13: error: template-id ‘f<>’ for ‘
++
Assignee: unassigned at gcc dot gnu.org
Reporter: jesse at mind dot net
Target Milestone: ---
Created attachment 42022
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42022&action=edit
Triggers segfault
g++ (SUSE Linux) 7.1.1 20170629 [gcc-7-branch revision 249
++
Assignee: unassigned at gcc dot gnu.org
Reporter: jesse at mind dot net
Target Milestone: ---
Created attachment 40593
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40593&action=edit
Small program that triggers the bug.
When the attached program executes, a