[Bug other/38732] [4.4 Regression] Openoffice.org segfaults with runtime libs built from GCC trunk

hjl dot tools at gmail dot com gcc-bugzilla@gcc.gnu.org
Mon Jan 5 22:53:00 GMT 2009



------- Comment #8 from hjl dot tools at gmail dot com  2009-01-05 22:53 -------
There are

i386/i386.h:#define BIGGEST_ALIGNMENT (TARGET_AVX ? 256: 128)
m68k/m68k.h:#define BIGGEST_ALIGNMENT (TARGET_ALIGN_INT ? 32 : 16)
mcore/mcore.h:#define BIGGEST_ALIGNMENT  (TARGET_8ALIGN ? 64 : 32)
sh/sh.h:#define BIGGEST_ALIGNMENT  (TARGET_ALIGN_DOUBLE ? 64 : 32)
sparc/sparc.h:#define BIGGEST_ALIGNMENT (TARGET_ARCH64 ? 128 : 64)


-- 


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



More information about the Gcc-bugs mailing list