[Bug c++/100122] New: template substitution triggers a segfault

2021-04-16 Thread 60rntogo at gmail dot com via Gcc-bugs
++ Assignee: unassigned at gcc dot gnu.org Reporter: 60rntogo at gmail dot com Target Milestone: --- Created attachment 50618 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50618&action=edit preprocessed file This code: template struct A { struct B { t

[Bug c++/96104] New: internal compiler error: in finish_expr_stmt, at cp/semantics.c:681

2020-07-07 Thread 60rntogo at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: 60rntogo at gmail dot com Target Milestone: --- Created attachment 48843 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48843&action=edit preprocessed source I came acr

[Bug c++/92367] spurious -Wunused-but-set-parameter warning with constexpr if in a template function

2019-11-05 Thread 60rntogo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92367 --- Comment #2 from Born Togo <60rntogo at gmail dot com> --- That's perfect. For what it's worth, I did try searching for this bug report first, but somehow didn't find it. Sorry for littering.

[Bug c++/92367] New: spurious -Wunused-but-set-parameter warning with constexpr if in a template function

2019-11-04 Thread 60rntogo at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: 60rntogo at gmail dot com Target Milestone: --- Created attachment 47171 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47171&action=edit g++ -v outp