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

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 20 23:44:00 GMT 2016


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


More information about the Gcc-bugs mailing list