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
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
2 matches
Mail list logo