gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gm2] Report on gm2 of 2008-08-15 on Solaris 10/sparc


From: Gaius Mulley
Subject: Re: [Gm2] Report on gm2 of 2008-08-15 on Solaris 10/sparc
Date: 31 Aug 2008 12:47:02 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

john o goyo <address@hidden> writes:

> 
> # of expected passes            6000
> # of unexpected failures        60
> # of unresolved testcases       18

Hi John,

many thanks for these test results!


> johng [test]316=> cat what.mod
> MODULE what;
> 
> FROM InOut IMPORT WriteString, WriteLn;
> 
> BEGIN
>      WriteString("What?");
>      WriteLn
> END what.

would you mind sending me the output for 

gm2 -g -S what.mod

and I can examine the debugging code against that produced by my LP64
Opteron system.  incidentally (it might be worth double checking that
the compiler is using dwarf-2 for its debugging info) you can force
this by:

gm2 -gdwarf-2 -c what.mod

regards,
Gaius




reply via email to

[Prev in Thread] Current Thread [Next in Thread]