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 middle-end/26659] [4.2 Regression] gcc.target/powerpc/ppc-vector-memset.c fails on the mainline



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


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