This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: doc fix for case insensitive filesystems


On Jan 27, 2007, at 4:23 PM, Gerald Pfeifer wrote:
How about changing the other @node

to

@node Loop Analysis and Representation

Lovely idea. Thanks. I checked in the below to 4.2 and mainline after building html for both and clicking around on all the links to ensure they all point to the right place.



2007-01-29 Mike Stump <mrs@apple.com>


	* doc/gccint.texi (Top): Rename Loop Representation to Loop
	Analysis and Representation to resolve case insensitive conflict.
	* doc/loop.texi (Loop Analysis and Representation): Likewise.

Doing diffs in doc:
--- doc/gccint.texi.~1~ 2006-11-16 23:18:02.000000000 -0800
+++ doc/gccint.texi 2007-01-29 12:00:36.000000000 -0800
@@ -111,7 +111,7 @@ Additional tutorial information is linke
* RTL:: The intermediate representation that most passes work on.
* Control Flow:: Maintaining and manipulating the control flow graph.
* Tree SSA:: Analysis and optimization of the tree representation.
-* Loop Representation:: Analysis and representation of loops
+* Loop Analysis and Representation:: Analysis and representation of loops
* Machine Desc:: How to write machine description instruction patterns.
* Target Macros:: How to write the machine description C macros and functions.
* Host Config:: Writing the @file{xm-@var{machine}.h} file.
--- doc/loop.texi.~1~ 2007-01-17 09:58:59.000000000 -0800
+++ doc/loop.texi 2007-01-29 12:01:13.000000000 -0800
@@ -7,7 +7,7 @@
@c Loop Representation
@c ---------------------------------------------------------------------


-@node Loop Representation
+@node Loop Analysis and Representation
 @chapter Analysis and Representation of Loops

GCC provides extensive infrastructure for work with natural loops, i.e.,
--------------



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]