bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/18010] gold -O2 breaks LLVM's TableGen on ppc64


From: amodra at gmail dot com
Subject: [Bug gold/18010] gold -O2 breaks LLVM's TableGen on ppc64
Date: Tue, 24 Feb 2015 13:56:35 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=18010

--- Comment #4 from Alan Modra <amodra at gmail dot com> ---
git commit 884151a7 adds a testcase for this gold failure to the bfd ld
testsuite.

Expected x86_64 output is
Contents of section .text:
 1000 20100000 10100000 18100000            ...........    
Contents of section .rodata:
 1010 64656667 00000000 30313233 34353637  defg....01234567
 1020 61626364 65666700                    abcdefg.        
[snip]

gold output with -O2 is
Contents of section .text:
 1000 18100000 1b100000 10100000           ............    
Contents of section .rodata:
 1010 30313233 34353637 61626364 65666700  01234567abcdefg.
[snip]

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]