This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Dec 2004 16:54:03 -0000
- Subject: [Bug c++/18073] [4.0 regression] mmintrin.h rejected by C++ frontend
- References: <20041020100158.18073.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-12-08 16:54 -------
Patch here:
http://gcc.gnu.org/ml/gcc-patches/2004-12/msg00599.html
Mark, the posted patch is a little different from the one in comment #9.
(That's why I didn't apply it yet.)
It uses convert_to_integer for the conversion *from* the vector to
address your concern about the naming of convert_to_vector. Apart from
some additional checks at the beginning the effect should be the same.
I have to agree that convert_to_vector misses some sanity checks, but
this seems to hold for convert_to_vector as well, since I was able to
do the conversion *to* vector with convert_to_integer, too. :-(
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|mark at codesourcery dot com|reichelt at gcc dot gnu dot
| |org
Keywords| |patch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18073