[Bug c++/102547] [11/12 Regression] g++ 11. ICE with NTTPs and partial specialization

2021-09-30 Thread bob.steagall.cpp at gmail dot com via Gcc-bugs
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

[Bug c++/102547] New: g++ 11. ICE with NTTPs and partial specialization

2021-09-30 Thread bob.steagall.cpp at gmail dot com via Gcc-bugs
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

[Bug libstdc++/88374] crash when stepping into for loop where iterators are created and compared with gdb

2018-12-06 Thread bob.steagall.cpp at gmail dot com
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.

[Bug libstdc++/88374] crash when stepping into for loop where iterators are created and compared with gdb

2018-12-06 Thread bob.steagall.cpp at gmail dot com
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.

[Bug c++/88374] New: crash when stepping into for loop where iterators are created and compared with gdb

2018-12-05 Thread bob.steagall.cpp at gmail dot com
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