>Submitter-Id: net >Originator: >Organization: >Confidential: no >Synopsis: ICE in treelang frontend >Severity: critical >Priority: low >Category: other >Class: ice-on-legal-code >Release: 3.3.2 20030908 (Debian prerelease) (Debian testing/unstable) >Environment: System: Linux fra 2.4.22-1-686-smp #1 SMP Sat Sep 6 00:06:59 EST 2003 i686 GNU/Linux Architecture: i686
host: i486-pc-linux-gnu build: i486-pc-linux-gnu target: i486-pc-linux-gnu configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux >Description: The treelang front-end appears to crash on nearly any non-trivial input. >How-To-Repeat: Compilee the fragment below with gcc -S foo.tree external_reference void Beep(int z); external_definition void main(int m); main { Beep(m); } >Fix: