Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193).

2018-09-03 Thread Martin Liška
On 08/31/2018 11:29 AM, Martin Liška wrote: > On 08/30/2018 12:16 PM, Richard Biener wrote: >> On Wed, Aug 29, 2018 at 2:47 PM Martin Liška wrote: >>> >>> On 08/29/2018 01:06 PM, Richard Biener wrote: On Mon, Aug 27, 2018 at 12:00 PM Martin Liška wrote: > > On 08/13/2018 03:00 PM, Ma

Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193).

2018-08-31 Thread Martin Liška
./xgcc -B. --completion=-march=znver >> -march=znver1 >> >>> >>> I also wonder why those target options could not simply be of Enum type and >>> thus >>> be automatically handled? >> >> What a question, I asked the same one before I implement

Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193).

2018-08-29 Thread Martin Liška
march=armv8.3-a+simd+crypto+nofp for aarch64 target. For i386, it's also manually parsed because of tables that group options and various values: processor_target_table processor_alias_table I'm sending updated version of patch that I'm going to test. Martin > > Richard. &g

Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193).

2018-08-27 Thread Martin Liška
On 08/13/2018 03:00 PM, Martin Liška wrote: > On 08/13/2018 02:54 PM, Ramana Radhakrishnan wrote: >> On Mon, Aug 13, 2018 at 1:49 PM, Martin Liška wrote: >>> PING^1 >>> >>> On 07/24/2018 02:05 PM, Martin Liška wrote: Hi. I'm sending updated version of the patch. It comes up with a n

Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193).

2018-08-13 Thread Martin Liška
On 08/13/2018 02:54 PM, Ramana Radhakrishnan wrote: > On Mon, Aug 13, 2018 at 1:49 PM, Martin Liška wrote: >> PING^1 >> >> On 07/24/2018 02:05 PM, Martin Liška wrote: >>> Hi. >>> >>> I'm sending updated version of the patch. It comes up with a new target >>> common hook >>> that provide option co

Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193).

2018-08-13 Thread Ramana Radhakrishnan
On Mon, Aug 13, 2018 at 1:49 PM, Martin Liška wrote: > PING^1 > > On 07/24/2018 02:05 PM, Martin Liška wrote: >> Hi. >> >> I'm sending updated version of the patch. It comes up with a new target >> common hook >> that provide option completion list. It's used both in --help=target and >> with --

Re: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193).

2018-08-13 Thread Martin Liška
PING^1 On 07/24/2018 02:05 PM, Martin Liška wrote: > Hi. > > I'm sending updated version of the patch. It comes up with a new target > common hook > that provide option completion list. It's used both in --help=target and with > --completion > option. I implemented support for -match and -mtune

[PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193).

2018-07-24 Thread Martin Liška
ux-gnu and survives regression tests. Martin >From 28171804c0aaa5c992eb38d2193ce36746b27231 Mon Sep 17 00:00:00 2001 From: marxin Date: Fri, 20 Jul 2018 09:58:16 +0200 Subject: [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193). gcc/ChangeLog: 2018-07-24