[Bug c++/15795] Strange bug / incorrect code generation with SSE

ma1flfs at bath dot ac dot uk gcc-bugzilla@gcc.gnu.org
Thu Jun 3 16:25:00 GMT 2004


------- Additional Comments From ma1flfs at bath dot ac dot uk  2004-06-03 16:25 -------
Does that mean I cannot create Vector4 instances like this:?  
  
Vector4 *foo = new Vector4[200*200];  
  
(I have played around with __malloc_hook and __realloc_hook to make them use  
posix_memalign, but no success, as malloc doesn't get called when I expect it  
to...) Or is it just me being stupid and missing the obvious?  

-- 


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



More information about the Gcc-bugs mailing list