comparison gcc/doc/contribute.texi @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 @c Copyright (C) 1988-2018 Free Software Foundation, Inc. 1 @c Copyright (C) 1988-2020 Free Software Foundation, Inc.
2 @c This is part of the GCC manual. 2 @c This is part of the GCC manual.
3 @c For copying conditions, see the file gcc.texi. 3 @c For copying conditions, see the file gcc.texi.
4 4
5 @node Contributing 5 @node Contributing
6 @chapter Contributing to GCC Development 6 @chapter Contributing to GCC Development
7 7
8 If you would like to help pretest GCC releases to assure they work well, 8 If you would like to help pretest GCC releases to assure they work well,
9 current development sources are available by SVN (see 9 current development sources are available via Git (see
10 @uref{http://gcc.gnu.org/svn.html}). Source and binary snapshots are 10 @uref{http://gcc.gnu.org/git.html}). Source and binary snapshots are
11 also available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}. 11 also available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}.
12 12
13 If you would like to work on improvements to GCC, please read the 13 If you would like to work on improvements to GCC, please read the
14 advice at these URLs: 14 advice at these URLs:
15 15