http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50647
Roger Meyer changed:
What|Removed |Added
Resolution|DUPLICATE |WONTFIX
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50647
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50647
--- Comment #4 from joseph at codesourcery dot com 2011-10-07 21:54:27 UTC ---
In general, please see our bug reporting instructions. Reports of
problems building GCC are not useful without details of the build, host
and target systems and the
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50647
--- Comment #3 from joseph at codesourcery dot com 2011-10-07 21:49:58 UTC ---
In general the declarations in system.h are expected to be used only for
very archaic hosts that do not have prototypes in their system headers.
For such hosts, int
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50647
--- Comment #2 from Roger Meyer 2011-10-07
20:57:27 UTC ---
indeed, this should not happen.
but configure fails to figure that sbrk _is_ provided by the libc.
probably it doesn't use the proper feature test macros.
or it just err'd on compilatio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50647
Andrew Pinski changed:
What|Removed |Added
Component|c |other
--- Comment #1 from Andrew Pinski