Re: [RFC] [PATCH] [i386] Test program for ms_abi to sysv_abi function calls

2017-04-01 Thread Daniel Santos
I've had to make changes to the test program, as I was using XSI extensions which aren't implemented on Cygwin. But before I post the new patch, I noticed that it may be in the wrong directory. There is a gcc/testsuite/gcc.target/x86_64/abi directory and even a callabi subdirectory of that. F

Re: [RFC] [PATCH] [i386] Test program for ms_abi to sysv_abi function calls

2017-02-07 Thread Daniel Santos
On 02/07/2017 01:12 PM, Mike Stump wrote: On Feb 7, 2017, at 10:27 AM, Daniel Santos wrote: This is a test program designed to test 64-bit Microsoft ABI functions that call System V functions in a multitude of permutations to attempt to discover flaws in the generation of prologues and epilogue

Re: [RFC] [PATCH] [i386] Test program for ms_abi to sysv_abi function calls

2017-02-07 Thread Mike Stump
On Feb 7, 2017, at 10:27 AM, Daniel Santos wrote: > > This is a test program designed to test 64-bit Microsoft ABI functions > that call System V functions in a multitude of permutations to attempt > to discover flaws in the generation of prologues and epilogues and the > optimizations and featur

[RFC] [PATCH] [i386] Test program for ms_abi to sysv_abi function calls

2017-02-07 Thread Daniel Santos
It would appear that I originally posted this to the wrong list! So sorry to those have gotten this twice. This is a test program designed to test 64-bit Microsoft ABI functions that call System V functions in a multitude of permutations to attempt to discover flaws in the generation of prologues