Re: [2/6] nvptx testsuite patches: typed assembly

2014-11-10 Thread Bernd Schmidt
On 10/21/2014 05:32 PM, Bernd Schmidt wrote: On 10/21/2014 05:16 PM, Jeff Law wrote: On 10/21/14 14:15, Bernd Schmidt wrote: Since everything in ptx assembly is typed, K&R C is problematic. There are a number of testcases that call functions with the wrong number of arguments, or arguments of t

Re: [2/6] nvptx testsuite patches: typed assembly

2014-10-21 Thread Bernd Schmidt
On 10/21/2014 05:16 PM, Jeff Law wrote: On 10/21/14 14:15, Bernd Schmidt wrote: Since everything in ptx assembly is typed, K&R C is problematic. There are a number of testcases that call functions with the wrong number of arguments, or arguments of the wrong type. I've added a new feature, untyp

Re: [2/6] nvptx testsuite patches: typed assembly

2014-10-21 Thread Jeff Law
On 10/21/14 14:15, Bernd Schmidt wrote: Since everything in ptx assembly is typed, K&R C is problematic. There are a number of testcases that call functions with the wrong number of arguments, or arguments of the wrong type. I've added a new feature, untyped_assembly, which these tests now requir

[2/6] nvptx testsuite patches: typed assembly

2014-10-21 Thread Bernd Schmidt
Since everything in ptx assembly is typed, K&R C is problematic. There are a number of testcases that call functions with the wrong number of arguments, or arguments of the wrong type. I've added a new feature, untyped_assembly, which these tests now require. I've also used this for tests using