[Bug target/378] [AIX] gcc cannot compile huge c file

2017-12-13 Thread lzsiga at freemail dot c3.hu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=378 lzsiga at mail dot ahiv.hu changed: What|Removed |Added CC||lzsiga at freemail dot c3.hu

[Bug target/378] [AIX] gcc cannot compile huge c file

2014-04-03 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=378 --- Comment #13 from David Edelsohn --- I mis-remembered the bug. This is a problem with branch distance. The GNU Assembler, GNU Linker and GOLD allow instruction relaxation that creates long branch stubs for far branches. The AIX toolchain does not

[Bug target/378] [AIX] gcc cannot compile huge c file

2014-04-01 Thread Doug at CSFi dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=378 --- Comment #12 from Doug Dawson --- (In reply to David Edelsohn from comment #11) > Recent releases of GCC are built with linker options to allow larger data > section. Are the user process limits (ulimit) set large enough? One could > rebuild GCC

[Bug target/378] [AIX] gcc cannot compile huge c file

2014-04-01 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=378 --- Comment #11 from David Edelsohn --- Recent releases of GCC are built with linker options to allow larger data section. Are the user process limits (ulimit) set large enough? One could rebuild GCC cc1 and cc1plus with even larger -bmaxdata value

[Bug target/378] [AIX] gcc cannot compile huge c file

2014-04-01 Thread Doug at CSFi dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=378 Doug Dawson changed: What|Removed |Added CC||Doug at CSFi dot com --- Comment #10 from Dou

[Bug target/378] [AIX] gcc cannot compile huge c file

2007-03-28 Thread satyaakam at yahoo dot co dot in
--- Comment #9 from satyaakam at yahoo dot co dot in 2007-03-28 09:32 --- Hi, We are getting the same error on AIX 5.3.0.0 , with gcc 3.2.3. any fix for this bug in near future. regards Satya -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=378

[Bug target/378] [AIX] gcc cannot compile huge c file

2006-02-24 Thread ska at resqnet dot com
--- Comment #8 from ska at resqnet dot com 2006-02-24 17:53 --- Any chances to get it resolved ? This severe bug is a showstopper for using OpenCobol with GCC on AIX platform because all C programs are generated and there are no way to reduce the size of the programs automatically due t

[Bug target/378] [AIX] gcc cannot compile huge c file

2005-01-10 Thread coudert at clipper dot ens dot fr
--- Additional Comments From coudert at clipper dot ens dot fr 2005-01-10 09:53 --- Currently, the main problem with building for AIX5.1 is that TOC for cc1 and f951 are too big for the linker to handle. Extra flags must be used: -Wl,-bbigtoc and -mminimal-toc, that the configure mechani

[Bug target/378] [AIX] gcc cannot compile huge c file

2004-12-19 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2004-12-19 20:37 --- Other compilers for AIX can work around this problem, but this is asking a lot from the compiler. I am recategorizing this as an enhancement request. -- What|Removed |Added