mbox series

[0/3] Param conversion fallout

Message ID cover.1573632444.git.mliska@suse.cz
Headers show
Series Param conversion fallout | expand

Message

Martin Liška Nov. 13, 2019, 8:07 a.m. UTC
Hi.

The patch is about fixing some leftover from the conversion
of parameters to option machinery.

First patch removes a dead call in a OFFLOADING compiler
conditional build. Second fixes params.exp tests and last
is a small update of a comment in opts.c.

Patch can bootstrap on x86_64-linux-gnu and survives regression tests.

I'm going to install the whole series if there are no objections.
Thanks,
Martin

Martin Liska (3):
  Remove leftover call to finalize_options_struct.
  Fix params.exp by parsing output of --help=params -Q.
  Update comment in opts.c.

 gcc/opts.c                             |  2 +-
 gcc/testsuite/gcc.dg/params/params.exp | 42 ++++++++++++--------------
 gcc/tree-streamer-in.c                 |  1 -
 3 files changed, 20 insertions(+), 25 deletions(-)