This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [incremental] Patch: FYI: save and restore options and params
- From: "Manuel López-Ibáñez" <lopezibanez at gmail dot com>
- To: "Tom Tromey" <tromey at redhat dot com>
- Cc: "Gcc Patch List" <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 25 Mar 2008 07:53:40 +0100
- Subject: Re: [incremental] Patch: FYI: save and restore options and params
- References: <m3iqzbooww.fsf@fleche.redhat.com>
On 24/03/2008, Tom Tromey <tromey@redhat.com> wrote:
>
> We need to save the default settings of options and params and restore
> them after each compilation. Otherwise, having a build where an
> option is enabled for one compilation and disabled for the next will
> do the wrong thing. This came up when building gdb.
>
When you say "save the default settings", what do you mean exactly?
The settings given when invoking the server or the default settings as
given in the *.opt files?
Cheers,
Manuel.