------- Comment #6 from pinskia at gcc dot gnu dot org  2005-10-13 16:01 -------
Reduced a little further without any labels or gotos:
extern int *F2 (void) __attribute__ ((__const__));
void
S4 (int *i)
{
  int *D2171;
  D2171 = F2 ();
  do 
    *D2171 = 62;
  while (*i !=0);
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
 GCC target triplet|x86_64-unknown-linux-gnu    |x86_64-*-linux-gnu
   Last reconfirmed|2005-09-16 16:53:05         |2005-10-13 16:01:09
               date|                            |


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

Reply via email to