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

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Nov 28 13:38:16 2014
New Revision: 218155

URL: https://gcc.gnu.org/viewcvs?rev=218155&root=gcc&view=rev
Log:
    Backported from mainline
    2014-11-27  Jakub Jelinek  <ja...@redhat.com>

    PR middle-end/64067
    * expr.c (expand_expr_addr_expr_1) <case COMPOUND_LITERAL_EXPR>:
    Handle it by returning address of COMPOUND_LITERAL_EXPR_DECL
    not only if modifier is EXPAND_INITIALIZER, but whenever
    COMPOUND_LITERAL_EXPR_DECL is non-NULL and TREE_STATIC.

    * gcc.c-torture/compile/pr64067.c: New test.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/gcc.c-torture/compile/pr64067.c
Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/expr.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog

Reply via email to