------- Comment #8 from manu at gcc dot gnu dot org  2008-08-09 17:30 -------
I don't have AVR so I cannot know what exactly is going on or test a fix.
However, I guess that the limits.h used by AVR do not use #include_next. So you
could try by adding #include_next in pr36901-system.h, that is:

- #include "pr36901.h"
+ #include_next "pr36901.h"

Could you test that?


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36901

Reply via email to