Package: dragonegg-4.6 Version: 3.1-2 Severity: important I get the following ICE on the following program:
int f (unsigned int u) { unsigned int c; __asm__ ("bsr %1,%0" : "=r" (c) : "rm" (u)); return 0; } $ llvm-gcc -c test.i *** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins. Event | Plugins PLUGIN_FINISH_UNIT | dragonegg PLUGIN_FINISH | dragonegg PLUGIN_START_UNIT | dragonegg PLUGIN_ALL_IPA_PASSES_END | dragonegg test.i: In function âfâ: test.i:4:3: internal compiler error: Segmentation fault [...] This is due to the dragonegg plugin, because gcc-4.6 alone is fine on this example. Due to this bug, GNU MPFR cannot be built with llvm-gcc. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages dragonegg-4.6 depends on: ii libc6 2.13-35 ii libffi5 3.0.10-3 ii libgcc1 1:4.7.1-7 ii libstdc++6 4.7.1-7 Versions of packages dragonegg-4.6 recommends: ii g++-4.6 4.6.3-9 ii gcc-4.6 4.6.3-9 dragonegg-4.6 suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org