[Bug other/50647] gcc/system.h: wrong prototype for sbrk

2011-10-09 Thread fzvqedi at v dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50647 Roger Meyer changed: What|Removed |Added Resolution|DUPLICATE |WONTFIX

[Bug other/50647] gcc/system.h: wrong prototype for sbrk

2011-10-07 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50647 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug other/50647] gcc/system.h: wrong prototype for sbrk

2011-10-07 Thread joseph at codesourcery dot com
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

[Bug other/50647] gcc/system.h: wrong prototype for sbrk

2011-10-07 Thread joseph at codesourcery dot com
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

[Bug other/50647] gcc/system.h: wrong prototype for sbrk

2011-10-07 Thread fzvqedi at v dot mintemail.com
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

[Bug other/50647] gcc/system.h: wrong prototype for sbrk

2011-10-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50647 Andrew Pinski changed: What|Removed |Added Component|c |other --- Comment #1 from Andrew Pinski