Commit 1194e197 by Tom de Vries Committed by Tom de Vries

[testsuite] Add missing dg-require-effective-target global_constructor

Add missing dg-require-effective-target global_constructor.

Tested on nvptx.

2019-06-20  Tom de Vries  <tdevries@suse.de>

	* gcc.dg/pr90866-2.c: Require global_constructor.

From-SVN: r272505
parent ebbab6f8
2019-06-20 Tom de Vries <tdevries@suse.de> 2019-06-20 Tom de Vries <tdevries@suse.de>
* gcc.dg/pr90866-2.c: Require global_constructor.
2019-06-20 Tom de Vries <tdevries@suse.de>
* gcc.c-torture/compile/pr89280.c: Require nonlocal_goto. * gcc.c-torture/compile/pr89280.c: Require nonlocal_goto.
* gcc.dg/pr88870.c: Same. * gcc.dg/pr88870.c: Same.
* gcc.dg/pr90082.c: Same. * gcc.dg/pr90082.c: Same.
......
/* PR tree-optimization/90866 - ICE in fold_binary_loc, at fold-const.c:9827 /* PR tree-optimization/90866 - ICE in fold_binary_loc, at fold-const.c:9827
{ dg-do compile } { dg-do compile }
{ dg-options "-O2 -fsanitize=thread" } */ { dg-require-effective-target global_constructor }
{ dg-options "-O2 -fsanitize=thread" }
*/
typedef enum { a } b; typedef enum { a } b;
typedef struct { typedef struct {
......
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