Re: [Patch][Cilkplus] Fix inling in function calls that spawn

2011-09-21 Thread H.J. Lu
On Tue, Sep 20, 2011 at 7:51 PM, Iyer, Balaji V wrote: > Hello Everyone, >    This patch is for the Cilkplus branch. In C and C++ compilers, > at optimization -O and -O2, when there are inlined functions inside a > function that calls a spawn it was giving an error. This patch should

[Patch][Cilkplus] Fix inling in function calls that spawn

2011-09-20 Thread Iyer, Balaji V
Hello Everyone,    This patch is for the Cilkplus branch. In C and C++ compilers, at optimization -O and -O2, when there are inlined functions inside a function that calls a spawn it was giving an error. This patch should fix that. Thanks, Balaji V. Iyer. diff --git a/gcc/ChangeLog.