• Description has changed:

Diff:

--- old
+++ new
@@ -1,6 +1,7 @@
 the compiler does not generate an overflow error constants.

-$cat bug5.c
+`$cat bug5.c`
+```
 #include <pic16f877a.h>
 #include <stdint.h>

@@ -15,8 +16,10 @@
     tmp8=delay_mstoi(3000);
     tmp16=delay_mstoi(3000);
 }
-
+```
+```
 $ sdcc --Werror -pp16f877a --opt-code-size -Ilibmain -DF_CPU=4000000 -mpic14 --use-non-free bug5.c
 message: using default linker script "/usr/local/share/gputils/lkr/16f877a_g.lkr"
 $ sdcc -v
 SDCC : mcs51/gbz80/z80/z180/r2k/r3ka/ds390/pic16/pic14/TININative/ds400/hc08/s08 3.2.0 #8008 (Jul  6 2012) (Linux)
+```