PR bootstrap/13562
[official-gcc.git] / maintainer-scripts / snapshot-index.html
blob3155872480fdda61d9b340b740682d8eabcde9e2
1 <html>
3 <head>
4 <title>GCC @RELEASE@ Snapshot</title>
5 </head>
7 <body>
8 <h1>GCC @RELEASE@ Snapshot</h1>
10 <p>The <a href ="http://gcc.gnu.org/">GCC Project</a> makes
11 periodic snapshots of the GCC source tree available to the public
12 for testing purposes.</p>
14 <p>If you are planning to download and use one of our snapshots, then
15 we highly recommend you join the GCC developers list. Details for
16 how to sign up can be found on the GCC project home page.</p>
19 <blockquote>
20 <p> <a href="gcc-@RELEASE@.tar.bz2">
21 gcc</a> @TEXT_DATE@ snapshot, includes all languages.
23 <p> <a href="gcc-core-@RELEASE@.tar.bz2">
24 gcc-core</a> @TEXT_DATE@ snapshot, includes just the C front
25 end and core compiler.
27 <p> <a href="gcc-g++-@RELEASE@.tar.bz2">
28 gcc-g++</a> @TEXT_DATE@ snapshot, includes just the C++ front
29 end and runtime.
31 <p> <a href="gcc-g77-@RELEASE@.tar.bz2">
32 gcc-g77</a> @TEXT_DATE@ snapshot, includes just the F77 front
33 end and runtime.
35 <p> <a href="gcc-java-@RELEASE@.tar.bz2">
36 gcc-java</a> @TEXT_DATE@ snapshot, includes just the Java
37 front end and runtime.
39 <p> <a href="gcc-objc-@RELEASE@.tar.bz2">
40 gcc-objc</a> @TEXT_DATE@ snapshot, includes just the Objective-C
41 front end and runtime.
43 <p> <a href="gcc-ada-@RELEASE@.tar.bz2">
44 gcc-ada</a> @TEXT_DATE@ snapshot, includes just the Ada
45 front end and runtime.
47 </blockquote>
49 <p>Diffs from @BRANCH@-@LAST_DATE@ are available in the
50 <a href="diffs/">diffs/ subdirectory</a>.</p>
52 </p>When a particular snapshot is ready for public consumption the LATEST-IS-
53 file is updated and a message is sent to the gcc list. Please do not use
54 a snapshot before it has been announced that way.</p>
56 <p>Old snapshots can be found on the ftp server <a
57 href="ftp://gcc.gnu.org/pub/gcc/snapshots/">ftp://gcc.gnu.org:/pub/gcc/snapshots</a>.</p>
59 <hr />
61 <address>
62 <a href="mailto:gcc@gcc.gnu.org">gcc@gcc.gnu.org</a>
63 <br />
64 Last modified @TEXT_DATE@
65 </address>
66 </body>
68 </html>