public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/97176] New: Cannot return deferred length strings when using -fno-automatic
@ 2020-09-23 10:01 jeremy at jeremysanders dot net
  2020-09-23 16:43 ` [Bug fortran/97176] " kargl at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jeremy at jeremysanders dot net @ 2020-09-23 10:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97176

            Bug ID: 97176
           Summary: Cannot return deferred length strings when using
                    -fno-automatic
           Product: gcc
           Version: 10.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jeremy at jeremysanders dot net
  Target Milestone: ---

Created attachment 49261
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49261&action=edit
Test case

Functions returning deferred length strings return empty strings with the
-fno-automatic compiler option.

Please see the attached program (tested on trunk on godbolt.org).

$ gfortran testprog.f90
$ ./a.out
 Hello, world!

$ gfortran -fno-automatic testprog.f90
$ ./a.out

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-05 12:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23 10:01 [Bug fortran/97176] New: Cannot return deferred length strings when using -fno-automatic jeremy at jeremysanders dot net
2020-09-23 16:43 ` [Bug fortran/97176] " kargl at gcc dot gnu.org
2020-09-23 19:35 ` anlauf at gcc dot gnu.org
2020-09-24  6:44 ` jeremy at jeremysanders dot net
2020-10-05 12:23 ` dominiq at lps dot ens.fr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).