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/51055] deferred length character allocation: allocate(character(len=i)::s) rejected


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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-05-14
     Ever Confirmed|0                           |1

--- Comment #6 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-05-14 16:48:06 UTC ---
The REPEAT issue is now fixed. Thus, one can replace the work-around-around
"(repeat(...))" by the work-around "repeat(...)".


TODO: The issue shown in comment 0 and in the summary of this PR.

(Which is the same as PR 45170 comment 14. For quotes from the standard, see
that PR.)


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