source: trunk/src/gcc/maintainer-scripts/snapshot-index.html@ 1044

Last change on this file since 1044 was 2, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 3.9 KB
RevLine 
[2]1<html>
2
3<head>
4<title>GCC Snapshots</title>
5</head>
6
7<body>
8<h1>GCC Snapshots</h1>
9
10<hr />
11
12<p>The <a href ="http://gcc.gnu.org/">GCC Project</a> makes
13periodic snapshots of the GCC source tree available to the public
14for testing purposes.</p>
15
16<p>If you are planning to download and use one of our snapshots, then
17we highly recommend you join the GCC developers list. Details for
18how to sign up can be found on the GCC project home page.</p>
19
20
21<blockquote>
22 <p> <a href="@LONG_DATE@/gcc-@[email protected]">
23 gcc</a> @TEXT_DATE@ snapshot, includes all languages.
24
25 <p> <a href="@LONG_DATE@/gcc-@LAST_DATE@-@[email protected]">
26 gcc-@LAST_DATE@-@DATE@</a> patch file to bring gcc-@LAST_DATE@ up to
27 gcc-@DATE@.
28
29 <p> <a href="@LONG_DATE@/gcc-core-@[email protected]">
30 gcc-core</a> @TEXT_DATE@ snapshot, includes just the C front
31 end and core compiler.
32
33 <p> <a href="@LONG_DATE@/gcc-core-@LAST_DATE@-@[email protected]">
34 gcc-core-@LAST_DATE@-@DATE@</a> patch file to bring gcc-core-@LAST_DATE@
35 up to gcc-core-@DATE@.
36
37 <p> <a href="@LONG_DATE@/gcc-g++-@[email protected]">
38 gcc-g++</a> @TEXT_DATE@ snapshot, includes just the G++ front
39 end and runtime.
40
41 <p> <a href="@LONG_DATE@/gcc-g++-@LAST_DATE@-@[email protected]">
42 gcc-g++-@LAST_DATE@-@DATE@</a> patch file to bring gcc-g++-@LAST_DATE@
43 up to gcc-g++-@DATE@.
44
45 <p> <a href="@LONG_DATE@/gcc-g77-@[email protected]">
46 gcc-g77</a> @TEXT_DATE@ snapshot, includes just the G77 front
47 end and runtime.
48
49 <p> <a href="@LONG_DATE@/gcc-g77-@LAST_DATE@-@[email protected]">
50 gcc-g77-@LAST_DATE@-@DATE@</a> patch file to bring gcc-g77-@LAST_DATE@
51 up to gcc-g77-@DATE@.
52
53 <p> <a href="@LONG_DATE@/gcc-java-@[email protected]">
54 gcc-java</a> @TEXT_DATE@ snapshot, includes just the Java
55 front end.
56
57 <p> <a href="@LONG_DATE@/gcc-java-@LAST_DATE@-@[email protected]">
58 gcc-java-@LAST_DATE@-@DATE@</a> patch file to bring gcc-java-@LAST_DATE@
59 up to gcc-java-@DATE@.
60
61 <p> <a href="@LONG_DATE@/gcc-chill-@[email protected]">