Commit 45d07f06 by Jakub Jelinek Committed by Jakub Jelinek

re PR rtl-optimization/80463 (ICE with -fselective-scheduling2 and -fvar-tracking-assignments)

	PR rtl-optimization/80463
	* g++.dg/pr80463.C: Add -w to dg-options.

From-SVN: r259249
parent 687d5dfe
2018-04-09 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/80463
* g++.dg/pr80463.C: Add -w to dg-options.
2018-04-09 Richard Biener <rguenther@suse.de>
PR tree-optimization/85284
......
/* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */
/* { dg-options "-g -fselective-scheduling2 -O2 -fvar-tracking-assignments" } */
/* { dg-options "-g -fselective-scheduling2 -O2 -fvar-tracking-assignments -w" } */
int *a;
int b, c;
......
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