0
|
1 @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
|
2 @c 1999, 2000, 2001, 2004, 2006 Free Software Foundation, Inc.
|
|
3 @c This is part of the GCC manual.
|
|
4 @c For copying conditions, see the file gcc.texi.
|
|
5
|
|
6 @node Contributing
|
|
7 @chapter Contributing to GCC Development
|
|
8
|
|
9 If you would like to help pretest GCC releases to assure they work well,
|
|
10 current development sources are available by SVN (see
|
|
11 @uref{http://gcc.gnu.org/svn.html}). Source and binary snapshots are
|
|
12 also available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}.
|
|
13
|
|
14 If you would like to work on improvements to GCC, please read the
|
|
15 advice at these URLs:
|
|
16
|
|
17 @smallexample
|
|
18 @uref{http://gcc.gnu.org/contribute.html}
|
|
19 @uref{http://gcc.gnu.org/contributewhy.html}
|
|
20 @end smallexample
|
|
21
|
|
22 @noindent
|
|
23 for information on how to make useful contributions and avoid
|
|
24 duplication of effort. Suggested projects are listed at
|
|
25 @uref{http://gcc.gnu.org/projects/}.
|