Skip to content

Commit

Permalink
Fix for bug Bootstrap/58918.
Browse files Browse the repository at this point in the history
+2013-10-30  Balaji V. Iyer  <[email protected]>
+
+       * 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.
+



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204232 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
bviyer committed Oct 30, 2013
1 parent 9cd65e0 commit 02c15cf
Show file tree
Hide file tree
Showing 7 changed files with 2,054 additions and 1,805 deletions.
9 changes: 9 additions & 0 deletions libcilkrts/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2013-10-30 Balaji V. Iyer <[email protected]>

* 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.

2013-10-29 Tobias Burnus <[email protected]>

* configure.ac: Add AM_MAINTAINER_MODE.
Expand Down
1 change: 1 addition & 0 deletions libcilkrts/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ HEADERS = $(cilkinclude_HEADERS)
ETAGS = etags
CTAGS = ctags
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
AMTAR = @AMTAR@
AR = @AR@
AUTOCONF = @AUTOCONF@
Expand Down
Loading

0 comments on commit 02c15cf

Please sign in to comment.