avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Possible bug in avr-gcc 4.3.2?


From: Georg-Johann Lay
Subject: Re: [avr-gcc-list] Possible bug in avr-gcc 4.3.2?
Date: Mon, 25 May 2009 21:00:54 +0200
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]