This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Alignment error in CVS version, ia64
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Alignment error in CVS version, ia64
- From: Daniel Schepler <schepler at math dot berkeley dot edu>
- Date: 04 Aug 2000 13:44:44 -0700
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