FSF GCC merge 02/23/03
[official-gcc.git] / gcc / doc / contrib.texi
blobfff93c4d88b82446b421d4b6a12986189eeb573e
1 @c Copyright (C) 1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002
2 @c Free Software Foundation, Inc.
3 @c This is part of the GCC manual.
4 @c For copying conditions, see the file gcc.texi.
6 @node Contributors
7 @unnumbered Contributors to GCC
8 @cindex contributors
10 The GCC project would like to thank its many contributors.  Without them the
11 project would not have been nearly as successful as it has been.  Any omissions
12 in this list are accidental.  Feel free to contact
13 @email{law@@redhat.com} or @email{gerald@@pfeifer.com} if you have been left
14 out or some of your contributions are not listed.  Please keep this list in
15 alphabetical order.
17 @itemize @bullet
19 @item
20 Analog Devices helped implement the support for complex data types
21 and iterators.
23 @item
24 John David Anglin for threading-related fixes and improvements to
25 libstdc++-v3, and the HP-UX port.
27 @item
28 James van Artsdalen wrote the code that makes efficient use of
29 the Intel 80387 register stack.
31 @item
32 Abramo and Roberto Bagnara for the SysV68 Motorola 3300 Delta Series
33 port.
35 @item
36 Alasdair Baird for various bugfixes.
38 @item
39 Gerald Baumgartner added the signature extension to the C++ front end.
41 @item
42 Godmar Back for his Java improvements and encouragement.
44 @item
45 Scott Bambrough for help porting the Java compiler.
47 @item
48 Jon Beniston for his Win32 port of Java.
50 @item
51 Geoff Berry for his Java object serialization work and various patches.
53 @item
54 Eric Blake for helping to make GCJ and libgcj conform to the
55 specifications.
57 @item
58 Hans-J. Boehm for his @uref{http://www.hpl.hp.com/personal/Hans_Boehm/gc/,,
59 garbage collector}, IA-64 libffi port, and other Java work.
61 @item
62 Neil Booth for work on cpplib, lang hooks, debug hooks and other
63 miscellaneous clean-ups.
65 @item
66 Per Bothner for his direction via the steering committee and various
67 improvements to our infrastructure for supporting new languages.  Chill
68 front end implementation.  Initial implementations of
69 cpplib, fix-header, config.guess, libio, and past C++ library (libg++)
70 maintainer.  Dreaming up, designing and implementing much of GCJ.
72 @item
73 Devon Bowen helped port GCC to the Tahoe.
75 @item
76 Don Bowman for mips-vxworks contributions.
78 @item
79 Dave Brolley for work on cpplib and Chill.
81 @item
82 Robert Brown implemented the support for Encore 32000 systems.
84 @item
85 Christian Bruel for improvements to local store elimination.
87 @item
88 Herman A.J. ten Brugge for various fixes.
90 @item
91 Joerg Brunsmann for Java compiler hacking and help with the GCJ FAQ.
93 @item
94 Joe Buck for his direction via the steering committee.
96 @item
97 Craig Burley for leadership of the Fortran effort.
99 @item
100 Stephan Buys for contributing Doxygen notes for libstdc++.
102 @item
103 Paolo Carlini for libstdc++ work: lots of efficiency improvements to
104 the string class, hard detective work on the frustrating localization
105 issues, and keeping up with the problem reports.
107 @item
108 John Carr for his alias work, SPARC hacking, infrastructure improvements,
109 previous contributions to the steering committee, loop optimizations, etc.
111 @item
112 Steve Chamberlain for support for the Hitachi SH and H8 processors
113 and the PicoJava processor, and for GCJ config fixes.
115 @item
116 Glenn Chambers for help with the GCJ FAQ.
118 @item
119 John-Marc Chandonia for various libgcj patches.
121 @item
122 Scott Christley for his Objective-C contributions.
124 @item
125 Eric Christopher for his Java porting help and clean-ups.
127 @item
128 Branko Cibej for more warning contributions.
130 @item
131 The @uref{http://www.classpath.org,,GNU Classpath project}
132 for all of their merged runtime code.
134 @item
135 Nick Clifton for arm, mcore, fr30, v850, m32r work, @option{--help}, and
136 other random hacking.
138 @item
139 Michael Cook for libstdc++ cleanup patches to reduce warnings.
141 @item
142 Ralf Corsepius for SH testing and minor bugfixing.
144 @item
145 Stan Cox for care and feeding of the x86 port and lots of behind
146 the scenes hacking.
148 @item
149 Alex Crain provided changes for the 3b1.
151 @item
152 Ian Dall for major improvements to the NS32k port.
154 @item
155 Dario Dariol contributed the four varieties of sample programs
156 that print a copy of their source.
158 @item
159 Russell Davidson for fstream and stringstream fixes in libstdc++.
161 @item
162 Mo DeJong for GCJ and libgcj bug fixes.
164 @item
165 Gabriel Dos Reis for contributions to g++, contributions and
166 maintenance of GCC diagnostics infrastructure, libstdc++-v3,
167 including valarray<>, complex<>, maintaining the numerics library
168 (including that pesky <limits> :-) and keeping up-to-date anything
169 to do with numbers.
171 @item
172 Ulrich Drepper for his work on glibc, testing of GCC using glibc, ISO C99
173 support, CFG dumping support, etc., plus support of the C++ runtime
174 libraries including for all kinds of C interface issues, contributing and
175 maintaining complex<>, sanity checking and disbursement, configuration
176 architecture, libio maintenance, and early math work.
178 @item
179 Richard Earnshaw for his ongoing work with the ARM@.
181 @item
182 David Edelsohn for his direction via the steering committee, ongoing work
183 with the RS6000/PowerPC port, help cleaning up Haifa loop changes, and
184 for doing the entire AIX port of libstdc++ with his bare hands.
186 @item
187 Kevin Ediger for the floating point formatting of num_put::do_put in
188 libstdc++.
190 @item
191 Phil Edwards for libstdc++ work including configuration hackery,
192 documentation maintainer, chief breaker of the web pages, the occasional
193 iostream bugfix, and work on shared library symbol versioning.
195 @item
196 Paul Eggert for random hacking all over GCC@.
198 @item
199 Mark Elbrecht for various DJGPP improvements, and for libstdc++
200 configuration support for locales and fstream-related fixes.
202 @item
203 Vadim Egorov for libstdc++ fixes in strings, streambufs, and iostreams.
205 @item
206 Ben Elliston for his work to move the Objective-C runtime into its
207 own subdirectory and for his work on autoconf.
209 @item
210 Marc Espie for OpenBSD support.
212 @item
213 Doug Evans for much of the global optimization framework, arc, m32r,
214 and SPARC work.
216 @item
217 Fred Fish for BeOS support and Ada fixes.
219 @item
220 Ivan Fontes Garcia for the Portugese translation of the GCJ FAQ.
222 @item
223 Peter Gerwinski for various bugfixes and the Pascal front end.
225 @item
226 Kaveh Ghazi for his direction via the steering committee and
227 amazing work to make @samp{-W -Wall} useful.
229 @item
230 John Gilmore for a donation to the FSF earmarked improving GNU Java.
232 @item
233 Judy Goldberg for c++ contributions.
235 @item
236 Torbjorn Granlund for various fixes and the c-torture testsuite,
237 multiply- and divide-by-constant optimization, improved long long
238 support, improved leaf function register allocation, and his direction
239 via the steering committee.
241 @item
242 Anthony Green for his @option{-Os} contributions and Java front end work.
244 @item
245 Stu Grossman for gdb hacking, allowing GCJ developers to debug our code.
247 @item
248 Michael K. Gschwind contributed the port to the PDP-11.
250 @item
251 Ron Guilmette implemented the @command{protoize} and @command{unprotoize}
252 tools, the support for Dwarf symbolic debugging information, and much of
253 the support for System V Release 4.  He has also worked heavily on the
254 Intel 386 and 860 support.
256 @item
257 Bruno Haible for improvements in the runtime overhead for EH, new
258 warnings and assorted bugfixes.
260 @item
261 Andrew Haley for his amazing Java compiler and library efforts.
263 @item
264 Chris Hanson assisted in making GCC work on HP-UX for the 9000 series 300.
266 @item
267 Michael Hayes for various thankless work he's done trying to get
268 the c30/c40 ports functional.  Lots of loop and unroll improvements and
269 fixes.
271 @item
272 Kate Hedstrom for staking the g77 folks with an initial testsuite.
274 @item
275 Richard Henderson for his ongoing SPARC, alpha, and ia32 work, loop
276 opts, and generally fixing lots of old problems we've ignored for
277 years, flow rewrite and lots of further stuff, including reviewing
278 tons of patches.
280 @item
281 Nobuyuki Hikichi of Software Research Associates, Tokyo, contributed
282 the support for the Sony NEWS machine.
284 @item
285 Manfred Hollstein for his ongoing work to keep the m88k alive, lots
286 of testing an bugfixing, particularly of our configury code.
288 @item
289 Steve Holmgren for MachTen patches.
291 @item
292 Jan Hubicka for his x86 port improvements.
294 @item
295 Christian Iseli for various bugfixes.
297 @item
298 Kamil Iskra for general m68k hacking.
300 @item
301 Lee Iverson for random fixes and MIPS testing.
303 @item
304 Andreas Jaeger for various fixes to the MIPS port
306 @item
307 Jakub Jelinek for his SPARC work and sibling call optimizations as well
308 as lots of bug fixes and test cases, and for improving the Java build
309 system.
311 @item
312 Janis Johnson for ia64 testing and fixes and for her quality improvement
313 sidetracks.
315 @item
316 J. Kean Johnston for OpenServer support.
318 @item
319 Tim Josling for the sample language treelang based originally on Richard
320 Kenner's "``toy'' language".
322 @item
323 Nicolai Josuttis for additional libstdc++ documentation.
325 @item
326 Klaus Kaempf for his ongoing work to make alpha-vms a viable target.
328 @item
329 David Kashtan of SRI adapted GCC to VMS@.
331 @item
332 Ryszard Kabatek for many, many libstdc++ bugfixes and optimizations of
333 strings, especially member functions, and for auto_ptr fixes.
335 @item
336 Geoffrey Keating for his ongoing work to make the PPC work for GNU/Linux
337 and his automatic regression tester.
339 @item
340 Brendan Kehoe for his ongoing work with g++ and for a lot of early work
341 in just about every part of libstdc++.
343 @item
344 Oliver M. Kellogg of Deutsche Aerospace contributed the port to the
345 MIL-STD-1750A@.
347 @item
348 Richard Kenner of the New York University Ultracomputer Research
349 Laboratory wrote the machine descriptions for the AMD 29000, the DEC
350 Alpha, the IBM RT PC, and the IBM RS/6000 as well as the support for
351 instruction attributes.  He also made changes to better support RISC
352 processors including changes to common subexpression elimination,
353 strength reduction, function calling sequence handling, and condition
354 code support, in addition to generalizing the code for frame pointer
355 elimination and delay slot scheduling.  Richard Kenner was also the
356 head maintainer of GCC for several years.
358 @item
359 Mumit Khan for various contributions to the Cygwin and Mingw32 ports and
360 maintaining binary releases for Windows hosts, and for massive libstdc++
361 porting work to Cygwin/Mingw32.
363 @item
364 Robin Kirkham for cpu32 support.
366 @item
367 Mark Klein for PA improvements.
369 @item
370 Thomas Koenig for various bugfixes.
372 @item
373 Bruce Korb for the new and improved fixincludes code.
375 @item
376 Benjamin Kosnik for his g++ work and for leading the libstdc++-v3 effort.
378 @item
379 Charles LaBrec contributed the support for the Integrated Solutions
380 68020 system.
382 @item
383 Jeff Law for his direction via the steering committee, coordinating the
384 entire egcs project and GCC 2.95, rolling out snapshots and releases,
385 handling merges from GCC2, reviewing tons of patches that might have
386 fallen through the cracks else, and random but extensive hacking.
388 @item
389 Marc Lehmann for his direction via the steering committee and helping
390 with analysis and improvements of x86 performance.
392 @item
393 Ted Lemon wrote parts of the RTL reader and printer.
395 @item
396 Kriang Lerdsuwanakij for improvements to demangler and various c++ fixes.
398 @item
399 Warren Levy for tremendous work on libgcj (Java Runtime Library) and
400 random work on the Java front end.
402 @item
403 Alain Lichnewsky ported GCC to the MIPS CPU.
405 @item
406 Oskar Liljeblad for hacking on AWT and his many Java bug reports and
407 patches.
409 @item
410 Robert Lipe for OpenServer support, new testsuites, testing, etc.
412 @item
413 Weiwen Liu for testing and various bugfixes.
415 @item
416 Dave Love for his ongoing work with the Fortran front end and
417 runtime libraries.
419 @item
420 Martin von L@"owis for internal consistency checking infrastructure,
421 various C++ improvements including namespace support, and tons of
422 assistance with libstdc++/compiler merges.
424 @item
425 H.J. Lu for his previous contributions to the steering committee, many x86
426 bug reports, prototype patches, and keeping the GNU/Linux ports working.
428 @item
429 Greg McGary for random fixes and (someday) bounded pointers.
431 @item
432 Andrew MacLeod for his ongoing work in building a real EH system,
433 various code generation improvements, work on the global optimizer, etc.
435 @item
436 Vladimir Makarov for hacking some ugly i960 problems, PowerPC hacking
437 improvements to compile-time performance, overall knowledge and
438 direction in the area of instruction scheduling, and design and
439 implementation of the automaton based instruction scheduler.
441 @item
442 Bob Manson for his behind the scenes work on dejagnu.
444 @item
445 Philip Martin for lots of libstdc++ string and vector iterator fixes and
446 improvements, and string clean up and testsuites.
448 @item
449 All of the Mauve project
450 @uref{http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/mauve/THANKS?rev=1.2&cvsroot=mauve&only_with_tag=HEAD,,contributors},
451 for Java test code.
453 @item
454 Bryce McKinlay for numerous GCJ and libgcj fixes and improvements.
456 @item
457 Adam Megacz for his work on the Win32 port of GCJ.
459 @item
460 Michael Meissner for LRS framework, ia32, m32r, v850, m88k, MIPS,
461 powerpc, haifa, ECOFF debug support, and other assorted hacking.
463 @item
464 Jason Merrill for his direction via the steering committee and leading
465 the g++ effort.
467 @item
468 David Miller for his direction via the steering committee, lots of
469 SPARC work, improvements in jump.c and interfacing with the Linux kernel
470 developers.
472 @item
473 Gary Miller ported GCC to Charles River Data Systems machines.
475 @item
476 Alfred Minarik for libstdc++ string and ios bugfixes, and turning the
477 entire libstdc++ testsuite namespace-compatible.
479 @item
480 Mark Mitchell for his direction via the steering committee, mountains of
481 C++ work, load/store hoisting out of loops, alias analysis improvements,
482 ISO C @code{restrict} support, and serving as release manager for GCC 3.x.
484 @item
485 Alan Modra for various GNU/Linux bits and testing.
487 @item
488 Toon Moene for his direction via the steering committee, Fortran
489 maintenance, and his ongoing work to make us make Fortran run fast.
491 @item
492 Jason Molenda for major help in the care and feeding of all the services
493 on the gcc.gnu.org (formerly egcs.cygnus.com) machine---mail, web
494 services, ftp services, etc etc.  Doing all this work on scrap paper and
495 the backs of envelopes would have been... difficult.
497 @item
498 Catherine Moore for fixing various ugly problems we have sent her
499 way, including the haifa bug which was killing the Alpha & PowerPC
500 Linux kernels.
502 @item
503 Mike Moreton for his various Java patches.
505 @item
506 David Mosberger-Tang for various Alpha improvements.
508 @item
509 Stephen Moshier contributed the floating point emulator that assists in
510 cross-compilation and permits support for floating point numbers wider
511 than 64 bits and for ISO C99 support.
513 @item
514 Bill Moyer for his behind the scenes work on various issues.
516 @item
517 Philippe De Muyter for his work on the m68k port.
519 @item
520 Joseph S. Myers for his work on the PDP-11 port, format checking and ISO
521 C99 support, and continuous emphasis on (and contributions to) documentation.
523 @item
524 Nathan Myers for his work on libstdc++-v3: architecture and authorship
525 through the first three snapshots, including implementation of locale
526 infrastructure, string, shadow C headers, and the initial project
527 documentation (DESIGN, CHECKLIST, and so forth).  Later, more work on
528 MT-safe string and shadow headers.
530 @item
531 Felix Natter for documentation on porting libstdc++.
533 @item
534 NeXT, Inc.@: donated the front end that supports the Objective-C
535 language.
537 @item
538 Hans-Peter Nilsson for the CRIS and MMIX ports, improvements to the search
539 engine setup, various documentation fixes and other small fixes.
541 @item
542 Geoff Noer for this work on getting cygwin native builds working.
544 @item
545 David O'Brien for the FreeBSD/alpha, FreeBSD/AMD x86-64, FreeBSD/ARM,
546 FreeBSD/PowerPC, and FreeBSD/SPARC64 ports and related infrastructure
547 improvements.
549 @item
550 Alexandre Oliva for various build infrastructure improvements, scripts and
551 amazing testing work, including keeping libtool issues sane and happy.
553 @item
554 Melissa O'Neill for various NeXT fixes.
556 @item
557 Rainer Orth for random MIPS work, including improvements to our o32
558 ABI support, improvements to dejagnu's MIPS support, Java configuration
559 clean-ups and porting work, etc.
561 @item
562 Paul Petersen wrote the machine description for the Alliant FX/8.
564 @item
565 Alexandre Petit-Bianco for implementing much of the Java compiler and
566 continued Java maintainership.
568 @item
569 Matthias Pfaller for major improvements to the NS32k port.
571 @item
572 Gerald Pfeifer for his direction via the steering committee, pointing
573 out lots of problems we need to solve, maintenance of the web pages, and
574 taking care of documentation maintenance in general.
576 @item
577 Ovidiu Predescu for his work on the Objective-C front end and runtime
578 libraries.
580 @item
581 Ken Raeburn for various improvements to checker, MIPS ports and various
582 cleanups in the compiler.
584 @item
585 Rolf W. Rasmussen for hacking on AWT.
587 @item
588 David Reese of Sun Microsystems contributed to the Solaris on PowerPC
589 port.
591 @item
592 Joern Rennecke for maintaining the sh port, loop, regmove & reload
593 hacking.
595 @item
596 Loren J. Rittle for improvements to libstdc++-v3 including the FreeBSD
597 port, threading fixes, thread-related configury changes, critical
598 threading documentation, and solutions to really tricky I/O problems.
600 @item
601 Craig Rodrigues for processing tons of bug reports.
603 @item
604 Gavin Romig-Koch for lots of behind the scenes MIPS work.
606 @item
607 Ken Rose for fixes to our delay slot filling code.
609 @item
610 Paul Rubin wrote most of the preprocessor.
612 @item
613 Chip Salzenberg for libstdc++ patches and improvements to locales, traits,
614 Makefiles, libio, libtool hackery, and ``long long'' support.
616 @item
617 Juha Sarlin for improvements to the H8 code generator.
619 @item
620 Greg Satz assisted in making GCC work on HP-UX for the 9000 series 300.
622 @item
623 Bradley Schatz for his work on the GCJ FAQ.
625 @item
626 Peter Schauer wrote the code to allow debugging to work on the Alpha.
628 @item
629 William Schelter did most of the work on the Intel 80386 support.
631 @item
632 Bernd Schmidt for various code generation improvements and major
633 work in the reload pass as well a serving as release manager for
634 GCC 2.95.3.
636 @item
637 Peter Schmid for constant testing of libstdc++ -- especially application
638 testing, going above and beyond what was requested for the release
639 criteria -- and libstdc++ header file tweaks.
641 @item
642 Jason Schroeder for jcf-dump patches.
644 @item
645 Andreas Schwab for his work on the m68k port.
647 @item
648 Joel Sherrill for his direction via the steering committee, RTEMS
649 contributions and RTEMS testing.
651 @item
652 Nathan Sidwell for many C++ fixes/improvements.
654 @item
655 Jeffrey Siegal for helping RMS with the original design of GCC, some
656 code which handles the parse tree and RTL data structures, constant
657 folding and help with the original VAX & m68k ports.
659 @item
660 Kenny Simpson for prompting libstdc++ fixes due to defect reports from
661 the LWG (thereby keeping us in line with updates from the ISO).
663 @item
664 Franz Sirl for his ongoing work with making the PPC port stable
665 for linux.
667 @item
668 Andrey Slepuhin for assorted AIX hacking.
670 @item
671 Christopher Smith did the port for Convex machines.
673 @item
674 Randy Smith finished the Sun FPA support.
676 @item
677 Scott Snyder for queue, iterator, istream, and string fixes and libstdc++
678 testsuite entries.
680 @item
681 Brad Spencer for contributions to the GLIBCPP_FORCE_NEW technique.
683 @item
684 Richard Stallman, for writing the original gcc and launching the GNU project.
686 @item
687 Jan Stein of the Chalmers Computer Society provided support for
688 Genix, as well as part of the 32000 machine description.
690 @item
691 Nigel Stephens for various mips16 related fixes/improvements.
693 @item
694 Jonathan Stone wrote the machine description for the Pyramid computer.
696 @item
697 Graham Stott for various infrastructure improvements.
699 @item
700 John Stracke for his Java HTTP protocol fixes.
702 @item
703 Mike Stump for his Elxsi port, g++ contributions over the years and more
704 recently his vxworks contributions
706 @item
707 Jeff Sturm for Java porting help, bug fixes, and encouragement.
709 @item
710 Shigeya Suzuki for this fixes for the bsdi platforms.
712 @item
713 Ian Lance Taylor for his mips16 work, general configury hacking,
714 fixincludes, etc.
716 @item
717 Holger Teutsch provided the support for the Clipper CPU.
719 @item
720 Gary Thomas for his ongoing work to make the PPC work for GNU/Linux.
722 @item
723 Philipp Thomas for random bugfixes throughout the compiler
725 @item
726 Jason Thorpe for thread support in libstdc++ on NetBSD.
728 @item
729 Kresten Krab Thorup wrote the run time support for the Objective-C
730 language and the fantastic Java bytecode interpreter.
732 @item
733 Michael Tiemann for random bugfixes, the first instruction scheduler,
734 initial C++ support, function integration, NS32k, SPARC and M88k
735 machine description work, delay slot scheduling.
737 @item
738 Andreas Tobler for his work porting libgcj to Darwin.
740 @item
741 Teemu Torma for thread safe exception handling support.
743 @item
744 Leonard Tower wrote parts of the parser, RTL generator, and RTL
745 definitions, and of the VAX machine description.
747 @item
748 Tom Tromey for internationalization support and for his many Java
749 contributions and libgcj maintainership.
751 @item
752 Lassi Tuura for improvements to config.guess to determine HP processor
753 types.
755 @item
756 Petter Urkedal for libstdc++ CXXFLAGS, math, and algorithms fixes.
758 @item
759 Brent Verner for work with the libstdc++ cshadow files and their
760 associated configure steps.
762 @item
763 Todd Vierling for contributions for NetBSD ports.
765 @item
766 Jonathan Wakely for contributing libstdc++ Doxygen notes and XHTML
767 guidance.
769 @item
770 Dean Wakerley for converting the install documentation from HTML to texinfo
771 in time for GCC 3.0.
773 @item
774 Krister Walfridsson for random bugfixes.
776 @item
777 Stephen M. Webb for time and effort on making libstdc++ shadow files
778 work with the tricky Solaris 8+ headers, and for pushing the build-time
779 header tree.
781 @item
782 John Wehle for various improvements for the x86 code generator,
783 related infrastructure improvements to help x86 code generation,
784 value range propagation and other work, WE32k port.
786 @item
787 Zack Weinberg for major work on cpplib and various other bugfixes.
789 @item
790 Matt Welsh for help with Linux Threads support in GCJ.
792 @item
793 Urban Widmark for help fixing java.io.
795 @item
796 Mark Wielaard for new Java library code and his work integrating with
797 Classpath.
799 @item
800 Dale Wiles helped port GCC to the Tahoe.
802 @item
803 Bob Wilson from Tensilica, Inc.@: for the Xtensa port.
805 @item
806 Jim Wilson for his direction via the steering committee, tackling hard
807 problems in various places that nobody else wanted to work on, strength
808 reduction and other loop optimizations.
810 @item
811 Carlo Wood for various fixes.
813 @item
814 Tom Wood for work on the m88k port.
816 @item
817 Masanobu Yuhara of Fujitsu Laboratories implemented the machine
818 description for the Tron architecture (specifically, the Gmicro).
820 @item
821 Kevin Zachmann helped ported GCC to the Tahoe.
823 @item
824 Gilles Zunino for help porting Java to Irix.
826 @end itemize
829 We'd also like to thank the folks who have contributed time and energy in
830 testing GCC:
832 @itemize @bullet
833 @item
834 Michael Abd-El-Malek
836 @item
837 Thomas Arend
839 @item
840 Bonzo Armstrong
842 @item
843 Steven Ashe
845 @item
846 Chris Baldwin
848 @item
849 David Billinghurst
851 @item
852 Jim Blandy
854 @item
855 Stephane Bortzmeyer
857 @item
858 Horst von Brand
860 @item
861 Frank Braun
863 @item
864 Rodney Brown
866 @item
867 Joe Buck
869 @item
870 Craig Burley
872 @item
873 Sidney Cadot
875 @item
876 Bradford Castalia
878 @item
879 Ralph Doncaster
881 @item
882 Ulrich Drepper
884 @item
885 David Edelsohn
887 @item
888 Richard Emberson
890 @item
891 Levente Farkas
893 @item
894 Graham Fawcett
896 @item
897 Robert A. French
899 @item
900 J@"orgen Freyh
902 @item
903 Mark K. Gardner
905 @item
906 Charles-Antoine Gauthier
908 @item
909 Yung Shing Gene
911 @item
912 Kaveh Ghazi
914 @item
915 David Gilbert
917 @item
918 Simon Gornall
920 @item
921 Fred Gray
923 @item
924 John Griffin
926 @item
927 Patrik Hagglund
929 @item
930 Phil Hargett
932 @item
933 Amancio Hasty
935 @item
936 Bryan W. Headley
938 @item
939 Kate Hedstrom
941 @item
942 Richard Henderson
944 @item
945 Kevin B. Hendricks
947 @item
948 Manfred Hollstein
950 @item
951 Kamil Iskra
953 @item
954 Joep Jansen
956 @item
957 Christian Joensson
959 @item
960 David Kidd
962 @item
963 Tobias Kuipers
965 @item
966 Anand Krishnaswamy
968 @item
969 Jeff Law
971 @item
972 Robert Lipe
974 @item
975 llewelly
977 @item
978 Damon Love
980 @item
981 Dave Love
983 @item
984 H.J. Lu
986 @item
987 Brad Lucier
989 @item
990 Mumit Khan
992 @item
993 Matthias Klose
995 @item
996 Martin Knoblauch
998 @item
999 Jesse Macnish
1001 @item
1002 David Miller
1004 @item
1005 Toon Moene
1007 @item
1008 Stefan Morrell
1010 @item
1011 Anon A. Mous
1013 @item
1014 Matthias Mueller
1016 @item
1017 Pekka Nikander
1019 @item
1020 Alexandre Oliva
1022 @item
1023 Jon Olson
1025 @item
1026 Magnus Persson
1028 @item
1029 Chris Pollard
1031 @item
1032 Richard Polton
1034 @item
1035 David Rees
1037 @item
1038 Paul Reilly
1040 @item
1041 Tom Reilly
1043 @item
1044 Loren J. Rittle
1046 @item
1047 Torsten Rueger
1049 @item
1050 Danny Sadinoff
1052 @item
1053 Marc Schifer
1055 @item
1056 Peter Schmid
1058 @item
1059 David Schuler
1061 @item
1062 Vin Shelton
1064 @item
1065 Franz Sirl
1067 @item
1068 Tim Souder
1070 @item
1071 Mike Stump
1073 @item
1074 Adam Sulmicki
1076 @item
1077 George Talbot
1079 @item
1080 Gregory Warnes
1082 @item
1083 Carlo Wood
1085 @item
1086 David E. Young
1088 @item
1089 And many others
1090 @end itemize
1092 And finally we'd like to thank everyone who uses the compiler, submits bug
1093 reports and generally reminds us why we're doing this work in the first place.