This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Immediate plans to fix 13433 ?


I am curious if anybody has immediate plans to
fix PR 13433 (ICE in assumed-length character function).

This bug causes ICE on input as simple as:

       CHARACTER*(*) FUNCTION FOO()
       FOO = "HELLO WORLD"
       END

For comparison, the following code compiles and runs
without problems:

       CHARACTER*11 FUNCTION FOO()
       FOO = "HELLO WORLD"
       END

   Victor
--
   Victor Leikehman <lei at il dot ibm dot com>
   IBM Research Lab in Haifa, Israel

=====
Victor Leikehman 4Z5RJ  <victorlei@yahoo.com>

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/


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