------- Comment #1 from pinskia at gcc dot gnu dot org  2007-01-05 17:08 -------
Mine for now as I am going to apply the testcase:
static void g(int t)
{
 int a;
 while (a < f())
  ;
}
void h(int t)
{
 g(t);
}

---------
Which was fixed by:
http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00359.html


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
  GCC build triplet|i386-apple-darwin8.8.1      |
   GCC host triplet|i386-apple-darwin8.8.1      |
 GCC target triplet|i386-apple-darwin8.8.1      |
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2007-01-05 17:08:20
               date|                            |
   Target Milestone|---                         |4.3.0


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

Reply via email to