Re: Remove explicit dg-do runs from gcc.dg/vect (PR 83889)

2018-01-24 Thread Richard Biener
On Tue, Jan 23, 2018 at 12:32 PM, Richard Sandiford wrote: > The failures in this PR were from forcing { dg-do run } even when > vect.exp chooses options that are incompatible with the runtime. > The default vect.exp behaviour is to execute when possible, so there's > no need for a dg-do at all. >

Remove explicit dg-do runs from gcc.dg/vect (PR 83889)

2018-01-23 Thread Richard Sandiford
The failures in this PR were from forcing { dg-do run } even when vect.exp chooses options that are incompatible with the runtime. The default vect.exp behaviour is to execute when possible, so there's no need for a dg-do at all. The patch removes other unconditional { dg-do run }s too. Many of t