This is the mail archive of the gcc-cvs@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]

r223347 - in /trunk/gcc: ChangeLog calls.c


Author: ktkachov
Date: Tue May 19 08:43:17 2015
New Revision: 223347

URL: https://gcc.gnu.org/viewcvs?rev=223347&root=gcc&view=rev
Log:
[calls.c] Remove #ifdef checks on STACK_GROWS_DOWNWARD

	* calls.c: Always define STACK_GROWS_DOWNWARD as 0 or 1.
	(mem_overlaps_already_clobbered_arg_p): Rewrite ifdef
	STACK_GROWS_DOWNWARD as normal if.
	(expand_call): Likewise. 


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/calls.c


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