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

[Bug bootstrap/58918] [4.9 regression] cilk #includes alloc.h unconditionally, even when not present


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58918

--- Comment #4 from bviyer at gcc dot gnu.org ---
Author: bviyer
Date: Wed Oct 30 22:51:29 2013
New Revision: 204232

URL: http://gcc.gnu.org/viewcvs?rev=204232&root=gcc&view=rev
Log:
Fix for bug Bootstrap/58918.
+2013-10-30  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       * configure: Reconfigured.
+       * configure.ac: Add AC_FUNC_ALLOCA.
+       * runtime/sysdep-unix.c: Added check for alloca.h before
+       including it.
+       * config/x86/cilk-abi-vla.c: Likewise.
+       * runtime/cilk_fiber-unix.cpp: Likewise.
+


Modified:
    trunk/libcilkrts/ChangeLog
    trunk/libcilkrts/Makefile.in
    trunk/libcilkrts/configure
    trunk/libcilkrts/configure.ac
    trunk/libcilkrts/runtime/cilk_fiber-unix.cpp
    trunk/libcilkrts/runtime/config/x86/cilk-abi-vla.c
    trunk/libcilkrts/runtime/sysdep-unix.c


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