This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15795] Strange bug / incorrect code generation with SSE
- From: "ma1flfs at bath dot ac dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jun 2004 15:08:58 -0000
- Subject: [Bug c++/15795] Strange bug / incorrect code generation with SSE
- References: <20040603143635.15795.ma1flfs@bath.ac.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ma1flfs at bath dot ac dot uk 2004-06-03 15:08 -------
Ok. However "new" is C++ and not malloc, and it should know about what it is
about to allocate, I think. I still think this is a gcc bug, as:
* __m128 is an intrinsic, and so gcc should know about the way it must be
aligned
* new, a c++ keyword, should obey those things
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15795