Re: [PTX] remove some test skipping

2015-12-08 Thread Nathan Sidwell
On 12/08/15 14:35, Alexander Monakov wrote: On Tue, 8 Dec 2015, Nathan Sidwell wrote: These tests no longer cause the PTX assembler to seg fault, so no reason to skip them. Shouldn't all such cases use 'dg-xfail' rather than 'dg-skip-if'? Should be more reasonable to still run the test and e

Re: [PTX] remove some test skipping

2015-12-08 Thread Alexander Monakov
On Tue, 8 Dec 2015, Nathan Sidwell wrote: > These tests no longer cause the PTX assembler to seg fault, so no reason to > skip them. Shouldn't all such cases use 'dg-xfail' rather than 'dg-skip-if'? Should be more reasonable to still run the test and eventually get XPASS'es as ptxas improves. A

[PTX] remove some test skipping

2015-12-08 Thread Nathan Sidwell
These tests no longer cause the PTX assembler to seg fault, so no reason to skip them. nathan 2015-12-08 Nathan Sidwell * gcc.c-torture/compile/920723-1.c: Remove PTX skip. * gcc.c-torture/compile/pr33855.c: Likewise. * gcc.c-torture/execute/981019-1.c: Remove PTX -O2 skip. Index: gcc.c