testsuite/ld-checks/asm.s is incorrect for ia64 since it uses .lcomm dummy, 0x12 On ia64, you have to add aligment, like .lcomm dummy, 0x12,4 Should we mark it expected to fail on ia64 or change it to use something else? -- H.J. Lu (hjl@valinux.com)