public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/38592]  New: eliminate constant string comparisons
@ 2008-12-21 10:47 tkoenig at gcc dot gnu dot org
  2008-12-21 12:05 ` [Bug fortran/38592] eliminate some " tkoenig at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2008-12-21 10:47 UTC (permalink / raw)
  To: gcc-bugs

$ cat foo.f90
program main
  character(len=3) :: a
  a = 'yes'
  print *,'yes' == a
end program main
$ gfortran -fdump-tree-optimized -O3 -S foo.f90
$ grep compare_string foo.s
        call    _gfortran_compare_string


-- 
           Summary: eliminate constant string comparisons
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tkoenig at gcc dot gnu dot org
OtherBugsDependingO 19276,36854
             nThis:


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


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

end of thread, other threads:[~2009-05-08 11:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-21 10:47 [Bug fortran/38592] New: eliminate constant string comparisons tkoenig at gcc dot gnu dot org
2008-12-21 12:05 ` [Bug fortran/38592] eliminate some " tkoenig at gcc dot gnu dot org
2008-12-28  1:32 ` dfranke at gcc dot gnu dot org
2009-02-19  5:44 ` pault at gcc dot gnu dot org
2009-05-08  9:31 ` fxcoudert at gcc dot gnu dot org
2009-05-08 11:25 ` burnus at gcc dot gnu dot 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).