920723-1.c: Remove PTX skip.

* 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.

From-SVN: r231421
This commit is contained in:
Nathan Sidwell 2015-12-08 18:43:10 +00:00 committed by Nathan Sidwell
parent 46e04bb53f
commit 2f0ce51aee
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2015-12-08 Nathan Sidwell <nathan@acm.org>
* 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.
2015-12-08 Uros Bizjak <ubizjak@gmail.com>
PR target/68701

View File

@ -1,4 +1,3 @@
/* { dg-skip-if "ptxas seg faults" { nvptx-*-* } { "-O2" } { "" } } */
#if defined(STACK_SIZE) && STACK_SIZE < 65536
# define GITT_SIZE 75

View File

@ -1,4 +1,3 @@
/* { dg-skip-if "ptxas seg faults" { nvptx-*-* } { "-O1" } { "" } } */
/* Testcase by Martin Michlmayr <tbm@cyrius.com> */
/* Used to segfault due to cselim not marking the complex temp var
as GIMPLE reg. */

View File

@ -1,4 +1,4 @@
/* { dg-skip-if "ptxas seg faults" { nvptx-*-* } { "-O2" "-O3*" } { "" } } */
/* { dg-skip-if "ptxas seg faults" { nvptx-*-* } { "-O3*" } { "" } } */
extern int f2(void);
extern int f3(void);