On Tue, 2006-09-26 at 04:44 +, acahalan at gmail dot com wrote:
>
> Although it wouldn't work for the example code, extending the aliasing
> behavior
> of (char*) to (void*) would fix the problem for LOTS of code out in the wild.
> People normally use a (void*) when they want a generic pointe
--- Comment #34 from pinskia at physics dot uc dot edu 2006-09-26 04:56
---
Subject: Re: [4.0/4.1/4.2 Regression] alias
bug with cast and call clobbered
On Tue, 2006-09-26 at 04:44 +, acahalan at gmail dot com wrote:
>
> Although it wouldn't work for the example code, ext
The code
MODULE test
TYPE vertex
INTEGER :: k
END TYPE vertex
CONTAINS
SUBROUTINE S1()
TYPE(vertex) :: a
vertex : DO i=1,2
ENDDO vertex
END SUBROUTINE
END MODULE test
is invalid Fortran code,
101 - 103 of 103 matches
Mail list logo