This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/35453] New: nmmintrin.h defines macros SIDD_XXX
- From: "hjl dot tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Mar 2008 04:17:12 -0000
- Subject: [Bug target/35453] New: nmmintrin.h defines macros SIDD_XXX
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
nmmintrin.h header file contains macros like
#define SIDD_XXX
These need to be named with a leading underscore, as in
#define _SIDD_XXX
since user may define SIDD_XXX.
--
Summary: nmmintrin.h defines macros SIDD_XXX
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35453