This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/67653] [4.9/5/6 Regression] ICE on valid code on x86_64-linux-gnu: verify_gimple failed


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Jan 20 23:43:58 2016
New Revision: 232640

URL: https://gcc.gnu.org/viewcvs?rev=232640&root=gcc&view=rev
Log:
        PR middle-end/67653
        * gimplify.c (gimplify_asm_expr): Warn if it is too late to
        attempt to mark memory input operand addressable and
        call prepare_gimple_addressable in that case.  Don't adjust
        input_location for diagnostics, use error_at instead.

        * c-c++-common/pr67653.c: New test.
        * gcc.dg/torture/pr29119.c: Add dg-warning.

Added:
    trunk/gcc/testsuite/c-c++-common/pr67653.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimplify.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/torture/pr29119.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]