Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gcc-optimization.xml
Date: Wed, 27 Jun 2007 21:45:32
Message-Id: E1I3fKB-0000yo-D2@stork.gentoo.org
1 nightmorph 07/06/27 21:45:19
2
3 Modified: gcc-optimization.xml
4 Log:
5 typo fix, thanks to kucrut and his sharp eyes
6
7 Revision Changes Path
8 1.3 xml/htdocs/doc/en/gcc-optimization.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?r1=1.2&r2=1.3
13
14 Index: gcc-optimization.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- gcc-optimization.xml 27 Jun 2007 18:12:08 -0000 1.2
21 +++ gcc-optimization.xml 27 Jun 2007 21:45:19 -0000 1.3
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v 1.2 2007/06/27 18:12:08 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v 1.3 2007/06/27 21:45:19 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -246,8 +246,8 @@
31 </p>
32
33 <p>
34 -The with the exception of <c>-O0</c>, the <c>-O</c> settings each activate
35 -several additional flags, so be sure to read the gcc manual's chapter on <uri
36 +With the exception of <c>-O0</c>, the <c>-O</c> settings each activate several
37 +additional flags, so be sure to read the gcc manual's chapter on <uri
38 link="http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Optimize-Options.html#Optimize-Options">optimization
39 options</uri> to learn which flags are activated at each <c>-O</c> level, as
40 well as some explanations as to what they do.
41
42
43
44 --
45 gentoo-doc-cvs@g.o mailing list