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/28660] Spurious warning: 'ubound.6' is used uninitialized in this function



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-08-09 10:20 -------
Actually this is worse than what is said here, this is wrong code.  In a
prerelease of 4.1.0, we allocate r after we allocate x so the size of x is not
know at the time we allocate r.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |normal
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|diagnostic                  |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2006-08-09 10:20:36
               date|                            |


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


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