This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
special keyword for silent wrong-code bugs
- From: Thomas Koenig <tkoenig at alice-dsl dot net>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 25 May 2007 22:50:02 +0200
- Subject: special keyword for silent wrong-code bugs
What about a keyword for bugs that
- generate wrong code
- affect a standard-conforming program
- are silent (no error message)
?
IMHO, these bugs are especially nasty and should get high visibility
(and maybe even special privileges for fixing on a release branch).
Thomas