This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: enable fdiagnostics-show-option by default


On Sun, Apr 18, 2010 at 12:03 AM, Gabriel Dos Reis
<gdr@integrable-solutions.net> wrote:
> On Sat, Apr 17, 2010 at 4:57 PM, Manuel López-Ibáñez
> <lopezibanez@gmail.com> wrote:
>> On 17 April 2010 23:32, Gabriel Dos Reis <gdr@integrable-solutions.net> wrote:
>>> ?(1) make the behaviour configurable at configure-time
>>
>> That option has opposition. It is more complex and it doesn't appeal to me.
>
> One person has said he is opposed to it.
> I don't understand why you say it is more complex.

Well, it seems to me that this should not be a configure-time
configurable option because it changes the behavior of the compiler
only very subtly in a way that can also simply be achieved with a
one-line patch to common.opt to change "Init(1)" to "Init(0)". I think
that making this configurable is a really big hammer for a really
small issue.

Ciao!
Steven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]