Re: [Mingw-w64-public] LLVM JIT uses __[de]register_frame, which is absent for a x64 GCC 4.8 with SEH

2012-10-07 Thread JonY
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

Re: [Mingw-w64-public] LLVM JIT uses __[de]register_frame, which is absent for a x64 GCC 4.8 with SEH

2012-10-07 Thread Ruben Van Boxem
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__,

Re: [Mingw-w64-public] openmp/pthread debug test case

2012-10-07 Thread Ruben Van Boxem
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