[m-rev.] trivial diff: update comment in gcc.m

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Sep 16 04:52:09 AEST 2002


Branches: main
Estimated hours taken: 0.25

compiler/gcc.m:
	Update an XXX comment.

Workspace: /home/mars/fjh/ws-gcc/mercury
Index: compiler/gcc.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/gcc.m,v
retrieving revision 1.27
diff -u -d -r1.27 gcc.m
--- compiler/gcc.m	10 Sep 2002 10:09:31 -0000	1.27
+++ compiler/gcc.m	10 Sep 2002 20:13:07 -0000
@@ -683,7 +683,16 @@
 #include ""gcc/system.h""
 #include ""gcc/toplev.h""
 #include ""gcc/tree.h""
-/* XXX we should eliminate the dependency on the C front-end */
+
+/* XXX The inclusion of c-tree.h is an undesirable dependency on GCC's
+   C front-end.  It is only needed for versions of
+   the mercury-gcc distribution based on GCC 3.2 or earlier.
+   In later versions, I modified the mercury-gcc distribution so that 
+   it no longer depends on the C front-end, making the inclusion of
+   c-tree.h unnecessary.
+   This line should be removed once GCC 3.3 has been official released
+   and we have then officially released a version of Mercury that uses
+   GCC 3.3. */
 #include ""gcc/c-tree.h""
 #include ""gcc/ggc.h""
 

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list