Replies: 1 comment 7 replies
-
IIUC, @jeremyd2019 hosts a fork on GitHub that still builds updated packages for 32-bit: |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a bit of a strange one, static exceptions are broken for 32 bit and it seems to be caused by something in the msys2 environment.
Experiment try building a static gcc then do some exception tests in msys2 bash -> result segmentation fault is thrown before it even begins the test, try the same gcc in old msys.org bash and static exceptions are working again huh ?!?. I cannot for the life of me figure this one out except that something seems to go ape when using the msys2 shell. I tried without mintty as well and same problem so it does not seem to be because of that. this one had me baffled for quite a while trying to make a stable port of TDM gcc for use with msys2 except a ton of stuff simply wont work because of the above. i wonder if the 32 bit msys2 would yield different results ? but i cannot seem to find it anymore to try it out.
Beta Was this translation helpful? Give feedback.
All reactions