------- Comment #5 from janis at gcc dot gnu dot org  2009-04-02 16:41 -------
The alignment checks in tests pr39323-2.c and pr39323-3.c fail on
powerpc*-linux, where the value in .align is log2 of the alignment, not the
alignment itself.    For an alignment of (1<<28) we get ".align 28", for an
alignment of 32 we get ".align 5".  That might be true of some other ELF
targets as well.


-- 


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

Reply via email to