http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39502
Eric Botcazou changed:
What|Removed |Added
Status|WAITING |RESOLVED
CC|
--- 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
--- 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
--- 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
---
--- 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
--- 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
--- 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
--- 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
--- 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