Original message: https://gcc.gnu.org/ml/gcc-patches/2017-07/msg02005.html
Patches 2 and 3 have been committed and I have corrected the error in
patch 5. I configuring with --enable-checking=yes,rtl
--enable-languages=all and retested with
RUNTESTFLAGS="--target_board=unix/\{,-m32\}" The updated
On Mon, Jul 31, 2017 at 7:28 PM, Daniel Santos wrote:
> Well I just learned how to test 32-bit earlier and I've uncovered a problem
> when running 32-bit tests. Do you want me to commit the the two patches
> (squashed together) in the mean time?
Yes, please commit two approved patches (with corr
Well I just learned how to test 32-bit earlier and I've uncovered a
problem when running 32-bit tests. Do you want me to commit the the two
patches (squashed together) in the mean time?
Thanks,
Daniel
When working on the Wine64 project to use aligned SSE MOVs after SP
realignment and adding -mcall-ms2sysv-xlogues, I overlooked the fact
that the function body may require a stack alignment greater than
16-bytes. This can result in an ICE with -mabi=ms -mavx512f and some
other cases. This pat