[Patch, fortran] PR29786 - [4.1/4.2/4.3 Regression] Initialization of overlapping variables: Not implemented

Bernhard Fischer rep.dot.nop@gmail.com
Wed Jun 13 19:38:00 GMT 2007


On Sat, Jun 09, 2007 at 09:56:28AM +0200, Paul Thomas wrote:

Thanks alot for taking care of this!

>>>+  subroutine int4_int4
>>>+      integer(4)         NUNITS(4)
>>>+      integer(4)         o
>>>+      equivalence (o,nunits(3))
>>
>>"o" seems like a singularly poor choice for a variable name, and 
>>"NUNITS" looks like it should mean something but it doesn't.  Could 
>>these perhaps be A and B instead?
>'tis the reporter's choice - I take your point and will change it.

It was the name that was used in the COLUMBUS package (i should have
noted this in my report, sorry). I just reduced it and didn't bother
to change the names too much. Unfortunately i do not not have the
time to see if this app compiles and works as expected now..



More information about the Fortran mailing list