[m-dev.] diff: disable EXTRA_MCFLAGS in accumulator test dir

Peter Ross petdr at cs.mu.OZ.AU
Fri Jul 16 17:05:09 AEST 1999


Hi,

Since I will not be around next week, here is a work around to allow the
tests to succeed for accumulator introduction.

===================================================================


Estimated hours taken: 1

tests/general/accumulator/Mmakefile:
    Disable EXTRA_MCFLAGS since the tests don't succeed with some extra
    flags.


Index: Mmakefile
===================================================================
RCS file: /home/staff/zs/imp/tests/general/accumulator/Mmakefile,v
retrieving revision 1.2
diff -u -r1.2 Mmakefile
--- Mmakefile	1999/07/14 17:03:16	1.2
+++ Mmakefile	1999/07/16 07:01:41
@@ -33,6 +33,10 @@
 		split		\
 		swap
 
+	# XXX
+	# Accumulators aren't introduced for -O5
+	# this is just a temp workaround
+override EXTRA_MCFLAGS =
 MCFLAGS = -d39  --introduce-accumulators --optimize-constructor-last-call
 
     # programs which aren't working.

----
 +----------------------------------------------------------------------+
 | Peter Ross      M Sci/Eng Melbourne Uni                              |
 | petdr at cs.mu.oz.au  WWW: www.cs.mu.oz.au/~petdr/ ph: +61 3 9344 9158  |
 +----------------------------------------------------------------------+
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list