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 fortran/31162] missing warning for real do-loops with implicit typed variables



------- Comment #2 from jvdelisle at gcc dot gnu dot org  2007-06-13 05:16 -------
Found the problem.  We are checking the iterator variable type but not the
start, end, and step value types.  Patch will come sometime in the next few
days.


-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jvdelisle at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2007-03-13 14:58:56         |2007-06-13 05:16:49
               date|                            |


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


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