Re: [cc65] testsuite results ...

From: Groepaz <groepaz1gmx.net>
Date: 2009-09-03 20:50:02
On Donnerstag 03 September 2009, Ullrich von Bassewitz wrote:

> Thanks a lot! When trying with my version here, I get the correct output
> for array.c and struct.c. This may be because I made a rather big change
> yesterday, which - among other things - fixed an error that may have caused
> that symptom. So could you please try again?
>
> I'm not sure about the other errors. I will have a look at them once I know
> how many remain after yesterdays changes.
>
> BTW, it's now the exactly the right time to do these tests, so thanks
> again! I've more or less worked off my list that contained changes to the
> compiler. There's one minor thing left but it's a pretty safe optimization
> and should not cause big troubles. Other to-do list items are not related
> to the compiler.
>
> So please anybody, let me know how the current version works and if there
> are any problems. If you have an application compiled with an older version
> of cc65, I would like to hear if it works with the current head branch
> (which will hopefully become version 2.13.0 in a few weeks).

just gave it a quick try... interesting behaviour infact :)

- first i ran all tests the same way as before, most importantly meaning with 
no optimizations enabled at all. this way all results are exactly as before 
(and array.c and struct.c fails !)
- then i re-ran array.c and struct.c manually, using -Osir ... and then they 
produce the correct result (!)

however, using -Osir for the entire testsuite breaks something in the code 
that looks for the next test and loads it... how annoying =P so far i tracked 
it down to:

		while((mydirent=readdir(mydir))!=NULL)

which always seems to fail

(btw it would be really nice now to see the svn version in the --version 
output, its becoming confusing already...  =D)

-- 

http://www.hitmen-console.org    http://magicdisk.untergrund.net
http://www.pokefinder.org        http://ftp.pokefinder.org

A fanatic is a man who does what he thinks the Lord would do if He knew the 
facts of the case. 
<Finley Peter Dunne>

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Sep 3 20:50:09 2009

This archive was generated by hypermail 2.1.8 : 2009-09-03 20:50:11 CEST