Commit 2f0ce51a by Nathan Sidwell Committed by Nathan Sidwell

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
parent 46e04bb5
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
......
/* { dg-skip-if "ptxas seg faults" { nvptx-*-* } { "-O2" } { "" } } */
#if defined(STACK_SIZE) && STACK_SIZE < 65536
# define GITT_SIZE 75
......
/* { 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. */
......
/* { 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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment