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

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Tue Mar  6 20:07:38 2018
New Revision: 258299

URL: https://gcc.gnu.org/viewcvs?rev=258299&root=gcc&view=rev
Log:
Backport r257842

2018-03-06  Martin Liska  <mli...@suse.cz>

        Backport from mainline
        2018-02-20  Martin Liska  <mli...@suse.cz>

        PR c/84310
        PR target/79747
        * final.c (shorten_branches): Build align_tab array with one
        more element.
        * opts.c (finish_options): Add alignment option limit check.
        (MAX_CODE_ALIGN): Likewise.
        (MAX_CODE_ALIGN_VALUE): Likewise.
        * doc/invoke.texi: Document maximum allowed option value for
        all -falign-* options.
2018-03-06  Martin Liska  <mli...@suse.cz>

        Backport from mainline
        2018-02-20  Martin Liska  <mli...@suse.cz>

        PR c/84310
        PR target/79747
        * gcc.target/i386/pr84310.c: New test.
        * gcc.target/i386/pr84310-2.c: Likewise.

Added:
    branches/gcc-7-branch/gcc/testsuite/gcc.target/i386/pr84310-2.c
    branches/gcc-7-branch/gcc/testsuite/gcc.target/i386/pr84310.c
Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/doc/invoke.texi
    branches/gcc-7-branch/gcc/final.c
    branches/gcc-7-branch/gcc/opts.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog

Reply via email to