On 10/7/2012 18:51, Ruben Van Boxem wrote:
> 2012/10/2 JonY
>
>> On 9/27/2012 16:53, Ruben Van Boxem wrote:
>>> Hi,
>>>
>>> I would like to disable the code that uses these functions (like LLVM
>> does
>>> currently if __USING_SJLJ_EXCEPTIONS__ is defined) but I can't seem to
>> find
>>> a good p
2012/10/2 JonY
> On 9/27/2012 16:53, Ruben Van Boxem wrote:
> > Hi,
> >
> > I would like to disable the code that uses these functions (like LLVM
> does
> > currently if __USING_SJLJ_EXCEPTIONS__ is defined) but I can't seem to
> find
> > a good predefined macro. GCC 4.7 already defines __SEH__,
2012/8/25 Antony Riakiotakis
> It is reproducable with just one thread too. This should be the simpler
> case:
>
> #include
> #include
> #include
>
> void *do_thread(void *) {
> int niterations = 200;
> int i;
>
> #pragma omp parallel for
> for (i = 0; i < niter