------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-04 
10:00 -------
Confirmed, This is a fortran front-end or gimplifier bug.
Look at what the gimplifier produces:
  int4 nz.0 = -2;  // <--- this is not gimple

  nz.0 = -1;
  nz.1 = &__label_000093;
  D.475 = nz.0 != -1;
  D.476 = __builtin_expect (D.475, 0);



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|tree-optimization           |fortran
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-04 10:00:04
               date|                            |


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

Reply via email to