Thank you for a reply, Mr. Weddington.

Try this:
-----------------------------------
int main(void)
{
    DDRD=0xff;
    PORTD='a';
    call_something();
    PORTD='b';
    while(1)
    {
    }
}
-----------------------------------

I tried, but no change..

Oh, interesting. I didn't release that 3.4.6 had been released. The GCC
website didn't announce it, but I see it on one of the mirrors.

I have used gcc-3.4.4 till yesterday, where the same problem occures.
Maybe I sould try 3.4.5.

Thanks

Kaz



_______________________________________________
AVR-GCC-list mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to