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] |
I think that Volker's proposal makes sense in the abstract, but will be confusing in practice. People are still using really old compilers -- we have a customer where we are still supporting GCC 2.8.1, for example. Keeping PRs open for all current, shipping compilers means never closing any PR ever. I think using "closed" to mean "a fix is available somewhere" is useful; for example, it means that you can perhaps backport the change to some older compiler.
An intermediate policy would be to close them when a compiler that fixes
the bug is actually released to the public.
In any case, it would be nice to be able to track wrong-code bugs that exist in current, shipping compilers.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |