Commit 9ef64248 by Thomas Schwinge Committed by Thomas Schwinge

Make libgomp.oacc-c-c++-common/crash-1.c a "link" test, and don't hardcode -O0

	libgomp/
	* testsuite/libgomp.oacc-c-c++-common/crash-1.c: Make it a "link"
	test, and don't hardcode -O0.

From-SVN: r239125
parent 246c618e
2016-08-04 Thomas Schwinge <thomas@codesourcery.com>
* testsuite/libgomp.oacc-c-c++-common/crash-1.c: Make it a "link"
test, and don't hardcode -O0.
2016-08-03 Nathan Sidwell <nathan@codesourcery.com> 2016-08-03 Nathan Sidwell <nathan@codesourcery.com>
* testsuite/libgomp.oacc-c-c++-common/crash-1.c: New. * testsuite/libgomp.oacc-c-c++-common/crash-1.c: New.
......
/* { dg-do compile } */ /* { dg-do link } */
/* { dg-options "-O0" } */
/* ICEd in nvptx backend due to unexpected frame size. */ /* For -O0, ICEd in nvptx backend due to unexpected frame size. */
#pragma acc routine worker #pragma acc routine worker
void void
worker_matmul (int *c, int i) worker_matmul (int *c, int i)
......
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