This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
C++ defect reports: how to behave
- From: "Giovanni Bajo" <giovannibajo at libero dot it>
- To: <gcc at gcc dot gnu dot org>
- Date: Wed, 25 Jun 2003 19:23:37 +0200
- Subject: C++ defect reports: how to behave
Hello,
I am interested in which is the current policy with respect to implementing
the C++ defect reports. I noticed that some defects are implemented in the
code. Others are implemented but "commented away" because they could
break/modify the semantic of existing code (e.g. DR295). Is there an
official policy?
If not, I suggest we implement all the defect reports with TC1 status
into -stdc=c++98 and gnu98, and that we implement all the defect reports
with WP status into a new dialect, -stdc=c++0x.
Comments?
Giovanni Bajo