[Bug tree-optimization/17506] [4.0/4.1/4.2 regression] warning about uninitialized variable points to wrong location

2006-08-29 Thread amylaar at gcc dot gnu dot org
--- Comment #28 from amylaar at gcc dot gnu dot org 2006-08-29 15:53 --- Subject: Bug 17506 Author: amylaar Date: Tue Aug 29 15:52:54 2006 New Revision: 116564 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116564 Log: gcc: 2006-08-29 Nathan Sidwell [EMAIL PROTECTED]

[Bug tree-optimization/17506] [4.0/4.1/4.2 regression] warning about uninitialized variable points to wrong location

2006-08-29 Thread nathan at gcc dot gnu dot org
--- Comment #29 from nathan at gcc dot gnu dot org 2006-08-29 17:20 --- (In reply to comment #28) 2006-08-29 Nathan Sidwell [EMAIL PROTECTED] Jorn Rennecke [EMAIL PROTECTED] PR tree-optimization/17506 * tree-ssa.c (warn_uninit): If warning about a

[Bug tree-optimization/17506] [4.0/4.1/4.2 regression] warning about uninitialized variable points to wrong location

2006-08-28 Thread kazu at gcc dot gnu dot org
--- Comment #27 from kazu at gcc dot gnu dot org 2006-08-28 17:28 --- The real fix it to issue uninitialized warnings before the inliner kicks in but after we go into SSA, which is impossible until we start doing early SSA. As Nathan suggests, this caveat should be mentioned in the

[Bug tree-optimization/17506] [4.0/4.1/4.2 regression] warning about uninitialized variable points to wrong location

2006-08-25 Thread kazu at gcc dot gnu dot org
--- Comment #26 from kazu at gcc dot gnu dot org 2006-08-25 20:41 --- I'm going to test the patch in Comment #25. -- kazu at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/17506] [4.0/4.1/4.2 regression] warning about uninitialized variable points to wrong location

2006-08-24 Thread amylaar at gcc dot gnu dot org
--- Comment #25 from amylaar at gcc dot gnu dot org 2006-08-24 20:04 --- Created an attachment (id=12131) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12131action=view) This patch checks if the warning location is within cfun. I probably won't find CPU cycles to test this

[Bug tree-optimization/17506] [4.0/4.1/4.2 regression] warning about uninitialized variable points to wrong location

2006-06-04 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|steven at gcc dot gnu dot |unassigned at gcc dot gnu |org

[Bug tree-optimization/17506] [4.0/4.1/4.2 regression] warning about uninitialized variable points to wrong location

2006-05-24 Thread mmitchel at gcc dot gnu dot org
--- Comment #24 from mmitchel at gcc dot gnu dot org 2006-05-25 02:32 --- Will not be fixed in 4.1.1; adjust target milestone to 4.1.2. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/17506] [4.0/4.1/4.2 regression] warning about uninitialized variable points to wrong location

2006-05-12 Thread rguenth at gcc dot gnu dot org
--- Comment #23 from rguenth at gcc dot gnu dot org 2006-05-12 13:42 --- The patch from comment #14 is not really useful as it f.i. warns for int sink; void bar() { int j; sink = j; } t.c: In function 'bar': t.c:5: warning: 'j' is used uninitialized in this function t.c:4:

[Bug tree-optimization/17506] [4.0/4.1/4.2 regression] warning about uninitialized variable points to wrong location

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #22 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added