https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98000
--- Comment #4 from Martin Liška ---
Reduced test-case:
$ cat pr98000.C
struct {
template T *operator()(T);
} hb_addressof;
template static int _hb_cmp_method(Ts...)
{
return 0;
}
template
inline bool hb_bsearch_impl(K key, V, int compar(
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98000
Martin Liška changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot
gnu.org
Last
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98000
--- Comment #2 from ishikawa,chiaki ---
I forgot. The g++-10 version is as follows.
ishikawa@ip030:/NREF-COMM-CENTRAL/mozilla$ gcc --version
gcc (Debian 10.2.0-16) 10.2.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98000
--- Comment #1 from ishikawa,chiaki ---
I noticed a similar Bug 97551.
But I seem to be using different options and I think I may be using a different
construct that triggers the ICE, and thus filed this entry.
I believe more reproducible cases