public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/56867] New: Missing temporary with string array assignment
@ 2013-04-07 18:12 tkoenig at gcc dot gnu.org
  2013-04-07 20:11 ` [Bug fortran/56867] " tkoenig at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2013-04-07 18:12 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56867
           Summary: Missing temporary with string array assignment
    Classification: Unclassified
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: tkoenig@gcc.gnu.org


And I thought we were done with missing temporaries...

ig25@linux-fd1f:~/Krempel/Dep-12> gfortran bar.f90
ig25@linux-fd1f:~/Krempel/Dep-12> ./a.out
23cd
2334
33yz
ig25@linux-fd1f:~/Krempel/Dep-12> gfortran-4.6 bar.f90
ig25@linux-fd1f:~/Krempel/Dep-12> ./a.out
23cd
2334
33yz
ig25@linux-fd1f:~/Krempel/Dep-12> gfortran-4.7 bar.f90
ig25@linux-fd1f:~/Krempel/Dep-12> ./a.out
23cd
2334
33yz

Of course, the last line of output should be

23yz.


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

end of thread, other threads:[~2015-01-24 21:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-07 18:12 [Bug fortran/56867] New: Missing temporary with string array assignment tkoenig at gcc dot gnu.org
2013-04-07 20:11 ` [Bug fortran/56867] " tkoenig at gcc dot gnu.org
2013-04-07 20:15 ` burnus at gcc dot gnu.org
2013-04-07 20:19 ` tkoenig at gcc dot gnu.org
2013-04-07 20:39 ` dominiq at lps dot ens.fr
2013-04-08 12:17 ` burnus at gcc dot gnu.org
2013-04-08 20:24 ` tkoenig at gcc dot gnu.org
2014-12-28 12:03 ` tkoenig at gcc dot gnu.org
2014-12-28 12:36 ` tkoenig at gcc dot gnu.org
2015-01-07 22:32 ` tkoenig at gcc dot gnu.org
2015-01-24 21:30 ` tkoenig at gcc dot gnu.org
2015-01-24 21:32 ` tkoenig at gcc dot gnu.org

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).