Zoran Rilak schrieb:
Hi all,

I am fairly new to the world of uC programming.  I've been using avr-gcc
4.3.2 with ATmega168 and stumbled upon something rather peculiar.
Please consider the following code snippet (the crux of the matter is in
the last block of code):

No one will be able to help you with this

#include "lcd.c"

or that

  lcd_write_int16(k); lcd_putc(',');        // outputs: 1

or that

  case 0: lcd_write_string_P(dow[0]); break;

It's just a bunch of black boxes that could be anything.

You'd better elaborate a testcase that produces the wrong code following the instructions at
   http://gcc.gnu.org/bugs.html#report

Georg-Johann



_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to