re PR testsuite/91458 (FAIL: g++.dg/tree-ssa/pr19807.C -std=gnu++98 scan-tree-dump-times optimized "&MEM\\\\[\\\\(void .\\\\)&a \\\\+ 8B\\\\]" 3)

PR testsuite/91458

gcc/testsuite/ChangeLog:

	* g++.dg/tree-ssa/pr19807.C: Use the same search pattern
	unconditionally (correcting r272199, PR middle-end/90676).

From-SVN: r274574
This commit is contained in:
Martin Sebor 2019-08-16 15:47:25 +00:00 committed by Martin Sebor
parent 23e0f4c339
commit edf2da1e8d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2019-08-16 Martin Sebor <msebor@redhat.com>
PR testsuite/91458
* g++.dg/tree-ssa/pr19807.C: Use the same search pattern
unconditionally (correcting r272199, PR middle-end/90676).
2019-08-16 Richard Biener <rguenther@suse.de>
PR target/91469

View File

@ -11,8 +11,7 @@ void foo(void)
z = 1 + &a[1];
}
/* { dg-final { scan-tree-dump-times "&MEM\\\[\\\(void .\\\)&a \\\+ 8B\\\]" 3 "optimized" { target { ! store_merge } } } }
{ dg-final { scan-tree-dump-times "&MEM <int> \\\[\\\(void .\\\)&a \\\+ 8B\\\]" 3 "optimized" { target { store_merge } } } } */
/* { dg-final { scan-tree-dump-times "&MEM <int> \\\[\\\(void .\\\)&a \\\+ 8B\\\]" 3 "optimized" } } */
void bar(int i)