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]

Re: exception-section patch, part 1


> The option is named "-fexception-section" because it is shorter than
> the intended "-fextra-section-for-exceptions". For the C identifier,
> I prefer a descriptive name which avoids confusion with the
> eh_frame section.

Hmm. Of the 40 options of cc1plus, only 7 do not follow the convention
that the variable has the exact same spelling of the option (minus
-/_, and including those where the variable has the exact inverted
meaning). I think every one of those 7 is a mistake. Why should a
thing internal to the compiler be more descriptive than the equivalent
thing as exposed to the end user?

Martin


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