Skip to content
  • Bernhard Schommer's avatar
    More gcc/newlib compatibility code. · fd2d8d86
    Bernhard Schommer authored
    Some newlib headers use the __extension__ keyword which suppresses
    warnings for gcc extensions in strict mode. CompCert now ignores
    this keyword for the gnu backends.
    Also it seems that stddef of the gcc defines wint_t even though
    it should not. However some libs rely on this. So wint_t is now
    defined in CompCert's stddef header.
    Bug 17613.
    fd2d8d86