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 inline-asm/67448] compiler crash#inline assembly#rvalue operand with constraint "m"


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

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Author: mpolacek
Date: Mon Sep  7 09:19:13 2015
New Revision: 227517

URL: https://gcc.gnu.org/viewcvs?rev=227517&root=gcc&view=rev
Log:
        PR inline-asm/67448
        * gimplify.c (gimplify_asm_expr): Don't allow MODIFY_EXPR as
        a memory input.

        * gcc.dg/asm-10.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/asm-10.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimplify.c
    trunk/gcc/testsuite/ChangeLog


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