maartenbrock committed revision 7786 to the Small Device C Compiler suite SVN repository, changing 2 files.
2012-05-25 02:03:45 PDT in Small Device C Co...
I noticed that the peepholes do not check for optimizeReturn. This can cause bug 1653651 on this port.
2012-05-21 15:26:14 PDT in Small Device C Co...
maartenbrock committed revision 7714 to the Small Device C Compiler suite SVN repository, changing 1 files.
2012-05-17 05:53:24 PDT in Small Device C Co...
maartenbrock committed revision 7711 to the Small Device C Compiler suite SVN repository, changing 7 files.
2012-05-16 09:46:57 PDT in Small Device C Co...
Regression test gcc-torture-execute-921013-1.c fails for mcs51-xstack-auto with the following crash error: gen/mcs51-xstack-auto/gcc-torture-execute-921013-1/gcc-torture-execute-921013-1.c:28: error 9: FATAL Compiler Internal Error in file 'gen.c' line number '434' : getFreePtr should never reach here Contact Author with source code.
2012-05-16 01:28:02 PDT in Small Device C Co...
maartenbrock committed revision 7707 to the Small Device C Compiler suite SVN repository, changing 2 files.
2012-05-15 11:03:38 PDT in Small Device C Co...
There are no floating-point additions in this test, only pointer increments. And these post-increments were using an already thrashed DPTR1. Fixed in SDCC 3.1.5 #7696.
2012-05-13 03:48:57 PDT in Small Device C Co...
maartenbrock committed revision 7696 to the Small Device C Compiler suite SVN repository, changing 8 files.
2012-05-13 03:47:19 PDT in Small Device C Co...
Does anyone have clue what the purpose of this test is? Was it to test offsets > 64k ? This seems to be problem with all 'dated' gcc regression tests, that it is unclear what they should test. And this test only passes because double is implemented as float by SDCC. Otherwise it would fail for any target except ds390. All the others have address spaces <=64k if I'm not mistaken. I...
2012-05-11 17:10:37 PDT in Small Device C Co...
maartenbrock committed revision 7688 to the Small Device C Compiler suite SVN repository, changing 1 files.
2012-05-10 12:57:44 PDT in Small Device C Co...