This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31867] function result with character LEN computed at run time
- From: "beliavsky at aol dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 May 2007 14:27:22 -0000
- Subject: [Bug fortran/31867] function result with character LEN computed at run time
- References: <bug-31867-14444@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from beliavsky at aol dot com 2007-05-09 15:27 -------
(In reply to comment #2)
> I get:
> words = 'two three'
> On x86-64-gnu/linux with latest 4.3
> I wonder if this is one that we recently fixed. Can you try with a more recent
> build?
Using Mingw 20070506, the problem persists. The behavior of the compiled
program is erratic. Running the compiled program in one Windows console
(command line) I get different "garbage" characters appended to the correct
output than when running it in a different Windows console. Running the program
repeatedly in the same console gives the same results.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31867