[Bug fortran/37999] Fortran shape and kind intrinsic

2008-11-10 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2008-11-11 05:28 --- Closing, not a bug any more. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/37999] Fortran shape and kind intrinsic

2008-11-03 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2008-11-03 22:17 --- "print *, shape( i )" That program works here with GCC 4.1.3, 4.2.1 and 4.3.3-20081002 of openSUSE, and with 4.3.3-20081103 and 4.4.0 of today. I not even get any valgrind error. Character tests: I can reproduce th

[Bug fortran/37999] Fortran shape and kind intrinsic

2008-11-03 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2008-11-03 18:41 --- (In reply to comment #2) > With the new version, I will check the second problem I reported > as well and report back (kind intrinsic with character argument > in a type declararation statement) The 2nd problem is a

[Bug fortran/37999] Fortran shape and kind intrinsic

2008-11-03 Thread carbess at swcp dot com
IL PROTECTED]> Sent: Sunday, November 02, 2008 5:00 PM Subject: [Bug fortran/37999] Fortran shape and kind intrinsic > > > --- Comment #1 from kargl at gcc dot gnu dot org 2008-11-03 > 00:00 --- > Code works with 4.3.2 and trunk. > > Note you probably want to >

[Bug fortran/37999] Fortran shape and kind intrinsic

2008-11-02 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2008-11-03 00:00 --- Code works with 4.3.2 and trunk. Note you probably want to 1) Update to a 4.3.2 or newer compiler. 2) Change the example to program test_shape integer :: i print *, size(shape(i)) ! Shape of a scalar allo