[Bug middle-end/26659] [4.2 Regression] gcc.target/powerpc/ppc-vector-memset.c fails on the mainline
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Mar 13 01:35:00 GMT 2006
------- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-13 01:35 -------
[17:44] < pinskia> richi: it was this part which caused it:
[17:44] < pinskia> - align = DECL_ALIGN (exp);
[17:44] < pinskia> + align = MIN (align, DECL_ALIGN (exp));
[17:44] < pinskia> the alignment of the type is 1 while the alignment of the
decl is 16
[17:44] < richi> ok, so again, type and decl align differ ...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26659
More information about the Gcc-bugs
mailing list