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]

Re: Annoucing regressions and bootstrap fail? (was: Bootstrap broken on sparc-linux trunk between 145310:145425 because of new genattrtab.c va_arg (p, HOST_WIDE_INT) warning)


On Sun, 5 Apr 2009, Laurent GUERBY wrote:
>>> I'm thinking of changing my auto tester to report a broken bootstrap
>>> (the first time a bootstrap fails), is there a normalized way to
>> report such failures to gcc-testresults@ or gcc@?
>> I report it to gcc-regression@.
> It's documented by http://gcc.gnu.org/lists.html as "read-only":
> 
> gcc-regression is a read-only moderate volume list where regression
> results for the GCC compilers are posted.
> 
> So I thought one couldn't post to it.

Indeed, that looks like a mistake in the documentation of this list.

> If there's consensus that's the right place to send automatic regression 
> and bootstrap fail reports I'll do that then.

So far HJ and Geoff seem to be the main (if not sole) contributors to
that least, but that sounds reasonable.

For now I have applied the patch below to our web site; if there are
further improvements you can think of -- don't be shy! :-)

Gerald

Index: lists.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/lists.html,v
retrieving revision 1.103
diff -u -3 -p -r1.103 lists.html
--- lists.html	4 Nov 2007 12:26:48 -0000	1.103
+++ lists.html	13 Sep 2009 22:45:55 -0000
@@ -69,6 +69,10 @@ before <a href="#subscribe">subscribing<
   gcc-testresults</a></b> is a moderate volume list where test results for
   the GCC compilers are posted.</li>
 
+  <li><b><a href="http://gcc.gnu.org/ml/gcc-regression/";>gcc-regression</a></b>
+  is a moderate volume list where regression results for the GCC compilers
+  are posted.</li>
+
   <li><b><a href="http://gcc.gnu.org/ml/libstdc++/";>libstdc++</a></b>
   is the main discussion and development list for the standard C++
   library (libstdc++-v3).  Patches to libstdc++-v3 should be sent to
@@ -110,10 +114,6 @@ before <a href="#subscribe">subscribing<
   is a read-only, relatively low volume list which tracks checkins to
   the GCC webpages CVS repository.</li>
 
-  <li><b><a href="http://gcc.gnu.org/ml/gcc-regression/";>gcc-regression</a></b>
-  is a read-only moderate volume list where regression
-  results for the GCC compilers are posted.</li>
-
   <li><b><a href="http://gcc.gnu.org/ml/gccadmin/";>gccadmin</a></b>
   is a read-only moderate volume list where output from
   <code>cron</code> jobs run by the <code>gccadmin</code> account on


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