From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20687 invoked by alias); 25 May 2005 20:04:59 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 20652 invoked by uid 48); 25 May 2005 20:04:54 -0000 Date: Wed, 25 May 2005 20:05:00 -0000 From: "pluto at agmk dot net" To: gcc-bugs@gcc.gnu.org Message-ID: <20050525200452.21758.pluto@agmk.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug other/21758] New: cc1: out of memory allocating... X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg03410.txt.bz2 List-Id: during build http://fftw.org/fftw-3.0.1.tar.gz with attached gcc4 fix I get: (...) make[1]: Entering directory `/home/users/builder2/rpm/BUILD/fftw-3.0.1/single/dft/simd/codelets' if /bin/sh ../../../libtool --tag=CC --mode=compile ppc-pld-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd -O2 -fsigned-char -ggdb -pthread -maltivec -mabi=altivec --save-temps -MT n1fv_11.lo -MD -MP -MF ".deps/n1fv_11.Tpo" -c -o n1fv_11.lo n1fv_11.c; \ then mv -f ".deps/n1fv_11.Tpo" ".deps/n1fv_11.Plo"; else rm -f ".deps/n1fv_11.Tpo"; exit 1; fi ppc-pld-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd -O2 -fsigned-char -ggdb -pthread -maltivec -mabi=altivec --save-temps -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c n1fv_11.c -fPIC -DPIC -o .libs/n1fv_11.o cc1: out of memory allocating 615615520 bytes after a total of 7448052 bytes make[1]: *** [n1fv_11.lo] Error 1 $ free -m total used free shared buffers cached Mem: 375 61 313 0 7 14 -/+ buffers/cache: 40 335 Swap: 511 25 486 -- Summary: cc1: out of memory allocating... Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: ppc-pld-linux GCC host triplet: ppc-pld-linux GCC target triplet: ppc-pld-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21758