Commit d16c828e by Martin Liska Committed by Martin Liska

Fix test-case vrp104.c.

2017-08-30  Martin Liska  <mliska@suse.cz>

	* gcc.dg/tree-ssa/vrp104.c: Change dump file name.

From-SVN: r251462
parent fc0461ae
2017-08-30 Martin Liska <mliska@suse.cz>
* gcc.dg/tree-ssa/vrp104.c: Change dump file name.
2017-08-30 Richard Biener <rguenther@suse.de> 2017-08-30 Richard Biener <rguenther@suse.de>
* g++.dg/pr78112-2.C: Do not expect duplicate DW_AT_object_pointer. * g++.dg/pr78112-2.C: Do not expect duplicate DW_AT_object_pointer.
......
/* PR tree-optimization/18046 */ /* PR tree-optimization/18046 */
/* { dg-options "-O2 -fdump-tree-optimized" } */ /* { dg-options "-O2 -fdump-tree-switchlower" } */
/* { dg-final { scan-tree-dump-times "switch" 1 "switchlower" } } */ /* We scan for 2 switches as the dump file reports a transformation,
IL really contains just a single. */
/* { dg-final { scan-tree-dump-times "switch" 2 "switchlower" } } */
void foo (void); void foo (void);
void bar (void); void bar (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