2008/6/14 Joseph S. Myers <[EMAIL PROTECTED]>: > 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.