[Bug middle-end/50040] [4.5/4.6/4.7 Regression] missed warning: ‘x.y’ is used uninitialized in this function

2011-08-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50040 --- Comment #1 from Richard Guenther rguenth at gcc dot gnu.org 2011-08-11 10:04:06 UTC --- We should have never accepted the aggregate warning code in 4.4 and earlier in it's current awkward form that only works for testcases. It was removed.

[Bug middle-end/50040] [4.5/4.6/4.7 Regression] missed warning: ‘x.y’ is used uninitialized in this function

2011-08-11 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50040 --- Comment #2 from Jan Kratochvil jan.kratochvil at redhat dot com 2011-08-11 10:41:30 UTC --- I was searching for duplicates but I haven't found a close enough one without knowing GCC internals.

[Bug middle-end/50040] [4.5/4.6/4.7 Regression] missed warning: ‘x.y’ is used uninitialized in this function

2011-08-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50040 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug middle-end/50040] [4.5/4.6/4.7 Regression] missed warning: ‘x.y’ is used uninitialized in this function

2011-08-11 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50040 --- Comment #4 from Jan Kratochvil jan.kratochvil at redhat dot com 2011-08-11 11:22:41 UTC --- Thanks for a fix, FYI this is a reduced real world problem. During backporting of [patch] Implement core file's PID for s390* and ppc*

[Bug middle-end/50040] [4.5/4.6/4.7 Regression] missed warning: ‘x.y’ is used uninitialized in this function

2011-08-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50040 --- Comment #5 from Richard Guenther rguenth at gcc dot gnu.org 2011-08-11 14:28:39 UTC --- Author: rguenth Date: Thu Aug 11 14:28:36 2011 New Revision: 177667 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=177667 Log: 2011-08-11 Richard