This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/14591] index variable reuse


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]