[Bug c++/117422] Error: template parameter was not declared in this scope

2025-03-29 Thread jesse at mind dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117422 Jesse Williamson changed: What|Removed |Added CC||jesse at mind dot net --- Comment

[Bug c++/119529] Template-id does not match any template declaration (for template friend function)

2025-03-29 Thread jesse at mind dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119529 Jesse Williamson changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFI

[Bug c++/119529] Template-id does not match any template declaration (for template friend function)

2025-03-29 Thread jesse at mind dot net via Gcc-bugs
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

[Bug c++/119529] Template-id does not match any template declaration (for template friend function)

2025-03-29 Thread jesse at mind dot net via Gcc-bugs
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);

[Bug c++/119529] Template-id does not match any template declaration (for template friend function)

2025-03-29 Thread jesse at mind dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119529 Jesse Williamson changed: What|Removed |Added CC||jesse at mind dot net --- Comment

[Bug c++/119529] New: Template-id does not match any template declaration (for template friend function)

2025-03-29 Thread jesse at mind dot net via Gcc-bugs
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 ‘

[Bug c++/81918] New: muddles Concept confuses compiler (segfault)

2017-08-21 Thread jesse at mind dot net
++ 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

[Bug c++/79249] New: Lambda call does not create exception handler.

2017-01-26 Thread jesse at mind dot net
++ 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