https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48244
--- Comment #6 from Kai-Uwe Eckhardt <kuehro at gmx dot de> --- > --- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- > Any progress? Gerald Pfeifer offered to help, but somehow it slipped through. The patch still works for the latest 5.0 snapshot 20141130: > Hi Kai-Uwe, > On Thu, 4 Jul 2013, Kai-Uwe Eckhardt wrote: > >> in order to fix gcc bug 48244, a copy of gcc/config/freebsd-stdint.h to >> gcc/config/netbsd-stdint.h is necessary. I am not sure about the legal >> aspects, but I would like to ask if you have any objections against >> doing a copy and keeping your name as the contributor. I guess you >> have commit rights ? If this is the case, it would be very kind if >> you could do the commit. > > first of all sorry for the delay in getting back to this. It simply slipped > through. Sorry! I'm have no objections whatsoever for you to reuse > freebsd-stdint.h as gcc/config/netbsd-stdint.h and will be happy to commit > a patch. I assume you'll also need to update config.gcc, similar to what I > have done in 2009-06-01 Gerald Pfeifer * config/freebsd-stdint.h: New file. > * config.gcc (*-*-freebsd): Set use_gcc_stdint=wrap. Add freebsd-stdint.h > to tm_file. How about if you submit a patch for config.gcc and testresults > (to gcc-testresu...@gcc.gnu.org) before and after the desired changes to > gcc-patc...@gcc.gnu.org and copy me? Gerald I didn't send testresults to the list because without a dozen patches gcc won't compile at all. Testresults and necessary patches can be found at http://pkgsrc-wip.cvs.sourceforge.net/viewvc/pkgsrc-wip/wip/gcc50snapshot and gfortran works quite well on NetBSD. Would it help to send test_summary.log to the testresult mailing list ? Kai-Uwe