r232640 - in /trunk/gcc: ChangeLog gimplify.c t...
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Wed Jan 20 23:43:00 GMT 2016
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-cvs
mailing list