xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/contribute.texi (revision 8feb0f0b7eaff0608f8350bbfa3098827b4bb91b)
1*8feb0f0bSmrg@c Copyright (C) 1988-2020 Free Software Foundation, Inc.
21debfc3dSmrg@c This is part of the GCC manual.
31debfc3dSmrg@c For copying conditions, see the file gcc.texi.
41debfc3dSmrg
51debfc3dSmrg@node Contributing
61debfc3dSmrg@chapter Contributing to GCC Development
71debfc3dSmrg
81debfc3dSmrgIf you would like to help pretest GCC releases to assure they work well,
9a2dc1f3fSmrgcurrent development sources are available via Git (see
10a2dc1f3fSmrg@uref{http://gcc.gnu.org/git.html}).  Source and binary snapshots are
111debfc3dSmrgalso available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}.
121debfc3dSmrg
131debfc3dSmrgIf you would like to work on improvements to GCC, please read the
141debfc3dSmrgadvice at these URLs:
151debfc3dSmrg
161debfc3dSmrg@smallexample
171debfc3dSmrg@uref{http://gcc.gnu.org/contribute.html}
181debfc3dSmrg@uref{http://gcc.gnu.org/contributewhy.html}
191debfc3dSmrg@end smallexample
201debfc3dSmrg
211debfc3dSmrg@noindent
221debfc3dSmrgfor information on how to make useful contributions and avoid
231debfc3dSmrgduplication of effort.  Suggested projects are listed at
241debfc3dSmrg@uref{http://gcc.gnu.org/projects/}.
25