[patch fortran/PR43481]

IainS developer@sandoe-acoustics.co.uk
Tue Mar 23 20:20:00 GMT 2010


On 23 Mar 2010, at 15:13, Dominique Dhumieres wrote:

>> Mike Stump has put forward a different patch
>
> Is it on any gnu list?

it's been checked in as 157677  - which clears PR33120 (AFAICT) for  
which 43481 is a duplicate.

the following could be included as a fortran test case if people want..

Iain

! { dg-do compile { target *-apple-darwin* } }
! { dg-final { scan-assembler ".zerofill __DATA, __bss3,  
___hugeobject_MOD_hugedbl, 8000000, 3" } }

        module hugeobject
        implicit none
        public
        real(8)
      &       hugedbl  (100000,10)

        end module hugeobject



More information about the Fortran mailing list