https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80763
David Binderman changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80763
--- Comment #3 from David Binderman ---
Problem now seems to be between revision 236947 and 236961.
Continuing the search.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80763
--- Comment #2 from David Binderman ---
>The problem seems to exist between revisions 247438 and 247811.
>I'll have a go at trying to reduce that range.
I'm wrong with my range of revisions. Problem now seems to exist sometime
before revision 2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80763
--- Comment #1 from David Binderman ---
Here is the reduced code
struct b {
virtual ~b();
};
struct c {
virtual unsigned d(unsigned, unsigned);
virtual unsigned f(unsigned, unsigned, unsigned, unsigned) = 0;
};
template class i : e, c {
p