On 10/7/2012 18:51, Ruben Van Boxem wrote: > 2012/10/2 JonY <[email protected]> > >> 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__, so I can't use >>> that. Any ideas? >>> >>> Ruben >>> >> >> Make sure GCC is 4.8 and __SEH__ is defined? >> > > Won't GCC 4.8 in sjlj mode also produce SEH info and define __SEH__ (just > like 4.7 does)? > > Ruben
Checking my builds, 4.8 SEH builds don't have __USING_SJLJ_EXCEPTIONS__. I checked 4.7, it defines both, maybe you can check both.
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
