I'm going to be investigating the z80 port this weekend. The goal is to
get it to run the dhrystone test again, and perhaps to look at some of the
regression tests. I'm not sure about the regression tests though as many
of them fail where gcc passes due to the front end itself. I haven't
investigated to see if they are bugs or implementation issues.
-- Michael
On Sat, 14 Jul 2001, Johan Knol wrote:
> There still are some bugs in the bug-list.
>
> Some are related to the z80 port (where I took the liberty to assign them to
> Michael). Probably they are obsolete, but this has to be verified and the
> reports have to be closed.
>
> Some are not reproducable, so I gray-ed them out and will remove them in the
> next few days if I don't get a respons.
>
> Some are serious (the "bernhardheld" reports). I once again tried it, but
> apart from #436360, I see no clue.
>
> The last one is even more serious than the bug report reports:
>
> char *cp;
>
> void setToZero (int *ip) {
> *ip=0;
> }
>
> void test (void) {
> setToZero (cp);
> }
>
> goes without a warning. I am working on this one, but someone should have a
> look at the others.
>
> Johan
>
>
>
> _______________________________________________
> sdcc-devel mailing list
> sdcc-devel@...
> http://lists.sourceforge.net/lists/listinfo/sdcc-devel
>
|