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/28799] functions and allocated vectors



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-08-22 12:12 -------
All fixed in 4.1.0:
    D.609 = NON_LVALUE_EXPR <D.607> + 1;
    D.610 = _gfortran_internal_malloc (D.609 * 8);
    atmp.11.data = D.610;
    atmp.11.offset = 0;
    atmp.11.dim[0].stride = 0;
    equal (&atmp.11, D.600);


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


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