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

Re: [PATCH, committed] libcilkrts - Add check for availability of alloca.h (Bug Bootstrap/58918)


On Wed, Oct 30, 2013 at 04:08:19PM -0700, Mike Stump wrote:
> On Oct 30, 2013, at 3:49 PM, "Iyer, Balaji V" <balaji.v.iyer@intel.com> wrote:
> > Yes, the library is compiled by GCC, but it is also used by LLVM and ICC. So, we would like to keep the same code base for all.
> 
> Ah, dual useâ  that would explain it.  Certainly in that case the config hair is desirable, I mean, serves a purpose.  :-)  Thanks.

Though, it should better go into some header instead of being duplicated
into all places that need alloca.

	Jakub


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