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 tree-optimization/36054] bad code generation with -ftree-vectorize



------- Comment #17 from jakub at gcc dot gnu dot org  2008-05-05 08:53 -------
Comment #c16 doesn't make sense.  Of course malloc(3) can't be changed to
return 
alignment, that would break all programs out there, violate many standards,
etc.
There are posix_memalign and memalign, which work just fine.


-- 


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


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