This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14591] New: index variable reuse
- From: "kong at ece dot ucdavis dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Mar 2004 02:05:22 -0000
- Subject: [Bug target/14591] New: index variable reuse
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
In config/i386/i386.c, the inner loop at line 1753 uses the same index variable
(i) that is used by the outer loop at line 1741.
--
Summary: index variable reuse
Product: gcc
Version: 3.3.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kong at ece dot ucdavis dot edu
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i386-redhat-linux
GCC host triplet: i386-redhat-linux
GCC target triplet: i386-redhat-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14591