This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/21849] New: wrong use of sbitmap in tree-ssa-copy.c
- From: "kazu at cs dot umass dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 May 2005 20:41:55 -0000
- Subject: [Bug tree-optimization/21849] New: wrong use of sbitmap in tree-ssa-copy.c
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
visited = sbitmap_alloc (num_ssa_names);
does not come with a call to sbitmap_clear.
--
Summary: wrong use of sbitmap in tree-ssa-copy.c
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kazu at cs dot umass dot edu
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21849