r238605 - in /trunk/gcc: ChangeLog calls.c call...
edlinger@gcc.gnu.org
edlinger@gcc.gnu.org
Thu Jul 21 19:06:00 GMT 2016
Author: edlinger
Date: Thu Jul 21 19:06:02 2016
New Revision: 238605
URL: https://gcc.gnu.org/viewcvs?rev=238605&root=gcc&view=rev
Log:
016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
PR middle-end/71876
* calls.c (gimple_maybe_alloca_call_p): New function. Return true
if STMT may be an alloca call.
(gimple_alloca_call_p, alloca_call_p): Return only true for the
builtin alloca call.
* calls.h (gimple_maybe_alloca_call_p): New function.
* tree-inline.c (inline_forbidden_p_stmt): Use
gimple_maybe_alloca_call_p here.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/calls.c
trunk/gcc/calls.h
trunk/gcc/tree-inline.c
More information about the Gcc-cvs
mailing list