[Bug target/77957] [5/6 Regression] Undefined .LCTOC0 with -fstack-protector-strong -mminimal-toc -O0 on ppc64

segher at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Dec 7 23:08:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77957

--- Comment #7 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Author: segher
Date: Wed Dec  7 23:07:58 2016
New Revision: 243415

URL: https://gcc.gnu.org/viewcvs?rev=243415&root=gcc&view=rev
Log:
rs6000: Don't forget to initialize the TOC (PR77957)

The code generating traceback tables mistakenly does an early return
if !optional_tbtab, which causes it to miss the code generating the TOC
section.  This only matters if the TOC will be empty since otherwise
the section is created elsewhere.

This patch fixes it.


        PR target/77957
        * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
        return early if !optional_tbtab.

Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/config/rs6000/rs6000.c


More information about the Gcc-bugs mailing list