This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
subroutine dud IMPLICIT NONE Character cDummy(8)/8*' '/, CSTORE(8)/8*' '/, CSTORE1(8)/8*' '/ Integer iDummy(2), ISTORE(2), ISTORE1(2) Real*8 rDummy(1), XSTORE
Equivalence(CSTORE(1),XSTORE,ISTORE) Equivalence(CSTORE1(1),ISTORE1) Equivalence(cDummy(1), iDummy(1), rDummy(1))
end
this just happens to compile w/o a problem.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |