public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/36933]  New: unneeded temporary
@ 2008-07-25 11:01 jv244 at cam dot ac dot uk
  2008-07-28 10:39 ` [Bug fortran/36933] unneeded temporary with derived type containing an array as argument tkoenig at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jv244 at cam dot ac dot uk @ 2008-07-25 11:01 UTC (permalink / raw)
  To: gcc-bugs

another unneeded temporary (since a has neither a pointer nor a target
attribute)

MODULE M1
  IMPLICIT NONE
  TYPE cell_type
     REAL :: h(3,3)
  END TYPE
CONTAINS
  SUBROUTINE S1(cell)
     TYPE(cell_type), POINTER :: cell
     REAL :: a(3),b(3)
     a=MATMUL(cell%h,b)
  END SUBROUTINE S1
END MODULE M1


-- 
           Summary: unneeded temporary
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk


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


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

end of thread, other threads:[~2013-03-29 10:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-36933-4@http.gcc.gnu.org/bugzilla/>
2013-03-29 10:20 ` [Bug fortran/36933] unneeded temporary with derived type containing an array as argument Joost.VandeVondele at mat dot ethz.ch
2008-07-25 11:01 [Bug fortran/36933] New: unneeded temporary jv244 at cam dot ac dot uk
2008-07-28 10:39 ` [Bug fortran/36933] unneeded temporary with derived type containing an array as argument tkoenig at gcc dot gnu dot org
2008-08-17  0:07 ` pinskia at gcc dot gnu dot org
2008-11-14  8:36 ` jv244 at cam dot ac dot uk
2009-08-19  6:38 ` jv244 at cam dot ac dot uk
2010-02-10  9:04 ` jv244 at cam dot ac dot uk
2010-02-10  9:30 ` jv244 at cam dot ac dot uk
2010-02-19 21:21 ` burnus at gcc dot gnu dot org
2010-02-20 12:48 ` pault at gcc dot gnu dot org
2010-02-21 14:11 ` jv244 at cam dot ac dot uk

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