Bug#675759: avr-libc/pgmspace.h is not ANSI compliant

2012-06-03 Thread Bernhard
Hello Hakan Thank you for the fast response. I filed this bug report on Savannah. This is #36581. I don't know, how to link this bug report with the bug report on Savannah. Please create the link. Best regards Bernhard Am 03.06.2012 10:22, schrieb Hakan Ardo: > Hi, > thanx for the report. This d

Bug#675759: avr-libc/pgmspace.h is not ANSI compliant

2012-06-03 Thread Hakan Ardo
Hi, thanx for the report. This does not seem to be debian specific so please consider reporting it upstream aswell: http://savannah.nongnu.org/bugs/?group=avr-libc On Sun, Jun 3, 2012 at 10:02 AM, Bernhard wrote: > Package: avr-libc > Version: 1.8.0-2 > Severity: normal > > Hello, > > the he

Bug#675759: avr-libc/pgmspace.h is not ANSI compliant

2012-06-03 Thread Bernhard
Package: avr-libc Version: 1.8.0-2 Severity: normal Hello, the header file pgmspace.h uses the inline-attribute. This attribute is not part of ANSI C. My programs are compiled with the option -ansi. Here is a minimal test program: > #include > #include > > int main (void) > { > while (