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 target/38731] Local strings on the stack not aligned



------- Comment #3 from pinskia at gcc dot gnu dot org  2009-01-05 23:31 -------
Before the patch:
Partition 0: size 31 align 1
        Str_1_Par_RefD.1252, offset 0
Partition 1: size 31 align 1
        Str_2_Par_RefD.1253, offset 0

After the patch:

Partition 0: size 31 align 8
        Str_1_Par_RefD.1252, offset 0
Partition 1: size 31 align 8
        Str_2_Par_RefD.1253, offset 0


-- 


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


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