>Submitter-Id: net
>Originator:BelGarath of The Vale
>Organization:
>Confidential: no
>Synopsis: GCC gives internal error and uses all sytem ram before doing so.
>Severity: critical
Priority: medium
>Category: c
>Class: sw-bug
>Release: 3.4.1
>Environment:
System: Linux rowan 2.4.19 #1 Fri Oct 4 18:36:11 EDT 2002 sparc64 unknown
Architecture: sparc64
host: sparc64-unknown-linux-gnu
build: sparc64-unknown-linux-gnu
target: sparc64-unknown-linux-gnu
configured with: ./configure --with-cpu=ultrasparc
--enable-languages=c,c++,objc,obj-c++ : (reconfigured) ./configure
--with-cpu=ultrasparc --enable-languages=c,c++,objc
>Description:
Compilation of flite fails and gives internal compiler error after
using alll available system ram. Problem files
are the language files most noteably 'cmu_us_kal16_diphone.c' of all
versions tested.
Flite code available at
http://www.speech.cs.cmu.edu/flite/packed/flite-1.2/flite-1.2-release.tar.gz
http://www.speech.cs.cmu.edu/flite/packed/flite-1.1/flite-1.1-release.tar.gz
>How-To-Repeat:
Simply download source and compile it using standard ./configure && make dance.
>Fix:
Fix gcc so it doesnt use all 256 megs of memory and fail due to what I
think is a malloc() failing.
Getting rid of code bloat would work too ;)