Re: [Mingw-w64-public] SJLJ GCC

2021-12-26 Thread NightStrike
H > >>> > >>> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > >>> Windows > >>> > >>> *From: *NightStrike <mailto:nightstr...@gmail.com> > >>> *Sent: *Thursday, September 16, 2021 22:24 > >>

Re: [Mingw-w64-public] SJLJ GCC

2021-09-17 Thread Ralph Engels
lt;mailto:mingw-w64-public@lists.sourceforge.net> *Subject: *Re: [Mingw-w64-public] SJLJ GCC On Thu, Sep 16, 2021 at 10:12 PM Ralph Engels wrote: dunno ? he might need it for building some library for msvc in which case sjlj is pretty much the only thing that works besides maybe seh. sjlj is ext

Re: [Mingw-w64-public] SJLJ GCC

2021-09-17 Thread NightStrike
@lists.sourceforge.net > > <mailto:mingw-w64-public@lists.sourceforge.net> > > *Subject: *Re: [Mingw-w64-public] SJLJ GCC > > > > On Thu, Sep 16, 2021 at 10:12 PM Ralph Engels > > wrote: > > > > > > dunno ? he might need it for building some libr

Re: [Mingw-w64-public] SJLJ GCC

2021-09-17 Thread Ralph Engels
mailto:ralpheng...@gmail.com> *Cc: *mingw-w64-public@lists.sourceforge.net <mailto:mingw-w64-public@lists.sourceforge.net> *Subject: *Re: [Mingw-w64-public] SJLJ GCC On Thu, Sep 16, 2021 at 10:12 PM Ralph Engels wrote: > > dunno ? he might need it for building some library for msvc

Re: [Mingw-w64-public] SJLJ GCC

2021-09-17 Thread Ralph Engels
:23 AM To: 'Ralph Engels' ; mingw-w64- pub...@lists.sourceforge.net Subject: RE: [Mingw-w64-public] SJLJ GCC -Original Message- From: Ralph Engels Sent: Thursday, September 16, 2021 2:31 AM To: mingw-w64-public@lists.sourceforge.net; Kacvinsky, Tom Subject: Re: [Mingw-w64-pu

Re: [Mingw-w64-public] SJLJ GCC

2021-09-17 Thread sotrdg sotrdg
com> Cc: mingw-w64-public@lists.sourceforge.net<mailto:mingw-w64-public@lists.sourceforge.net> Subject: Re: [Mingw-w64-public] SJLJ GCC On Thu, Sep 16, 2021 at 10:12 PM Ralph Engels wrote: > > dunno ? he might need it for building some library for msvc in which > case sjlj is pret

Re: [Mingw-w64-public] SJLJ GCC

2021-09-16 Thread NightStrike
On Thu, Sep 16, 2021 at 10:12 PM Ralph Engels wrote: > > dunno ? he might need it for building some library for msvc in which > case sjlj is pretty much the only thing that works besides maybe seh. > sjlj is extensively tested on windows it was the first exception model > avaliable to us with ming

Re: [Mingw-w64-public] SJLJ GCC

2021-09-16 Thread Ralph Engels
dunno ? he might need it for building some library for msvc in which case sjlj is pretty much the only thing that works besides maybe seh. sjlj is extensively tested on windows it was the first exception model avaliable to us with mingw and many years it did its job just fine :), it is a bit sl

Re: [Mingw-w64-public] SJLJ GCC

2021-09-16 Thread NightStrike
On Wed, Sep 15, 2021 at 5:52 PM Kacvinsky, Tom wrote: > I find I am in need of building a GCC with Ada and UCRT support, but this > time with SJLJ > exception handling instead of SEH. Does there exist a gcc package for MSYS2 > that has > SJLJ support? Why do you need SJLJ? It's slower and les

Re: [Mingw-w64-public] SJLJ GCC

2021-09-16 Thread Ralph Engels
built the new compiler with UCRT support. Thanks, Tom -Original Message- From: Kacvinsky, Tom Sent: Thursday, September 16, 2021 6:23 AM To: 'Ralph Engels' ; mingw-w64- pub...@lists.sourceforge.net Subject: RE: [Mingw-w64-public] SJLJ GCC -Original Message- From: Ra

Re: [Mingw-w64-public] SJLJ GCC

2021-09-16 Thread Kacvinsky, Tom
27; ; mingw-w64- > pub...@lists.sourceforge.net > Subject: RE: [Mingw-w64-public] SJLJ GCC > > > > -Original Message- > > From: Ralph Engels > > Sent: Thursday, September 16, 2021 2:31 AM > > To: mingw-w64-public@lists.sourceforge.net; Kacvinsky, Tom > >

Re: [Mingw-w64-public] SJLJ GCC

2021-09-16 Thread Kacvinsky, Tom
> -Original Message- > From: Ralph Engels > Sent: Thursday, September 16, 2021 2:31 AM > To: mingw-w64-public@lists.sourceforge.net; Kacvinsky, Tom > > Subject: Re: [Mingw-w64-public] SJLJ GCC > > I do have a private fork of the msys2 mingw reposito

Re: [Mingw-w64-public] SJLJ GCC

2021-09-15 Thread Ralph Engels
I do have a private fork of the msys2 mingw repository using sjlj exceptions, unfortunatly not with ucrt support but should be doable to build one using mine. Ill upload the nessesary packages to sourceforge so you can get them from there. Ralph Engels Den 15-09-2021 kl. 23:35 skrev Kacvinsky

[Mingw-w64-public] SJLJ GCC

2021-09-15 Thread Kacvinsky, Tom
Hi all, I find I am in need of building a GCC with Ada and UCRT support, but this time with SJLJ exception handling instead of SEH. Does there exist a gcc package for MSYS2 that has SJLJ support? The reason I ask is the way I am building GCC with SJLJ support - in several steps so that the r