[Bug c++/91241] [7/8/9/10 Regression] internal compiler error: symtab_node::verify failed

mpolacek at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jul 23 22:24:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91241

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
clang++ points out that:
ice.C:4:37: warning: all paths through this function will call itself
[-Winfinite-recursion]
int *A::b(const int &, const int &) { b(); return 0; }


More information about the Gcc-bugs mailing list