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

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Fri Aug 30 11:43:33 2019
New Revision: 275103

URL: https://gcc.gnu.org/viewcvs?rev=275103&root=gcc&view=rev
Log:
2019-08-30  Richard Biener  <rguent...@suse.de>

        Backport from mainline
        2019-06-18  Richard Biener  <rguent...@suse.de>

        PR debug/90900
        * cfgexpand.c (expand_debug_expr): Treat NOTE_P DECL_RTL
        as if optimized away.

        * gcc.dg/gomp/pr90900.c: New testcase.

        2019-05-15  Richard Biener  <rguent...@suse.de>

        PR c/90474
        * c-common.c (c_common_mark_addressable_vec): Also mark
        a COMPOUND_LITERAL_EXPR_DECL addressable similar to
        c_mark_addressable.

        2019-04-29  Richard Biener  <rguent...@suse.de>

        PR tree-optimization/90278
        * tree-ssa-forwprop.c (pass_forwprop::execute): Transfer/clean
        EH on comparison simplification.

        * gcc.dg/torture/pr90278.c: New testcase.

        2019-04-25  Richard Biener  <rguent...@suse.de>

        PR middle-end/90194
        * match.pd: Add pattern to simplify view-conversion of an
        empty constructor.

        * g++.dg/torture/pr90194.C: New testcase.

Added:
    branches/gcc-8-branch/gcc/testsuite/g++.dg/torture/pr90194.C
    branches/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr90900.c
    branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr90278.c
Modified:
    branches/gcc-8-branch/gcc/ChangeLog
    branches/gcc-8-branch/gcc/c-family/ChangeLog
    branches/gcc-8-branch/gcc/c-family/c-common.c
    branches/gcc-8-branch/gcc/cfgexpand.c
    branches/gcc-8-branch/gcc/match.pd
    branches/gcc-8-branch/gcc/testsuite/ChangeLog
    branches/gcc-8-branch/gcc/tree-ssa-forwprop.c

Reply via email to