This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: enable fdiagnostics-show-option by default
On Sat, Apr 17, 2010 at 7:08 PM, Manuel López-Ibáñez
<lopezibanez@gmail.com> wrote:
> On 18 April 2010 01:50, Gabriel Dos Reis <gdr@integrable-solutions.net> wrote:
>> On Sat, Apr 17, 2010 at 6:06 PM, Manuel López-Ibáñez
>> <lopezibanez@gmail.com> wrote:
>>> On 18 April 2010 00:03, Steven Bosscher <stevenb.gcc@gmail.com> wrote:
>>>
>>>>>> ?(2) issue the [...] note only once.
>>>>>
>>>>> That is too complex to implement.
>>>>
>>>> Hmm, it's not possible to keep a bitmap of OPT_W_blah values, or
>>>> something like that?
>>>
>>> One option OPT_W* may control different text messages. So, it has to
>>> be attached to each different text message.
>>
>> That is a vastly different thing that what I have been talking about since the
>> beginning. ?I have no problem with your objecting that. ?But that objection
>> should be understood as irrelevant to what I have been saying: ?The default
>> value of fdiagnostics-show-option should be inferred from configuration options.
>
> Sorry, I am lost. Steven and I were talking about your suggestion (2)
> quoted above.
But storing the OPT_W* stuff as as hashtable bears no resemblance to (2).
-- Gaby