Re: libobjc2 on Windows with clang 13 (crash prior to main)

2022-02-17 Thread David Vernon
it in the past, but I’m trying to take a fresh approach, so at this point I am using the source as is. From: Frederik Seiffert Date: Thursday, February 17, 2022 at 2:01 AM To: Andreas Fink Cc: David Vernon , discuss-gnustep@gnu.org Subject: Re: libobjc2 on Windows with clang 13 (crash prior

Re: libobjc2 on Windows with clang 13 (crash prior to main)

2022-02-17 Thread Frederik Seiffert
It might be helpful to open a GitHub issue against libobjc2 with the details of the test failures, and perhaps also a pull request upgrading the CI to use a newer Clang. Currently it gets tested against Clang 8 and 12: https://github.com/gnustep/libobjc2/blob/master/azure-pipelines.yml

Re: libobjc2 on Windows with clang 13 (crash prior to main)

2022-02-16 Thread Andreas Fink
I had issues with clang-14 and went back to clang-11 which always worked. if you run the tests in libobj2 and/or gnustep-base they fail with clang-14 under Debian 10 & 11. And if I remember correctly, they fail before main() as in your case. So I can imagine you run into the same issue. David Vern

libobjc2 on Windows with clang 13 (crash prior to main)

2022-02-16 Thread David Vernon
Hello all. I’m brand new to the list. I work for Keysight Technologies on Eggplant – a commercial project that uses gnustep for our Windows port. I’m having some issues, and Greg Casamento has recommended that raise them here. We build on Windows using msys64 and clang. I am trying to upgrade cl