This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]