Evgeny Karpov
Evgeny Karpov
The is related to usage of an uninitialized variable with an unary operator, which is a potential bug. How to reproduce: ``` int test() { int a[2] = {1, 2};...
Could it based on current workflow?
> > Could it based on current workflow? > > It is, I've rebased it on Friday. I meant without parent matrix.
> > > > Could it based on current workflow? > > > > > > > > > It is, I've rebased it on Friday. > > > >...
Windows-Native Arm64 toolchain without MSYS2 can be built from this repo https://github.com/eukarpov/gnu-toolchain-windows-arm64
The SEH implemention in binutils no longer has this issue. The currently compiled eh_alloc.o contains this data for _GLOBAL__sub_I__ZN9__gnu_cxx9__freeresEv .xdata.startup._GLOBAL__sub_I__ZN9__gnu_cxx9__freeresEv Contents of section .xdata.startup._GLOBAL__sub_I__ZN9__gnu_cxx9__freeresEv: 0000 83001010 c802e1ce 91e4e3e3 00000000 ...................
The workflow is validated by https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build/actions/runs/18466565256 @Blackhex Please add "finish-rebase-approval" to Settings > Environments with Required reviewers.
The releases might be extended with an x64 Ubuntu build, however building the toolchain from source is the preferred way to support the required host architecture and platform.
Here are a few reasons why it would be better to build from the source: 1. The target is still in active development and it is better to use the...