ppl_0.11.2-8_amd64.changes is NEW

2012-08-12 Thread Debian FTP Masters
Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscri

Bug#684635: ICE when compiling malformed struct initializers

2012-08-12 Thread Bernhard R. Link
Package: gcc-4.7 Version: 4.7.1-6 Severity: minor The following invalid C code triggers an segmentation fault in gcc-4.7: cat > t.c <<'EOF' struct bla{char **a;};void test(void){struct bla b = {.a =(char**){"a","b"}};} EOF gcc -c t.c results in: | t.c: In function ‘test’: | t.c:1:46: warning: in