[Bug c++/97905] ice in duplicate_decls, at cp/decl.c:2754

2020-11-19 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97905 --- Comment #2 from David Binderman --- I am getting git bisect results which indicate either commit cb1a4876a0e724ca3962ec14dce9e7819fa72ea5 or commit ba97b532604815333848ee30e069dde6e36ce4c9 is at fault. Neither seem anything to do with C++ or

[Bug c++/97905] ice in duplicate_decls, at cp/decl.c:2754

2020-11-19 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97905 --- Comment #1 from David Binderman --- Reduced C++ test case seems to be: template void a() { extern int *b; } int *b; git bisect proceeds in other window. If all I am interested in is the performance of cc1plus, which make target should I