attribute aligned problem with MIPS cross compiler

Eric Christopher echristo@redhat.com
Tue Mar 9 01:06:00 GMT 2004


> Is this a bug or a known limitation?  Any help would be appreciated.

Well, appears to work in the 3.4 branch:

        .file   1 "foo.i"
        .section .mdebug.eabi64
        .previous
 
        .comm   aligned_int,4,256

[echristo@dzur ~]$ cat foo.i
__attribute__ ((__aligned__(256))) int aligned_int;

I can't remember the 3.2 sources off hand, but I know that some changes
have gone in to object declaration in 3.4. Some in 3.3 too.

-eric

-- 
Eric Christopher <echristo@redhat.com>



More information about the Gcc mailing list