[Bug bootstrap/50646] configure detects big endian on little endian system.

2011-10-09 Thread fzvqedi at v dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50646 --- Comment #6 from Roger Meyer 2011-10-09 23:34:47 UTC --- the host system is aboriginal linux 1.03 armv6l (little endian) using gcc 4.2.1 on qemu somehow configure seems to think that the used compiler is a crosscompiler, but i have no idea why

[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 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 bootstrap/50646] configure detects big endian on little endian system.

2011-10-07 Thread fzvqedi at v dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50646 --- Comment #2 from Roger Meyer 2011-10-07 20:50:23 UTC --- indeed, it would cause problems. i.e. compile some stuff with wrong endianness and later silently crash. in this specific case here the build stops later on on another error, caused by

[Bug regression/47836] Some Cross Compiler can't build target-libiberty or target-zlib

2011-10-06 Thread fzvqedi at v dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47836 Roger Meyer changed: What|Removed |Added CC||fzvqedi at v dot

[Bug c/48825] libiberty "psignal" lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-10-06 Thread fzvqedi at v dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 --- Comment #11 from Roger Meyer 2011-10-07 03:21:12 UTC --- the actual problem leading to this is that the check for psignal doesn't include the proper feature-test macros to cite the manpage SYNOPSIS #include void psignal(int

[Bug c/48825] libiberty "psignal" lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-10-06 Thread fzvqedi at v dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 Roger Meyer changed: What|Removed |Added CC||fzvqedi at v dot

[Bug c/50648] New: --disable-shared is not passed on to target-zlib

2011-10-06 Thread fzvqedi at v dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50648 Bug #: 50648 Summary: --disable-shared is not passed on to target-zlib Classification: Unclassified Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: normal P

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

2011-10-06 Thread fzvqedi at v dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50647 Bug #: 50647 Summary: gcc/system.h: wrong prototype for sbrk Classification: Unclassified Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: normal Priority: P

[Bug c/50646] New: configure detects big endian on little endian system.

2011-10-06 Thread fzvqedi at v dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50646 Bug #: 50646 Summary: configure detects big endian on little endian system. Classification: Unclassified Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: normal

[Bug c/50507] Huge amount of memory used while building GCC4

2011-09-25 Thread fzvqedi at v dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50507 --- Comment #2 from Roger Meyer 2011-09-25 19:03:05 UTC --- (In reply to comment #1) i'm using the stock gcc 4.4 that comes with debian 6 i386 compiling gcc 4.5.3 with the following options ./configure --with-newlib --with-headers=no --prefix=/

[Bug c/50507] New: Huge amount of memory used while building GCC4

2011-09-24 Thread fzvqedi at v dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50507 Bug #: 50507 Summary: Huge amount of memory used while building GCC4 Classification: Unclassified Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: critical P