On 04/26/2016 08:04 AM, Rainer Orth wrote:
When working on a couple of Cilk Plus issues lately (PRs target/60290,
target/68945), I noticed that you have to modify the libcilkplus sources
to enable various debugging output. This seems silly, and the following
patch allows defining them from the command line.
Tested on i386-pc-solaris2.12 and sparc-sun-solaris2.12.
Ok for mainline?
Rainer
2016-04-07 Rainer Orth <r...@cebitec.uni-bielefeld.de>
* runtime/except-gcc.cpp (DEBUG_EXCEPTIONS): Allow redefinition.
* runtime/cilk_fiber.h (FIBER_DEBUG): Likewise.
* runtime/scheduler.h (REDPAR_DEBUG): Likewise.
Ilya will have to chime in here -- we're a downstream consumer of the
Cilk+ runtime. So these patches need to go into Intel's tree first,
then Ilya can bring them into the GCC tree.
jeff