------- Comment #7 from hjl dot tools at gmail dot com  2009-01-07 02:50 -------
(In reply to comment #5)
> More places with BIGGEST_ALIGN:
> $ grep -r "(aligned)" .|grep attribute|grep -v testsuite|grep -v texi
> ./libstdc++-v3/libsupc++/eh_alloc.cc:typedef char
> one_buffer[EMERGENCY_OBJ_SIZE] __attribute__((aligned));
> ./libjava/exception.cc:  char end[0] __attribute__((aligned));
> ./libjava/exception.cc:    __attribute__((aligned));
> ./gcc/unwind-sjlj.c:  jmp_buf jbuf __attribute__((aligned));
> 

Will they cause problems if __attribute__((aligned)) is changed by -mavx?


-- 


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

Reply via email to