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

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Jan 29 14:15:09 AEDT 2003


On 29-Jan-2003, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
> On 29-Jan-2003, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
> > Can you mail me the test case?
> 
> By this I meant the generated .c file you are having the problem with,
> and the options you used to generate it. I tried compiling the original
> source a couple of ways, and I can't see any problem with consecutive
> labels in the generated .c files.

The labels don't need to be consecutive to exhibit the problem --
the C compiler is doing duplicate code elimination, so the labels
only need to point to identical code.

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