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]

r223110 - in /branches/gupc/gcc: ChangeLog.upc ...


Author: gfunck
Date: Wed May 13 03:30:16 2015
New Revision: 223110

URL: https://gcc.gnu.org/viewcvs?rev=223110&root=gcc&view=rev
Log:
	Fix ICE when compiling nested functions.
	* c-family/c-gimplify.c: Revert to trunk.
	* c/c-decl.c (finish_function):
	Move call to upc_genericize here.
	* c-family/c-upc-low.c (upc_genericize_function): Renamed.
	Was: upc_genericize_fndecl.
	Remove logic that attempted to explicitly save/restore
	current_function_decl.
	(upc_genericize_function_tree): Delete.

Modified:
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/c-family/c-gimplify.c
    branches/gupc/gcc/c-family/c-upc-low.c
    branches/gupc/gcc/c/c-decl.c


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