> -----Original Message----- > From: Jason Merrill [mailto:ja...@redhat.com] > Sent: Wednesday, December 4, 2013 5:39 PM > To: Iyer, Balaji V; gcc-patches@gcc.gnu.org > Cc: Jeff Law > Subject: Re: _Cilk_spawn and _Cilk_sync for C++ > > On 12/03/2013 07:08 PM, Iyer, Balaji V wrote: > > In install_body_with_frame_cleanup for C++, I am using trees such as > TRY_CATCH_EXPR and am using a function from the cp/except.c. I didn't > know how to bring them to c-family. > > I had in mind that the declaration would be in c-common.h, but each front > end would have a different definition in the front end directory, kind of like > how all front ends need to define "convert".
I didn't know it was an OK thing to do. Okie dokey. I will work on this and the previous email comment you send me and will send out a patch tomorrow. Thanks, Balaji V. Iyer. > > Jason