Fix a test-case in PR middle-end/90340.
2019-05-14 marxin <mliska@suse.cz> PR middle-end/90340 * gcc.dg/tree-ssa/pr90340-2.c: Add case-values-threshold param. From-SVN: r271156
This commit is contained in:
parent
962372f9f8
commit
24c30e1410
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2019-05-14 marxin <mliska@suse.cz>
|
||||
|
||||
PR middle-end/90340
|
||||
* gcc.dg/tree-ssa/pr90340-2.c: Add case-values-threshold
|
||||
param.
|
||||
|
||||
2019-05-14 Richard Biener <rguenther@suse.de>
|
||||
H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile { target { { x86_64-*-* aarch64-*-* ia64-*-* powerpc64-*-* } && lp64 } } } */
|
||||
/* { dg-options "-Os --param jump-table-max-growth-ratio-for-size=200 -fdump-tree-switchlower1" } */
|
||||
/* { dg-options "-Os --param jump-table-max-growth-ratio-for-size=200 --param case-values-threshold=5 -fdump-tree-switchlower1" } */
|
||||
|
||||
int a;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue