[RFC] Removing -fpack-struct in C++ for 4.0

Joseph S. Myers jsm@polyomino.org.uk
Fri Oct 8 07:19:00 GMT 2004


On Thu, 7 Oct 2004, Aaron W. LaFramboise wrote:

> I can't find any information on an official deprecation policy.  Perhaps
> there should be one, maybe as part of the release procedure or release
> criteria.  If a benign feature is to be removed without a deprecation
> period on the grounds that it appears to be unused, it seems like this
> should be in accord with some agreed on policy.

Removal without deprecation period is generally because a feature turns 
out to have been broken for a long time so there can't be users of it 
because it doesn't work (or the users are going to stick to their very old 
stable compiler version anyway).  Past examples include typedef foo = bar 
and -fvolatile.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)



More information about the Gcc mailing list