https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102547
--- Comment #4 from Bob Steagall ---
I have applied this tentative change to line 23436 of gcc/cp/pt.c from the
gcc-11.2.0 source tarball, and can confirm that the test case compiles for me.
The code I was working on also compiles, links, and a
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bob.steagall.cpp at gmail dot com
Target Milestone: ---
The following C++ source code:
---
template
struct vals {};
template
struct
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88374
--- Comment #2 from Bob Steagall ---
See https://sourceware.org/bugzilla/show_bug.cgi?id=20020, especially comment 7
for more data.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88374
--- Comment #1 from Bob Steagall ---
See https://sourceware.org/bugzilla/show_bug.cgi?id=23953 for the report made
to the gdb team, including stack traces and a link to the gdb executable and
the core file generated when it SEGVs.
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bob.steagall.cpp at gmail dot com
Target Milestone: ---
Created attachment 45161
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45161&action=edit
prepr