[Bug bootstrap/66009] [6 Regression] Bootstrap failure on x86

2015-05-06 Thread law at redhat dot com
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

[Bug bootstrap/66009] [6 Regression] Bootstrap failure on x86

2015-05-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66009 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/66009] [6 Regression] Bootstrap failure on x86

2015-05-04 Thread law at redhat dot com
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.

[Bug bootstrap/66009] [6 Regression] Bootstrap failure on x86

2015-05-04 Thread law at redhat dot com
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