https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66009
--- Comment #4 from Jeffrey A. Law ---
Hahaha, finally figured out what was going on here.
The definition of types_match and single_use violate the C++ ODR in a
non-optimizing compilation (ie, then they do not get inlined). There'll be two
impl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66009
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66009
--- Comment #2 from Jeffrey A. Law ---
Yup, it's my patch. Reverted while I figure out what went wrong.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66009
Jeffrey A. Law changed:
What|Removed |Added
CC||law at redhat dot com
--- Comment #1 fr