This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/42743] Inexplicable error message with constructing SIMD values


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42743

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsm28 at gcc dot gnu.org

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-10-15 21:26:19 UTC ---
The first part of this I also noticed some time ago (and mentioned in another
PR): roughly speaking, __m128 doesn't seem default-constructible. Is there
something we can do about that? Seems rather weird, naively.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]