public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/40766]  New: this fortran program is too slow
@ 2009-07-15 15:33 linuxl4 at sohu dot com
  2009-07-15 15:49 ` [Bug fortran/40766] " linuxl4 at sohu dot com
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: linuxl4 at sohu dot com @ 2009-07-15 15:33 UTC (permalink / raw)
  To: gcc-bugs

program main
  implicit none
  integer :: i,j
  integer,parameter :: N=50000000
  real :: x(N)=0.0
  do j=1,20
  do i=1,N
    x(i)=x(i)+sin(real(i))+cos(real(i))-tan(real(i))
  enddo
  enddo
  print *, sum(x)
end program main


-- 
           Summary: this fortran program is too slow
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: linuxl4 at sohu dot com
 GCC build triplet: x86_64-linux-gnu
  GCC host triplet: x86_64-linux-gnu
GCC target triplet: x86_64-linux-gnu


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


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

end of thread, other threads:[~2010-05-10 10:46 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-15 15:33 [Bug fortran/40766] New: this fortran program is too slow linuxl4 at sohu dot com
2009-07-15 15:49 ` [Bug fortran/40766] " linuxl4 at sohu dot com
2009-07-15 15:56 ` pinskia at gcc dot gnu dot org
2009-07-15 17:59 ` ubizjak at gmail dot com
2009-07-15 18:35 ` linuxl4 at sohu dot com
2009-07-15 18:51 ` dominiq at lps dot ens dot fr
2009-07-15 20:27 ` burnus at gcc dot gnu dot org
2009-07-15 21:01 ` rguenth at gcc dot gnu dot org
2009-07-16  4:37 ` linuxl4 at sohu dot com
2009-07-16  5:06 ` kargl at gcc dot gnu dot org
2009-07-16  6:56 ` ubizjak at gmail dot com
2009-07-16  7:17 ` ubizjak at gmail dot com
2009-07-16  9:07 ` rguenth at gcc dot gnu dot org
2009-07-16  9:43 ` burnus at gcc dot gnu dot org
2009-07-16 10:06 ` ubizjak at gmail dot com
2009-07-22 11:15 ` eres at il dot ibm dot com
2009-07-25  7:40 ` linuxl4 at sohu dot com
2009-12-05  6:29 ` jvdelisle at gcc dot gnu dot org
2009-12-05 19:01 ` burnus at gcc dot gnu dot org
2010-05-06 19:23 ` dfranke at gcc dot gnu dot org
2010-05-06 21:38 ` steven at gcc dot gnu dot org
2010-05-10 10:46 ` maxim at codesourcery dot com

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