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: cvs-commit at gcc dot gnu.org
Subject: [Bug gold/18010] gold -O2 breaks LLVM's TableGen on ppc64
Date: Sun, 22 Mar 2015 04:11:02 +0000

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

--- Comment #12 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Cary Coutant <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1c582fe71858efabae951c5f3ed7dccfb23fb86e

commit 1c582fe71858efabae951c5f3ed7dccfb23fb86e
Author: Cary Coutant <address@hidden>
Date:   Sat Mar 21 21:09:46 2015 -0700

    Fix bug when optimizing string pools of aligned strings.

    Tail optimization of string pools (enabled when linker is run with -O2
    or greater) should not be done when the section alignment is greater
    than the size of the characters in the strings; otherwise, unaligned
    strings may result.

    gold/
        PR gold/18010
        * stringpool.cc (Stringpool_template): Don't optimize if section
        alignment is greater than sizeof(char).

-- 
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]