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]

r179051 - in /branches/cilkplus/gcc: ChangeLog....


Author: hjl
Date: Wed Sep 21 15:59:52 2011
New Revision: 179051

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179051
Log:
Fix spawn inlining.
				
gcc/

2011-09-20  Balaji V. Iyer  <balaji.v.iyer@intel.com>

	* ipa-inline.c(can_inline_edge_p): Added a check for function
	that spawns.
	* ipa-inline-analysis.c (initialize_inline_failed): Likewise.

gcc/testsuite/

2011-09-20  Balaji V. Iyer  <balaji.v.iyer@intel.com>

	* gcc.dg/cilk-plus/spawner_inline.c: New.
	* gcc.dg/cilk-plus/spawnee_inline.c: New.
	* g++.dg/cilk-plus/spawner_inline.cpp: New.
	* g++.dg/cilk-plus/spawnee_inline.cpp: New.

Added:
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/spawnee_inline.cpp
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/spawner_inline.cpp
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/spawnee_inline.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/spawner_inline.c
Modified:
    branches/cilkplus/gcc/ChangeLog.cilk
    branches/cilkplus/gcc/ipa-inline-analysis.c
    branches/cilkplus/gcc/ipa-inline.c
    branches/cilkplus/gcc/testsuite/ChangeLog.cilk


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