http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54292
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |build
Summary|Errors due to conflicting |[4.8 Regression] Errors due
|strsignal headers |to conflicting strsignal
| |headers
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-08-16
21:58:49 UTC ---
This is due to including gmp.h inside system.h so the tests for those functions
are failing.
There is a mention of this on the list too. IIRC Diego is fixing it.