This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] tree-ssa-dce.c contains uninitialized variable access
- From: Andreas Jaeger <aj at suse dot de>
- To: gcc-bugs at gcc dot gnu dot org
- Cc: Diego Novillo <dnovillo at redhat dot com>
- Date: Wed, 29 Jan 2003 09:42:57 +0100
- Subject: [tree-ssa] tree-ssa-dce.c contains uninitialized variable access
This piece of code gets a warning about t beeing used uninitialized:
static void
remove_dead_stmt (i, bb)
gimple_stmt_iterator i;
basic_block bb;
{
tree t;
if (dump_file && (dump_flags & TDF_DETAILS))
{
fprintf (dump_file, "Deleting : ");
print_generic_stmt (dump_file, t, TDF_SLIM);
fprintf (dump_file, "\n");
}
Diego, could you fix it, please?
thanks,
Andreas
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj