--- Comment #4 from jv244 at cam dot ac dot uk 2007-10-26 07:17 ---
In order to make the testcase valid, subroutine option_stopwatch_a needs to be
replaced by:
subroutine option_stopwatch_a(default_clock)
character(len=*), intent(in), dimension(:) :: default_clock
allocate(default_clock
--- Comment #3 from william dot mitchell at nist dot gov 2007-10-24 15:48
---
(In reply to comment #2)
Sorry I forgot to give the computer information. This is a 32 bit CentOS 5
Linux distribution on an Intel Core 2 Duo T7700
[EMAIL PROTECTED]> gfortran -v
Using built-in specs.
Target
--- Comment #2 from burnus at gcc dot gnu dot org 2007-10-24 15:33 ---
> Fortran runtime error: Attempt to allocate a negative amount of memory.
This error usually means that you allocate that much memory that an integer(4)
variable overflows. I cannot reproduce the error here with -m32
--- Comment #1 from william dot mitchell at nist dot gov 2007-10-24 14:10
---
Created an attachment (id=14405)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14405&action=view)
this is the program
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33881