[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements used uninitialized

2006-12-03 Thread pinskia at gcc dot gnu dot org
--- Comment #18 from pinskia at gcc dot gnu dot org 2006-12-04 02:24 --- Subject: Bug 14329 Author: pinskia Date: Mon Dec 4 02:24:42 2006 New Revision: 119478 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119478 Log: 2006-12-03 Richard Henderson <[EMAIL PROTECTED]>

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements used uninitialized

2006-11-26 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2006-11-27 06:41 --- Here is the patch which passes the C++ testsuite, I have to do a full bootstrap/testsuite run still but I am happy with it currrently which is why I am pasting it here: Index: error.c ==

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements used uninitialized

2006-11-26 Thread pinskia at gmail dot com
--- Comment #16 from pinskia at gmail dot com 2006-11-27 05:51 --- Subject: Re: [tree-ssa] badly formatted warnings for SRA replacements used uninitialized On Mon, 2006-11-27 at 05:46 +, pinskia at gcc dot gnu dot org wrote: > That fixed most of the failures but there are s

Re: [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements used uninitialized

2006-11-26 Thread Andrew Pinski
On Mon, 2006-11-27 at 05:46 +, pinskia at gcc dot gnu dot org wrote: > That fixed most of the failures but there are still some ICEs that need to be > fixed. I have a fix for those ICEs, it is just checking for DECL_P. -- Pinski

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements used uninitialized

2006-11-26 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-11-27 05:46 --- (In reply to comment #14) > The problem with RTH's patch was the use of t which shadowed the variable in > the function which is used for setting the locus. I am testing the corrected > patch now. That fixed most

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements used uninitialized

2006-11-26 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-11-26 18:25 --- The problem with RTH's patch was the use of t which shadowed the variable in the function which is used for setting the locus. I am testing the corrected patch now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements used uninitialized

2006-11-25 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-11-26 01:44 --- I am going to test RTH's patch and fix all the fall outs. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-08-15 18:31 --- Any news on this one? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14329

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

2006-03-10 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.0.3 |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14329

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

2005-11-26 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |gdr at gcc dot gnu dot org |dot org

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

2005-10-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|enhancement |minor http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14329

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

2005-09-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14329

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

2005-09-01 Thread benoit dot hudson at gmail dot com
--- Additional Comments From benoit dot hudson at gmail dot com 2005-09-01 16:14 --- With this number of duplicates, perhaps it's time to change the title to contain "used uninitialized" so searchers are more likely to find it? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14329

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

2005-09-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 15:59 --- *** Bug 23679 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14329

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

2005-05-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-02 23:51 --- *** Bug 21349 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

2005-04-20 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.0 |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14329

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements

2005-01-27 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-01-27 09:33 --- C++ front end left to update. See http://gcc.gnu.org/ml/gcc-patches/2005-01/msg01988.html for an example of something that almost but does not quite work. -- What|Removed