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

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

Re: [avr-gcc-list] Possible minor bug


From: Nigel Winterbottom
Subject: Re: [avr-gcc-list] Possible minor bug
Date: Tue, 2 Aug 2016 10:23:05 +0200 (CEST)

> struct color {
> uint8_t r;
> uint8_t g;
> uint8_t b;
> } color = (struct color){ 255, 255, 255 };

Compiles fine for me using this version:

address@hidden:~$ avr-gcc --version
avr-gcc (AVR_8_bit_GNU_Toolchain_3.5.2_1680) 4.9.2

-- Nigel




reply via email to

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