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/47592] Multiple function invocation with ALLOCATE (SOURCE=REPEAT('x',bar()))


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

Paul Thomas <pault at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.02.03 21:09:44
         AssignedTo|unassigned at gcc dot       |pault at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #2 from Paul Thomas <pault at gcc dot gnu.org> 2011-02-03 21:09:44 UTC ---
Created attachment 23240
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23240
A mostly cooked patch

Thanks for posting this, Thomas.

The attached fixes the problem and regtests OK.  However, it uncovers some
oddities in gfc_trans_allocate that I want to take a look at before submitting
the patch.... just to be sure.

Paul


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