[Bug c++/53825] New: Overloading with __m128d and __m256d fails

2012-06-30 Thread luc_j_bourhis at mac dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53825 Bug #: 53825 Summary: Overloading with __m128d and __m256d fails Classification: Unclassified Product: gcc Version: 4.4.6 Status: UNCONFIRMED Severity: normal Priorit

[Bug c++/53825] Overloading with __m128d and __m256d fails

2012-06-30 Thread luc_j_bourhis at mac dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53825 --- Comment #1 from Luc J. Bourhis 2012-06-30 23:31:26 UTC --- Sorry, sent too early! On more recent version of gcc, an error message would have told me to add "-fabi-version=0". Doing so with the version at hand does not fix the problem: ~/Dev