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]

Alignment error in CVS version, ia64


I have a very short test case:

typedef long bigarray[70] __attribute__((aligned(16)));
static bigarray foo;

which, when run through 'gcc -S align.c', results in:

        .file   "align.c"
        .pred.safe_across_calls p1-p5,p16-p63
.bss
        .align 8
        .type    foo#,@object
        .size    foo#,560
foo:
        .skip   560
        .ident  "GCC: (GNU) 2.96 20000803 (experimental)"

I have no way to test whether this problem is ia64-specific.  (This
bug is causing me big problems trying to run programs which use
setjmp.)
-- 
Daniel Schepler              "Please don't disillusion me.  I
schepler@math.berkeley.edu    haven't had breakfast yet."
                                 -- Orson Scott Card

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