[m-rev.] trivial diff: workaround cygwin C compiler bug

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Feb 4 15:58:58 AEDT 2003


As requested, I have backed out Mark's work-around.

Estimated hours taken: 0.1
Branches: main, release
 
Back out dougl's recent change, because his diagnosis that led to this
change ("Work around a bug in the cygwin C compiler.") was not correct.
The bug was in the Mercury compiler, and has been fixed by a different patch.

tests/debugger/declarative/Mercury.options:
	Do not pass '--optimize-fulljumps' when compiling the output_term_dep
 	test case.                                                              

Workspace: /home/ceres/fjh/mercury
Index: tests/debugger/declarative/Mercury.options
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/declarative/Mercury.options,v
retrieving revision 1.6
diff -u -d -r1.6 Mercury.options
--- tests/debugger/declarative/Mercury.options	27 Jan 2003 11:58:57 -0000	1.6
+++ tests/debugger/declarative/Mercury.options	4 Feb 2003 04:53:47 -0000
@@ -3,9 +3,7 @@
 MCFLAGS-dependency=--trace rep
 MCFLAGS-dependency2=--trace rep
 MCFLAGS-input_term_dep=--trace rep
-# The following test case triggers a bug in the C compiler under cygwin
-# if --no-optimize-fulljumps is given (or if --opt-space is given).
-MCFLAGS-output_term_dep=--trace rep --optimize-fulljumps
+MCFLAGS-output_term_dep=--trace rep
 MCFLAGS-shallow_2=--trace shallow
 MCFLAGS-special_term_dep=--trace rep
 MCFLAGS-tabled_read_decl=--trace rep --trace-table-io-all

-- 
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