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 target/38736] [4.4 Regression] -mavx can change the ABI via BIGGEST_ALIGNMENT



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


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