RE: [PATCH][GCC][front-end][opt-framework] Update options framework for parameters to properly handle and validate configure time params. [Patch (2/3)]

2018-10-02 Thread Tamar Christina
tions > framework for parameters to properly handle and validate configure time > params. [Patch (2/3)] > > Hello, > > On Tue, 24 Jul 2018, tamar.christ...@arm.com wrote: > > > > * params.c (validate_param): New. > > (add_params): Use it. > > (

RE: [PATCH][GCC][front-end][opt-framework] Update options framework for parameters to properly handle and validate configure time params. [Patch (2/3)]

2018-10-02 Thread Alexander Monakov
Hello, On Tue, 24 Jul 2018, tamar.christ...@arm.com wrote: > > * params.c (validate_param): New. > (add_params): Use it. > (set_param_value): Refactor param validation into validate_param. > (diagnostic.h): Include. > * diagnostic.h (diagnostic_ready_p): New. this p

Re: [PATCH][GCC][front-end][opt-framework] Update options framework for parameters to properly handle and validate configure time params. [Patch (2/3)]

2018-08-03 Thread Jeff Law
; (diagnostic.h): Include. > * diagnostic.h (diagnostic_ready_p): New. > >> -Original Message- >> From: Jeff Law >> Sent: Wednesday, July 11, 2018 20:24 >> To: Tamar Christina ; gcc-patches@gcc.gnu.org >> Cc: nd ; jos...@codesourcery.com >

RE: [PATCH][GCC][front-end][opt-framework] Update options framework for parameters to properly handle and validate configure time params. [Patch (2/3)]

2018-07-24 Thread tamar . christina
t; To: Tamar Christina ; gcc-patches@gcc.gnu.org > Cc: nd ; jos...@codesourcery.com > Subject: Re: [PATCH][GCC][front-end][opt-framework] Update options > framework for parameters to properly handle and validate configure time > params. [Patch (2/3)] > > On 07/11/2018 05:24 AM, Tam

Re: [PATCH][GCC][front-end][opt-framework] Update options framework for parameters to properly handle and validate configure time params. [Patch (2/3)]

2018-07-11 Thread Jeff Law
On 07/11/2018 05:24 AM, Tamar Christina wrote: > Hi All, > > This patch builds on a previous patch to pass param options down from > configure > by adding more expansive validation and correctness checks. > > These are set very early on and allow the target to validate or reject the > values as

[PATCH][GCC][front-end][opt-framework] Update options framework for parameters to properly handle and validate configure time params. [Patch (2/3)]

2018-07-11 Thread Tamar Christina
Hi All, This patch builds on a previous patch to pass param options down from configure by adding more expansive validation and correctness checks. These are set very early on and allow the target to validate or reject the values as they see fit. To do this compiler_param has been extended to ho