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]
Other format: [Raw text]

[PATCH] Add a few new contrib.texi entries, especially for people who perform GCC fuzzy testing and report bugs (take 2)


On Wed, Mar 07, 2018 at 02:06:33PM +0100, Jakub Jelinek wrote:
> As appreciation of the hard work of people doing fuzzy testing of
> GCC and reporting high quality bugs, I'd like to list them in contrib.texi.
> This patch just lists them in the GCC testing group, shall we have a special
> sub-list for the fuzzy testing?
> The patch also adds or updates a couple of other entries, but I'm sure I've
> missed many people in both the testing and GCC development categories, for
> which I apologize.  We can always have incremental patches, contrib.texi
> is helplessly obsolete anyway and for many doesn't reflect last 10-15 years
> of work at all.  We should also add entries for people reporting lots of
> bugs even if it is not from fuzzy testing.
> 
> Anyway, ok for trunk?  Are all people on the CC ok with them being listed in
> there (reply privately if needed)?

Zdenek Sojka reported that he already has an entry for the fuzzing in a
different section and with more details, so this adjusted patch moves
all other people doing the fuzzing into the same section and with the same
wording (and extends Volker's entry).

Ok for trunk?

2018-03-07  Jakub Jelinek  <jakub@redhat.com>

	* doc/contrib.texi: Add entries for Martin Liska, David Malcolm,
	Marek Polacek, extend Vladimir Makarov's, Jonathan Wakely's and
	Volker Reichelt's entry and add entries for people that perform
	GCC fuzzy testing and report numerous bugs.

--- gcc/doc/contrib.texi.jj	2018-01-03 10:20:21.699538202 +0100
+++ gcc/doc/contrib.texi	2018-03-07 15:18:21.036146284 +0100
@@ -586,6 +586,11 @@ Chen Liqin for various S+core related fi
 maintaining the S+core port.
 
 @item
+Martin Liska for his work on identical code folding, the sanitizers,
+HSA, general bug fixing and for running automated regression testing of GCC
+and reporting numerous bugs.
+
+@item
 Weiwen Liu for testing and various bug fixes.
 
 @item
@@ -615,8 +620,13 @@ various code generation improvements, wo
 @item
 Vladimir Makarov for hacking some ugly i960 problems, PowerPC hacking
 improvements to compile-time performance, overall knowledge and
-direction in the area of instruction scheduling, and design and
-implementation of the automaton based instruction scheduler.
+direction in the area of instruction scheduling, design and
+implementation of the automaton based instruction scheduler and
+design and implementation of the integrated and local register allocators.
+
+@item
+David Malcolm for his work on improving GCC diagnostics, JIT, self-tests
+and unit testing.
 
 @item
 Bob Manson for his behind the scenes work on dejagnu.
@@ -736,6 +746,10 @@ engine setup, various documentation fixe
 Geoff Noer for his work on getting cygwin native builds working.
 
 @item
+Vegard Nossum for running automated regression testing of GCC and reporting
+numerous bugs.
+
+@item
 Diego Novillo for his work on Tree SSA, OpenMP, SPEC performance
 tracking web pages, GIMPLE tuples, and assorted fixes.
 
@@ -784,6 +798,10 @@ out lots of problems we need to solve, m
 taking care of documentation maintenance in general.
 
 @item
+Marek Polacek for his work on the C front end, the sanitizers and general
+bug fixing.
+
+@item
 Andrew Pinski for processing bug reports by the dozen.
 
 @item
@@ -805,7 +823,12 @@ David Reese of Sun Microsystems contribu
 port.
 
 @item
-Volker Reichelt for keeping up with the problem reports.
+John Regehr for running automated regression testing of GCC and reporting
+numerous bugs.
+
+@item
+Volker Reichelt for running automated regression testing of GCC and reporting
+numerous bugs and for keeping up with the problem reports.
 
 @item
 Joern Rennecke for maintaining the sh port, loop, regmove & reload
@@ -947,6 +970,10 @@ Zdenek Sojka for running automated regre
 numerous bugs.
 
 @item
+Arseny Solokha for running automated regression testing of GCC and reporting
+numerous bugs.
+
+@item
 Jayant Sonar for contributing the CR16 port.
 
 @item
@@ -960,6 +987,10 @@ Jan Stein of the Chalmers Computer Socie
 Genix, as well as part of the 32000 machine description.
 
 @item
+Gerhard Steinmetz for running automated regression testing of GCC and reporting
+numerous bugs.
+
+@item
 Nigel Stephens for various mips16 related fixes/improvements.
 
 @item
@@ -979,6 +1010,14 @@ recently his vxworks contributions
 Jeff Sturm for Java porting help, bug fixes, and encouragement.
 
 @item
+Zhendong Su for running automated regression testing of GCC and reporting
+numerous bugs.
+
+@item
+Chengnian Sun for running automated regression testing of GCC and reporting
+numerous bugs.
+
+@item
 Shigeya Suzuki for this fixes for the bsdi platforms.
 
 @item
@@ -1050,7 +1089,7 @@ Andrew Waterman for contributing the RIS
 
 @item
 Jonathan Wakely for contributing libstdc++ Doxygen notes and XHTML
-guidance.
+guidance and maintaining libstdc++.
 
 @item
 Dean Wakerley for converting the install documentation from HTML to texinfo
@@ -1128,6 +1167,10 @@ Kevin Zachmann helped port GCC to the Ta
 Ayal Zaks for Swing Modulo Scheduling (SMS).
 
 @item
+Qirun Zhang for running automated regression testing of GCC and reporting
+numerous bugs.
+
+@item
 Xiaoqiang Zhang for work on GNU Fortran.
 
 @item


	Jakub


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