[Bug other/61016] use of uninitialized memory in gcc/config/i386/i386.c

2014-07-10 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61016 Uroš Bizjak changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/61016] use of uninitialized memory in gcc/config/i386/i386.c

2014-07-10 Thread kcc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61016 --- Comment #3 from Kostya Serebryany --- Ping. Any interest? The bug is still present in r212279

[Bug other/61016] use of uninitialized memory in gcc/config/i386/i386.c

2014-05-06 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61016 Kostya Serebryany changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Commen

[Bug other/61016] use of uninitialized memory in gcc/config/i386/i386.c

2014-05-06 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61016 --- Comment #1 from Kostya Serebryany --- Slightly more reduced test: template struct vector { void resize(int, T = T()) {} }; class UnknownField; class UnknownFieldSet { void DeleteByNumber (int); vector < UnknownField > *fields_; }; cl