Package: avr-libc
Version: 1:1.7.1-1
Severity: important

Hello:

I was compiling some code the other day and noticed the upgrade to
1.7.1 broke the util/delay.h include because it is missing an include
to <math.h>.  I confirmed this by testing with this simple program:

#include <util/delay.h>
int main(void) { while(1) {} return 0; }

It's confirmed in upstream as bug #32650
http://savannah.nongnu.org/bugs/?32650

The fix is to add #include <math.h> to the header which generates this
file.  You can see the change which fixes the bug in upstream.   I
can't get to the svn right now, but it is definitely there, I'll add a
comment on this bug


Thanks for packaging avr-libc for debian, it's a great help.

Michael Janssen --- Jamuraa --- [email protected] --- [email protected]



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to