├── README.md ├── acos-iface.f90 ├── allocatable-result.f90 ├── ambig-generic.f90 ├── ambiguous-generic.f90 ├── associate-alias.f90 ├── associated-null.f90 ├── assumed-ptr-dummy.f90 ├── assumed-rank-null.f90 ├── bad-null-actual.f90 ├── bare-L.f90 ├── big-input.f90 ├── bindc-charlen.f90 ├── child-advance.f90 ├── child-io-eor.f90 ├── combined-generic.f90 ├── comma-terminated-field.f90 ├── common-spec.f90 ├── complex-ctor.f90 ├── complex-part.f90 ├── construct-names.f90 ├── data-in-block.f90 ├── dealloc-in-defined-asst.f90 ├── defined-io-null-value.f90 ├── doubled-operators.f ├── dummy-dio.f90 ├── fd-misinfo01.f90 ├── fd-misinfo02.f90 ├── final-array-2.f90 ├── final-array.f90 ├── final-out.f90 ├── final-spec.f90 ├── final-vs-io.f90 ├── func-as-subr.f90 ├── func-as-var.f90 ├── func-result-len.f90 ├── func-type-redef.f90 ├── func-type-scope.f90 ├── host-assoc-decl.f90 ├── host-assoc-type.f90 ├── huge.f90 ├── implicit-intrinsic.f90 ├── implied-async.f90 ├── import-only-dio.f90 ├── impossible-output.f90 ├── inc ├── include.f90 ├── infinite-chars.f90 ├── inquire-closed.f90 ├── inquire-dir.f90 ├── inquire-mid.f90 ├── inquire-position.f90 ├── int-overflow-read.f90 ├── internal-overrun.f90 ├── invisible-dio.f90 ├── kinds-decls.f90 ├── legacy-fmt.f90 ├── list-copy.f90 ├── list-directed-defined-output-spacing.f90 ├── logical.f90 ├── main-return.f90 ├── maxmin-absent.f90 ├── maxmin-nan.f90 ├── mixed-generic.f90 ├── mod-name-conflict.f90 ├── modify-do.f90 ├── modulo-huge-tiny.f90 ├── multi-generic.f90 ├── namelist-host-assoc.f90 ├── namelist-skip.f90 ├── namelist-tricky.f90 ├── nan-arith-if.f90 ├── negation-in-exponent.f90 ├── nl-rename.f90 ├── no-iface-procedure.f90 ├── non-specific.f90 ├── null-alloc-actual.f90 ├── null-allocatable.f90 ├── null-opd.f90 ├── opt-ptr.f90 ├── optional-max.f90 ├── override.f90 ├── pad-no-short-record.f90 ├── parent-comp-name.f90 ├── poly-ac.f90 ├── poly-defined-assign.f90 ├── poly-transfer.f90 ├── poly-value.f90 ├── poly-where.f90 ├── polymorphic-actual.f90 ├── print-namelist.f90 ├── private-kind.f90 ├── protected-ptr-lhs.f90 ├── ptr-comp-init.f90 ├── read-overflow.f90 ├── ref-in-decl.f90 ├── rounding-final.f90 ├── signed-zero-max-min.f90 ├── slice-init.f90 ├── source-mold-lbound.f90 ├── spacing.f90 ├── specifics.f90 ├── stmt-func-confusion.f90 ├── tiny-spacing.f90 ├── transfer-boz.f90 ├── tricky-finals.f90 ├── type.f90 ├── vect-subs-data.f90 ├── weird-common.f90 └── where-realloc.f90 /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/README.md -------------------------------------------------------------------------------- /acos-iface.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/acos-iface.f90 -------------------------------------------------------------------------------- /allocatable-result.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/allocatable-result.f90 -------------------------------------------------------------------------------- /ambig-generic.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/ambig-generic.f90 -------------------------------------------------------------------------------- /ambiguous-generic.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/ambiguous-generic.f90 -------------------------------------------------------------------------------- /associate-alias.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/associate-alias.f90 -------------------------------------------------------------------------------- /associated-null.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/associated-null.f90 -------------------------------------------------------------------------------- /assumed-ptr-dummy.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/assumed-ptr-dummy.f90 -------------------------------------------------------------------------------- /assumed-rank-null.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/assumed-rank-null.f90 -------------------------------------------------------------------------------- /bad-null-actual.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/bad-null-actual.f90 -------------------------------------------------------------------------------- /bare-L.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/bare-L.f90 -------------------------------------------------------------------------------- /big-input.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/big-input.f90 -------------------------------------------------------------------------------- /bindc-charlen.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/bindc-charlen.f90 -------------------------------------------------------------------------------- /child-advance.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/child-advance.f90 -------------------------------------------------------------------------------- /child-io-eor.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/child-io-eor.f90 -------------------------------------------------------------------------------- /combined-generic.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/combined-generic.f90 -------------------------------------------------------------------------------- /comma-terminated-field.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/comma-terminated-field.f90 -------------------------------------------------------------------------------- /common-spec.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/common-spec.f90 -------------------------------------------------------------------------------- /complex-ctor.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/complex-ctor.f90 -------------------------------------------------------------------------------- /complex-part.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/complex-part.f90 -------------------------------------------------------------------------------- /construct-names.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/construct-names.f90 -------------------------------------------------------------------------------- /data-in-block.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/data-in-block.f90 -------------------------------------------------------------------------------- /dealloc-in-defined-asst.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/dealloc-in-defined-asst.f90 -------------------------------------------------------------------------------- /defined-io-null-value.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/defined-io-null-value.f90 -------------------------------------------------------------------------------- /doubled-operators.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/doubled-operators.f -------------------------------------------------------------------------------- /dummy-dio.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/dummy-dio.f90 -------------------------------------------------------------------------------- /fd-misinfo01.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/fd-misinfo01.f90 -------------------------------------------------------------------------------- /fd-misinfo02.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/fd-misinfo02.f90 -------------------------------------------------------------------------------- /final-array-2.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/final-array-2.f90 -------------------------------------------------------------------------------- /final-array.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/final-array.f90 -------------------------------------------------------------------------------- /final-out.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/final-out.f90 -------------------------------------------------------------------------------- /final-spec.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/final-spec.f90 -------------------------------------------------------------------------------- /final-vs-io.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/final-vs-io.f90 -------------------------------------------------------------------------------- /func-as-subr.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/func-as-subr.f90 -------------------------------------------------------------------------------- /func-as-var.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/func-as-var.f90 -------------------------------------------------------------------------------- /func-result-len.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/func-result-len.f90 -------------------------------------------------------------------------------- /func-type-redef.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/func-type-redef.f90 -------------------------------------------------------------------------------- /func-type-scope.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/func-type-scope.f90 -------------------------------------------------------------------------------- /host-assoc-decl.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/host-assoc-decl.f90 -------------------------------------------------------------------------------- /host-assoc-type.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/host-assoc-type.f90 -------------------------------------------------------------------------------- /huge.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/huge.f90 -------------------------------------------------------------------------------- /implicit-intrinsic.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/implicit-intrinsic.f90 -------------------------------------------------------------------------------- /implied-async.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/implied-async.f90 -------------------------------------------------------------------------------- /import-only-dio.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/import-only-dio.f90 -------------------------------------------------------------------------------- /impossible-output.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/impossible-output.f90 -------------------------------------------------------------------------------- /inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/inc -------------------------------------------------------------------------------- /include.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/include.f90 -------------------------------------------------------------------------------- /infinite-chars.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/infinite-chars.f90 -------------------------------------------------------------------------------- /inquire-closed.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/inquire-closed.f90 -------------------------------------------------------------------------------- /inquire-dir.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/inquire-dir.f90 -------------------------------------------------------------------------------- /inquire-mid.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/inquire-mid.f90 -------------------------------------------------------------------------------- /inquire-position.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/inquire-position.f90 -------------------------------------------------------------------------------- /int-overflow-read.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/int-overflow-read.f90 -------------------------------------------------------------------------------- /internal-overrun.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/internal-overrun.f90 -------------------------------------------------------------------------------- /invisible-dio.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/invisible-dio.f90 -------------------------------------------------------------------------------- /kinds-decls.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/kinds-decls.f90 -------------------------------------------------------------------------------- /legacy-fmt.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/legacy-fmt.f90 -------------------------------------------------------------------------------- /list-copy.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/list-copy.f90 -------------------------------------------------------------------------------- /list-directed-defined-output-spacing.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/list-directed-defined-output-spacing.f90 -------------------------------------------------------------------------------- /logical.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/logical.f90 -------------------------------------------------------------------------------- /main-return.f90: -------------------------------------------------------------------------------- 1 | ! Is RETURN allowed in a main program (extension)? 2 | print *, 'ok' 3 | return 4 | end 5 | -------------------------------------------------------------------------------- /maxmin-absent.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/maxmin-absent.f90 -------------------------------------------------------------------------------- /maxmin-nan.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/maxmin-nan.f90 -------------------------------------------------------------------------------- /mixed-generic.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/mixed-generic.f90 -------------------------------------------------------------------------------- /mod-name-conflict.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/mod-name-conflict.f90 -------------------------------------------------------------------------------- /modify-do.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/modify-do.f90 -------------------------------------------------------------------------------- /modulo-huge-tiny.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/modulo-huge-tiny.f90 -------------------------------------------------------------------------------- /multi-generic.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/multi-generic.f90 -------------------------------------------------------------------------------- /namelist-host-assoc.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/namelist-host-assoc.f90 -------------------------------------------------------------------------------- /namelist-skip.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/namelist-skip.f90 -------------------------------------------------------------------------------- /namelist-tricky.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/namelist-tricky.f90 -------------------------------------------------------------------------------- /nan-arith-if.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/nan-arith-if.f90 -------------------------------------------------------------------------------- /negation-in-exponent.f90: -------------------------------------------------------------------------------- 1 | print *, 10.**-2*2 2 | end 3 | -------------------------------------------------------------------------------- /nl-rename.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/nl-rename.f90 -------------------------------------------------------------------------------- /no-iface-procedure.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/no-iface-procedure.f90 -------------------------------------------------------------------------------- /non-specific.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/non-specific.f90 -------------------------------------------------------------------------------- /null-alloc-actual.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/null-alloc-actual.f90 -------------------------------------------------------------------------------- /null-allocatable.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/null-allocatable.f90 -------------------------------------------------------------------------------- /null-opd.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/null-opd.f90 -------------------------------------------------------------------------------- /opt-ptr.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/opt-ptr.f90 -------------------------------------------------------------------------------- /optional-max.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/optional-max.f90 -------------------------------------------------------------------------------- /override.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/override.f90 -------------------------------------------------------------------------------- /pad-no-short-record.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/pad-no-short-record.f90 -------------------------------------------------------------------------------- /parent-comp-name.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/parent-comp-name.f90 -------------------------------------------------------------------------------- /poly-ac.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/poly-ac.f90 -------------------------------------------------------------------------------- /poly-defined-assign.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/poly-defined-assign.f90 -------------------------------------------------------------------------------- /poly-transfer.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/poly-transfer.f90 -------------------------------------------------------------------------------- /poly-value.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/poly-value.f90 -------------------------------------------------------------------------------- /poly-where.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/poly-where.f90 -------------------------------------------------------------------------------- /polymorphic-actual.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/polymorphic-actual.f90 -------------------------------------------------------------------------------- /print-namelist.f90: -------------------------------------------------------------------------------- 1 | namelist /nml/x 2 | x = 123. 3 | print nml 4 | end 5 | -------------------------------------------------------------------------------- /private-kind.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/private-kind.f90 -------------------------------------------------------------------------------- /protected-ptr-lhs.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/protected-ptr-lhs.f90 -------------------------------------------------------------------------------- /ptr-comp-init.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/ptr-comp-init.f90 -------------------------------------------------------------------------------- /read-overflow.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/read-overflow.f90 -------------------------------------------------------------------------------- /ref-in-decl.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/ref-in-decl.f90 -------------------------------------------------------------------------------- /rounding-final.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/rounding-final.f90 -------------------------------------------------------------------------------- /signed-zero-max-min.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/signed-zero-max-min.f90 -------------------------------------------------------------------------------- /slice-init.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/slice-init.f90 -------------------------------------------------------------------------------- /source-mold-lbound.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/source-mold-lbound.f90 -------------------------------------------------------------------------------- /spacing.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/spacing.f90 -------------------------------------------------------------------------------- /specifics.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/specifics.f90 -------------------------------------------------------------------------------- /stmt-func-confusion.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/stmt-func-confusion.f90 -------------------------------------------------------------------------------- /tiny-spacing.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/tiny-spacing.f90 -------------------------------------------------------------------------------- /transfer-boz.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/transfer-boz.f90 -------------------------------------------------------------------------------- /tricky-finals.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/tricky-finals.f90 -------------------------------------------------------------------------------- /type.f90: -------------------------------------------------------------------------------- 1 | ! Legacy extension: TYPE as synonym for PRINT 2 | type *, "hello" 3 | end 4 | -------------------------------------------------------------------------------- /vect-subs-data.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/vect-subs-data.f90 -------------------------------------------------------------------------------- /weird-common.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/weird-common.f90 -------------------------------------------------------------------------------- /where-realloc.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/klausler/fortran-wringer-tests/HEAD/where-realloc.f90 --------------------------------------------------------------------------------