[Bug target/14591] index variable reuse

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Mar 16 02:43:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-16 02:43 -------
Confirmed, it will never show up in ia32 build of gcc, it will only show up in a x86_64 build of gcc.
Here is the code in question (in the function classify_argument):
              for (i = 0; i < n_bases; ++i)
                {
                   ......
                   for (i = 0; i < num; i++)
                     {

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|i386-redhat-linux           |
   GCC host triplet|i386-redhat-linux           |
 GCC target triplet|i386-redhat-linux           |x86_64-*-*
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-16 02:43:28
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14591



More information about the Gcc-bugs mailing list