This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/53192] Incorrect arguments to AVX2's gather intrinsics
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 22 May 2012 11:18:50 +0000
- Subject: [Bug target/53192] Incorrect arguments to AVX2's gather intrinsics
- Auto-submitted: auto-generated
- References: <bug-53192-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53192
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-05-22 11:18:50 UTC ---
Can you explain how are the two incompatible? You mean you get a warning if
you pass an address of int64_t to this intrinsic? Even if this weirdo __int64
is compatible with long rather than long long in LP64, both are layed out the
same.