public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18315] New: wrong result for lbound with single argument
@ 2004-11-06 12:43 Thomas dot Koenig at online dot de
  2004-11-06 16:10 ` [Bug fortran/18315] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Thomas dot Koenig at online dot de @ 2004-11-06 12:43 UTC (permalink / raw)
  To: gcc-bugs

$ gfortran -v
Reading specs from /home/ig25/lib/gcc/i686-pc-linux-gnu/4.0.0/specs
Configured with: ../gcc/configure --prefix=/home/ig25
Thread model: posix
gcc version 4.0.0 20041105 (experimental)
$ cat lbound.f90
program main
  implicit none
  real :: a(0:9)
  integer :: bn(10)
  bn = lbound(a)
  print *,bn(1)
end program main
$ gfortran lbound.f90
$ ./a.out
           1

... it should print 0.

-- 
           Summary: wrong result for lbound with single argument
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Thomas dot Koenig at online dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <bug-18315-9515@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2006-05-13  4:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-06 12:43 [Bug fortran/18315] New: wrong result for lbound with single argument Thomas dot Koenig at online dot de
2004-11-06 16:10 ` [Bug fortran/18315] " pinskia at gcc dot gnu dot org
2005-09-11 21:52 ` fxcoudert at gcc dot gnu dot org
2005-09-13  8:34 ` [Bug fortran/18315] missing error for incompatible array assignment involving lbound rsandifo at gcc dot gnu dot org
     [not found] <bug-18315-9515@http.gcc.gnu.org/bugzilla/>
2006-01-08  5:53 ` pinskia at gcc dot gnu dot org
2006-05-11 15:55 ` paul dot richard dot thomas at cea dot fr
2006-05-13  4:25 ` pault 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).