[Bug c++/80763] -O3 causes error: inline clone in same comdat group list

2017-05-15 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80763 David Binderman changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #

[Bug c++/80763] -O3 causes error: inline clone in same comdat group list

2017-05-15 Thread dcb314 at hotmail dot com
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.

[Bug c++/80763] -O3 causes error: inline clone in same comdat group list

2017-05-15 Thread dcb314 at hotmail dot com
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

[Bug c++/80763] -O3 causes error: inline clone in same comdat group list

2017-05-15 Thread dcb314 at hotmail dot com
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