Re: [Bug tree-optimization/28778] [4.0/4.1/4.2 Regression] alias bug with cast and call clobbered

2006-09-25 Thread Andrew Pinski
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

[Bug tree-optimization/28778] [4.0/4.1/4.2 Regression] alias bug with cast and call clobbered

2006-09-25 Thread pinskia at physics dot uc dot edu
--- 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

[Bug fortran/29232] New: No warning/error for duplicate construct name

2006-09-25 Thread tobias dot burnus at physik dot fu-berlin dot de
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,

<    1   2