public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/29712]  New: UBOUND of non-last dimensions of assumed-size array
@ 2006-11-04 16:32 fxcoudert at gcc dot gnu dot org
  2006-11-04 16:32 ` [Bug fortran/29712] " fxcoudert at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-11-04 16:32 UTC (permalink / raw)
  To: gcc-bugs

Coming from PR 29489, but I think it's better to keep a separate PR about it:

$ cat a.f90 
subroutine foo (x,n)
  integer x(7,n,2,*)

  print *, ubound(x,1)
  print *, ubound(x,2)
  print *, ubound(x,3)
!  print *, ubound(x,4)
!  print *, ubound(x)
end

  integer i(7,4,2,9)

  call foo(i,4)
end
$ ifort a.f90 && ./a.out
           7
           4
           2
$ gfortran a.f90 && ./a.out
 In file a.f90:5

  print *, ubound(x,2)
                 1
Error: The upper bound in the last dimension must appear in the reference to
the assumed size array 'x' at (1).


-- 
           Summary: UBOUND of non-last dimensions of assumed-size array
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          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=29712


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

end of thread, other threads:[~2007-01-23  5:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-04 16:32 [Bug fortran/29712] New: UBOUND of non-last dimensions of assumed-size array fxcoudert at gcc dot gnu dot org
2006-11-04 16:32 ` [Bug fortran/29712] " fxcoudert at gcc dot gnu dot org
2006-11-04 16:46 ` fxcoudert at gcc dot gnu dot org
2006-11-06 20:37 ` pinskia at gcc dot gnu dot org
2006-12-31 17:59 ` pault at gcc dot gnu dot org
2007-01-15  8:17 ` pault at gcc dot gnu dot org
2007-01-23  5:53 ` [Bug fortran/29712] [4.2 and 4.1 only] " pault at gcc dot gnu dot org
2007-01-23  5:54 ` pault at gcc dot gnu dot org
2007-01-23  5:57 ` 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).