1  /* PR rtl-optimization/86620 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-O2 -flive-range-shrinkage --param=max-sched-ready-insns=0" } */
       4  /* { dg-error "argument to '--param=max-sched-ready-insns=' is not between 1 and 65536" "" { target *-*-* } 0 } */
       5  
       6  void
       7  foo (void)
       8  {
       9  }