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/44805] [4.6 Regression] FAIL: gcc.c-torture/execute/builtins/strpcpy-2.c execution, at -O1 and above



------- Comment #1 from danglin at gcc dot gnu dot org  2010-07-03 15:20 -------
        .section        .rodata
        .align 4
L$C0000:
        .stringz        "abcdefghijklmnop"
        .align 4
L$C0001:
        .stringz        "ABCDEFG"

On hppa, .align 4 advances the location counter until it is a multiple
of 4 bytes.  ldd needs an alignment of 8 bytes.


-- 


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


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