[Bug target/32893] zlib segfault in inflate_table() compiled w/ -O -msse2 ftree-vectorize
dorit at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Aug 1 11:57:00 GMT 2007
------- Comment #5 from dorit at gcc dot gnu dot org 2007-08-01 11:57 -------
Ryan, I wonder what happens if you force alignment in the source code, like so:
unsigned short count[MAXBITS+1] __attribute__ ((__aligned__(16))) ;
In this case the vectorizer does not change the alignment of the array. I
wonder if the compiler honors the alignment attribute when the user asks for
it, rather than the vectorizer.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32893
More information about the Gcc-bugs
mailing list