• Compiler V6.12 Bug?
    Simulation of following code, compiled with V6.12 and optimzation level -O2 #include <stdio.h> typedef struct { char data[23]; } device_t; static device_t deviceList[100]; static device_t...
  • goto fail and the ARMCC Compiler
    I can't imagine anyone reading this posting hasn't already read about the Apple " goto fail " bug in SSL. My reaction was one of incredulity; I really couldn't believe this code could have got into the...
  • C51 V6.12 BUG Report !
    C51 V6.12 BUG Report ! void main(void) { unsigned char a_b[5][7]; unsigned char ab[5]; } Builded it,then error! Seem to a_b-->ab ,the '_' has been del?
  • The C51 v6.12 has errors!
    An hour ago I installed the last version of this software, then I opened my project and added some files with extension "*.h" I opened them as "C Files", then when trying to close them one of them closed...
  • C51 V6.12 BUG Report !
    C51 V6.12 BUG Report ! void main(void) { unsigned char a_b[5][7]; unsigned char ab[5]; } Builded it,then error! Seem to a_b-->ab ,the '_' has been del?