This is the mail archive of the gcc@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: 4.4 deprecation proposals


2008/6/14 Joseph S. Myers <joseph@codesourcery.com>:
> We need to consider what targets and other features, if any, to
> deprecate or remove in GCC 4.4.
>
> I previously suggested the deprecation or removal of protoize and
> fixproto <http://gcc.gnu.org/ml/gcc/2008-05/msg00286.html>, without

If we remove protoize, we could probably remove the
Wtraditional-conversion option, since its only use seems to be related
to protoize: http://gcc.gnu.org/onlinedocs/gcc/Protoize-Caveats.html

That would remove half of convert_arguments (c-typeck.c) and we will
have one less flag!

If a C maintainer agrees, I volunteer to write the patch.

Cheers,

Manuel.


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