------- Comment #10 from ebotcazou at gcc dot gnu dot org 2009-09-25 17:20 ------- > Thanks for your analysis! I'm curious at what's going wrong: it looks scary to > have wrong code in such a simple use case :)
See utils2.c:maybe_wrap_malloc and maybe_wrap_free for the story about the super-alignment business. This doesn't play nice with polymorphism. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41100