On Fri, 8 Nov 2013, Uros Bizjak wrote: > Hello! > > > I've applied this patch to update libgcc's copy of soft-fp from > > glibc. There are lots of coding standards fixes, but also various bug > > fixes; I've added testcases for various of the fixed bugs illustrating > > them for __float128. > > Is there really no way to get those "missing prototypes" warning fixed?
libgcc/config/t-softfp has a setting using -Wno-missing-prototypes - I don't know offhand why it's not being used. -- Joseph S. Myers jos...@codesourcery.com