public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/29391]  New: LBOUND(TRANSPOSE(I)) doesn't work
@ 2006-10-08 20:55 fxcoudert at gcc dot gnu dot org
  2006-10-08 21:09 ` [Bug fortran/29391] " fxcoudert at gcc dot gnu dot org
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-10-08 20:55 UTC (permalink / raw)
  To: gcc-bugs

I'm surprised this was not reported before, but can't find it in bugzilla.

$ cat a6.f90                   
INTEGER :: I(-1:1,-1:1)=0 
WRITE(6,*) LBOUND(TRANSPOSE(I)) 
END 

$ ifort a6.f90 && ./a.out
           1           1
$ gfortran a6.f90 && ./a.out
          -1          -1


-- 
           Summary: LBOUND(TRANSPOSE(I)) doesn't work
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org


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


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

end of thread, other threads:[~2006-12-01  2:04 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-08 20:55 [Bug fortran/29391] New: LBOUND(TRANSPOSE(I)) doesn't work fxcoudert at gcc dot gnu dot org
2006-10-08 21:09 ` [Bug fortran/29391] " fxcoudert at gcc dot gnu dot org
2006-10-09 11:39 ` fxcoudert at gcc dot gnu dot org
2006-10-10  7:31 ` fxcoudert at gcc dot gnu dot org
2006-10-10 19:36 ` pault at gcc dot gnu dot org
2006-10-10 22:04 ` fxcoudert at gcc dot gnu dot org
2006-10-11  6:11 ` paulthomas2 at wanadoo dot fr
2006-10-11  7:27 ` fxcoudert at gcc dot gnu dot org
2006-10-11  7:32 ` fxcoudert at gcc dot gnu dot org
2006-10-11  8:02 ` paulthomas2 at wanadoo dot fr
2006-10-12 11:16 ` fxcoudert at gcc dot gnu dot org
2006-10-12 13:15 ` fxcoudert at gcc dot gnu dot org
2006-10-12 15:57 ` paulthomas2 at wanadoo dot fr
2006-10-13 12:20 ` fxcoudert at gcc dot gnu dot org
2006-10-13 12:24 ` [Bug fortran/29391] [4.1 only] LBOUND and UBOUND are broken fxcoudert at gcc dot gnu dot org
2006-10-17 10:45 ` fxcoudert at gcc dot gnu dot org
2006-10-22  4:47 ` [Bug fortran/29391] " pault at gcc dot gnu dot org
2006-11-16 12:25 ` fxcoudert at gcc dot gnu dot org
2006-11-16 23:56 ` [Bug fortran/29391] [4.2/4.1 only] " fxcoudert at gcc dot gnu dot org
2006-11-24 22:26 ` fxcoudert at gcc dot gnu dot org
2006-11-24 22:45 ` fxcoudert at gcc dot gnu dot org
2006-11-24 22:46 ` fxcoudert at gcc dot gnu dot org
2006-12-01  2:04 ` chaoyingfu 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).