Dave McGuire wrote: > I got busy with some unexpected happenings at work, but that is > under control now. I have Solaris (on SPARC) building nicely, and I > have made progress on NetBSD/alpha but still need to find out what's > up with the "host" regression test failures. >
There are known problems on Alpha/Linux/GCC host reg. tests: bitvars.c bitwise.c constantRange.c literalop.c zeropad.c see the ifdefed code: ... #if defined (__GNUC__) && defined (__alpha__) && (__GNUC__ < 3) ... Maybe you came across to same problems, maybe the condition is not correct. Borut ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
