This is the mail archive of the gcc-patches@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]

PATCH for Re: PATCH: gccbug.in and new GNATS category "bootstrap"


Mark, as I had promised. Sorry for the delay.

On Fri, 18 May 2001, Gerald Pfeifer wrote:
>>> 	* gccbug.in (CATEGORIES): Add "bootstrap".
>> I think we want to discourage, not encourage, people to submit
>> bootstrap problems as bugs.
> We'll soon update the documentation accordingly.

Installed.

Gerald

Index: gnats.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gnats.html,v
retrieving revision 1.12
diff -u -3 -p -r1.12 gnats.html
--- gnats.html	2001/01/25 16:59:26	1.12
+++ gnats.html	2001/06/03 09:32:54
@@ -74,6 +74,11 @@ does not foo", "objc crashes when doing
 <dd>This indicates the GCC subproject which is affected by the problem.
     Currently, it can be one of
   <dl>
+  <dt>bootstrap</dt>
+  <dd>GCC fails to bootstrap. This should be filed <em>only</em> if a
+  bootstrap failure prevails for an extended period of time (at least
+  one week) on any platform (and possibly not-so-common conditions like
+  a read-only srcdir), or non-mainstream platforms.
   <dt>c++</dt>
   <dd>A problem with the C++ compiler.</dd>
   <dt>c</dt>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]