[Bug ada/39502] Unexpected uninitialized warning

2010-11-27 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39502 Eric Botcazou changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug ada/39502] Unexpected uninitialized warning

2009-10-08 Thread manu at gcc dot gnu dot org
--- Comment #8 from manu at gcc dot gnu dot org 2009-10-08 17:39 --- The output of -fdump-tree-optimized-all-lineno and -fdump-tree-ssa-all-lineno with and without -fPIC would be interesting. Also, GCC 4.4 and 4.5 fixed a lot of false positives in Wuninitialized, so please try with at le

[Bug ada/39502] Unexpected uninitialized warning

2009-10-08 Thread charlet at gcc dot gnu dot org
--- Comment #7 from charlet at gcc dot gnu dot org 2009-10-08 15:08 --- Feel free to submit a patch. Note that middle-end warnings (such as -Wuninitialized) do not always support properly all front-end semantics, in particular for high level languages such as Ada, so I'd recommend simply

[Bug ada/39502] Unexpected uninitialized warning

2009-10-08 Thread kayhayen at gmx dot de
--- Comment #6 from kayhayen at gmx dot de 2009-10-08 15:02 --- Hello, is there anything else we can do to help with this bug? Yours, Kay Hayen -- kayhayen at gmx dot de changed: What|Removed |Added ---

[Bug ada/39502] Unexpected uninitialized warning

2009-03-19 Thread alex at segv dot de
--- Comment #5 from alex at segv dot de 2009-03-19 14:02 --- Created an attachment (id=17497) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17497&action=view) Similar code, not sure if same or different bug. This sample code is closer to our original finding of the bug. Not sure i

[Bug ada/39502] Unexpected uninitialized warning

2009-03-19 Thread alex at segv dot de
--- Comment #4 from alex at segv dot de 2009-03-19 13:47 --- Created an attachment (id=17496) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17496&action=view) Makefile to compile the sample code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39502

[Bug ada/39502] Unexpected uninitialized warning

2009-03-19 Thread alex at segv dot de
--- Comment #3 from alex at segv dot de 2009-03-19 13:47 --- Created an attachment (id=17495) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17495&action=view) seperate body with code triggering the warning -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39502

[Bug ada/39502] Unexpected uninitialized warning

2009-03-19 Thread alex at segv dot de
--- Comment #2 from alex at segv dot de 2009-03-19 13:46 --- Created an attachment (id=17494) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17494&action=view) Body to spec -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39502

[Bug ada/39502] Unexpected uninitialized warning

2009-03-19 Thread alex at segv dot de
--- Comment #1 from alex at segv dot de 2009-03-19 13:46 --- Created an attachment (id=17493) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17493&action=view) spec file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39502