]> git.ipfire.org Git - thirdparty/gcc.git/commit
cobol: New testcases.
authorBob Dubner <rdubner@symas.com>
Fri, 4 Apr 2025 18:41:27 +0000 (14:41 -0400)
committerRobert Dubner <rdubner@symas.com>
Fri, 4 Apr 2025 20:04:01 +0000 (16:04 -0400)
commit13fb7a39f5dc037e95420ad86e89f99e622d7259
tree307c0335ee5d6f85296805281266a2e921bd803e
parent25992d8daff60726a247ec7850d540aed5335639
cobol: New testcases.

Derived from cobolworx UAT run_functions.at.

gcc/testsuite

* cobol.dg/group2/call_subprogram_using_pointer__passing_pointer.cob: New testcase.
* cobol.dg/group2/FUNCTION_ABS.cob: Likewise.
* cobol.dg/group2/FUNCTION_ACOS.cob: Likewise.
* cobol.dg/group2/FUNCTION_ALL_INTRINSIC_simple_test.cob: Likewise.
* cobol.dg/group2/FUNCTION_ANNUITY.cob: Likewise.
* cobol.dg/group2/FUNCTION_as_CALL_parameter_BY_CONTENT.cob: Likewise.
* cobol.dg/group2/FUNCTION_ASIN.cob: Likewise.
* cobol.dg/group2/FUNCTION_ATAN.cob: Likewise.
* cobol.dg/group2/FUNCTION_BIGGER-POINTER__2_.cob: Likewise.
* cobol.dg/group2/FUNCTION_BIGGER-POINTER.cob: Likewise.
* cobol.dg/group2/FUNCTION_BYTE-LENGTH.cob: Likewise.
* cobol.dg/group2/FUNCTION_CHAR.cob: Likewise.
* cobol.dg/group2/FUNCTION_COMBINED-DATETIME.cob: Likewise.
* cobol.dg/group2/FUNCTION_CONCAT___CONCATENATE.cob: Likewise.
* cobol.dg/group2/FUNCTION_CONCAT_with_reference_modding.cob: Likewise.
* cobol.dg/group2/FUNCTION_COS.cob: Likewise.
* cobol.dg/group2/FUNCTION_CURRENT-DATE.cob: Likewise.
* cobol.dg/group2/FUNCTION_DATE-OF-INTEGER.cob: Likewise.
* cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob: Likewise.
* cobol.dg/group2/FUNCTION_DATE-TO-YYYYMMDD.cob: Likewise.
* cobol.dg/group2/FUNCTION_DAY-OF-INTEGER.cob: Likewise.
* cobol.dg/group2/FUNCTION_DAY-TO-YYYYDDD.cob: Likewise.
* cobol.dg/group2/FUNCTION_E.cob: Likewise.
* cobol.dg/group2/FUNCTION_EXCEPTION-FILE.cob: Likewise.
* cobol.dg/group2/FUNCTION_EXCEPTION-STATEMENT.cob: Likewise.
* cobol.dg/group2/FUNCTION_EXCEPTION-STATUS.cob: Likewise.
* cobol.dg/group2/FUNCTION_EXP10.cob: Likewise.
* cobol.dg/group2/FUNCTION_EXP.cob: Likewise.
* cobol.dg/group2/FUNCTION_FACTORIAL.cob: Likewise.
* cobol.dg/group2/FUNCTION_FORMATTED-DATE.cob: Likewise.
* cobol.dg/group2/FUNCTION_FORMATTED-DATETIME.cob: Likewise.
* cobol.dg/group2/FUNCTION_FORMATTED-DATE_TIME_DATETIME.cob: Likewise.
* cobol.dg/group2/FUNCTION_FORMATTED-DATETIME_with_ref_modding.cob: Likewise.
* cobol.dg/group2/FUNCTION_FORMATTED-DATE_with_ref_modding.cob: Likewise.
* cobol.dg/group2/FUNCTION_FORMATTED-TIME_DP.COMMA.cob: Likewise.
* cobol.dg/group2/FUNCTION_FORMATTED-TIME_with_ref_modding.cob: Likewise.
* cobol.dg/group2/FUNCTION_FRACTION-PART.cob: Likewise.
* cobol.dg/group2/FUNCTION_HEX-OF.cob: Likewise.
* cobol.dg/group2/FUNCTION_HIGHEST-ALGEBRAIC.cob: Likewise.
* cobol.dg/group2/FUNCTION_INTEGER.cob: Likewise.
* cobol.dg/group2/FUNCTION_INTEGER-OF-DATE.cob: Likewise.
* cobol.dg/group2/FUNCTION_INTEGER-OF-DAY.cob: Likewise.
* cobol.dg/group2/FUNCTION_INTEGER-OF-FORMATTED-DATE.cob: Likewise.
* cobol.dg/group2/FUNCTION_INTEGER-PART.cob: Likewise.
* cobol.dg/group2/FUNCTION_LENGTH__1_.cob: Likewise.
* cobol.dg/group2/FUNCTION_LENGTH__2_.cob: Likewise.
* cobol.dg/group2/FUNCTION_LOCALE-COMPARE.cob: Likewise.
* cobol.dg/group2/FUNCTION_LOCALE-DATE.cob: Likewise.
* cobol.dg/group2/FUNCTION_LOCALE-TIME.cob: Likewise.
* cobol.dg/group2/FUNCTION_LOCALE-TIME-FROM-SECONDS.cob: Likewise.
* cobol.dg/group2/FUNCTION_LOG10.cob: Likewise.
* cobol.dg/group2/FUNCTION_LOG.cob: Likewise.
* cobol.dg/group2/FUNCTION_LOWER-CASE.cob: Likewise.
* cobol.dg/group2/FUNCTION_LOWER-CASE_with_reference_modding.cob: Likewise.
* cobol.dg/group2/FUNCTION_LOWEST-ALGEBRAIC.cob: Likewise.
* cobol.dg/group2/FUNCTION_MAX.cob: Likewise.
* cobol.dg/group2/FUNCTION_MEAN.cob: Likewise.
* cobol.dg/group2/FUNCTION_MEDIAN.cob: Likewise.
* cobol.dg/group2/FUNCTION_MIDRANGE.cob: Likewise.
* cobol.dg/group2/FUNCTION_MIN.cob: Likewise.
* cobol.dg/group2/FUNCTION_MOD__invalid_.cob: Likewise.
* cobol.dg/group2/FUNCTION_MODULE-NAME.cob: Likewise.
* cobol.dg/group2/FUNCTION_MOD__valid_.cob: Likewise.
* cobol.dg/group2/FUNCTION_NUMVAL-C.cob: Likewise.
* cobol.dg/group2/FUNCTION_NUMVAL-C_DP.COMMA.cob: Likewise.
* cobol.dg/group2/FUNCTION_NUMVAL.cob: Likewise.
* cobol.dg/group2/FUNCTION_NUMVAL-F.cob: Likewise.
* cobol.dg/group2/FUNCTION_ORD.cob: Likewise.
* cobol.dg/group2/FUNCTION_ORD-MAX.cob: Likewise.
* cobol.dg/group2/FUNCTION_ORD-MIN.cob: Likewise.
* cobol.dg/group2/FUNCTION_PI.cob: Likewise.
* cobol.dg/group2/FUNCTION_PRESENT-VALUE.cob: Likewise.
* cobol.dg/group2/FUNCTION_RANDOM.cob: Likewise.
* cobol.dg/group2/FUNCTION_RANGE.cob: Likewise.
* cobol.dg/group2/FUNCTION_REM__invalid_.cob: Likewise.
* cobol.dg/group2/FUNCTION_REM__valid_.cob: Likewise.
* cobol.dg/group2/FUNCTION_REVERSE.cob: Likewise.
* cobol.dg/group2/FUNCTION_REVERSE_with_reference_modding.cob: Likewise.
* cobol.dg/group2/FUNCTION_SECONDS-FROM-FORMATTED-TIME.cob: Likewise.
* cobol.dg/group2/FUNCTION_SECONDS-PAST-MIDNIGHT.cob: Likewise.
* cobol.dg/group2/FUNCTION_SIGN.cob: Likewise.
* cobol.dg/group2/FUNCTION_SIN.cob: Likewise.
* cobol.dg/group2/FUNCTION_SQRT.cob: Likewise.
* cobol.dg/group2/FUNCTION_STANDARD-DEVIATION.cob: Likewise.
* cobol.dg/group2/FUNCTION_SUBSTITUTE-CASE.cob: Likewise.
* cobol.dg/group2/FUNCTION_SUBSTITUTE-CASE_with_reference_mod.cob: Likewise.
* cobol.dg/group2/FUNCTION_SUBSTITUTE.cob: Likewise.
* cobol.dg/group2/FUNCTION_SUBSTITUTE_with_reference_modding.cob: Likewise.
* cobol.dg/group2/FUNCTION_SUM.cob: Likewise.
* cobol.dg/group2/FUNCTION_TAN.cob: Likewise.
* cobol.dg/group2/FUNCTION_TEST-DATE-YYYYMMDD.cob: Likewise.
* cobol.dg/group2/FUNCTION_TEST-DAY-YYYYDDD__1_.cob: Likewise.
* cobol.dg/group2/FUNCTION_TEST-DAY-YYYYDDD__2_.cob: Likewise.
* cobol.dg/group2/FUNCTION_TEST-FORMATTED-DATETIME_additional.cob: Likewise.
* cobol.dg/group2/FUNCTION_TEST-FORMATTED-DATETIME_DP.COMMA.cob: Likewise.
* cobol.dg/group2/FUNCTION_TEST-FORMATTED-DATETIME_with_dates.cob: Likewise.
* cobol.dg/group2/FUNCTION_TEST-FORMATTED-DATETIME_with_datetimes.cob: Likewise.
* cobol.dg/group2/FUNCTION_TEST-FORMATTED-DATETIME_with_times.cob: Likewise.
* cobol.dg/group2/FUNCTION_TEST-NUMVAL-C.cob: Likewise.
* cobol.dg/group2/FUNCTION_TEST-NUMVAL.cob: Likewise.
* cobol.dg/group2/FUNCTION_TEST-NUMVAL-F.cob: Likewise.
* cobol.dg/group2/FUNCTION_TRIM.cob: Likewise.
* cobol.dg/group2/FUNCTION_TRIM_with_reference_modding.cob: Likewise.
* cobol.dg/group2/FUNCTION_TRIM_zero_length.cob: Likewise.
* cobol.dg/group2/FUNCTION_UPPER-CASE.cob: Likewise.
* cobol.dg/group2/FUNCTION_UPPER-CASE_with_reference_modding.cob: Likewise.
* cobol.dg/group2/FUNCTION_VARIANCE.cob: Likewise.
* cobol.dg/group2/FUNCTION_WHEN-COMPILED.cob: Likewise.
* cobol.dg/group2/FUNCTION_YEAR-TO-YYYY.cob: Likewise.
* cobol.dg/group2/Intrinsics_without_FUNCTION_keyword__2_.cob: Likewise.
* cobol.dg/group2/Program-to-program_parameters_and_retvals.cob: Likewise.
* cobol.dg/group2/Recursive_FUNCTION_with_local-storage.cob: Likewise.
* cobol.dg/group2/Repository_functions_clause.cob: Likewise.
* cobol.dg/group2/UDF_fibonacci_recursion.cob: Likewise.
* cobol.dg/group2/UDF_in_COMPUTE.cob: Likewise.
* cobol.dg/group2/UDF_RETURNING_group_and_PIC_9_5_.cob: Likewise.
* cobol.dg/group2/UDF_with_recursion.cob: Likewise.
* cobol.dg/group2/call_subprogram_using_pointer__passing_pointer.out: New known-good file.
* cobol.dg/group2/FUNCTION_ABS.out: Likewise.
* cobol.dg/group2/FUNCTION_ALL_INTRINSIC_simple_test.out: Likewise.
* cobol.dg/group2/FUNCTION_as_CALL_parameter_BY_CONTENT.out: Likewise.
* cobol.dg/group2/FUNCTION_BIGGER-POINTER__2_.out: Likewise.
* cobol.dg/group2/FUNCTION_BIGGER-POINTER.out: Likewise.
* cobol.dg/group2/FUNCTION_BYTE-LENGTH.out: Likewise.
* cobol.dg/group2/FUNCTION_EXCEPTION-FILE.out: Likewise.
* cobol.dg/group2/FUNCTION_EXCEPTION-STATEMENT.out: Likewise.
* cobol.dg/group2/FUNCTION_EXCEPTION-STATUS.out: Likewise.
* cobol.dg/group2/FUNCTION_FORMATTED-DATE_TIME_DATETIME.out: Likewise.
* cobol.dg/group2/FUNCTION_HEX-OF.out: Likewise.
* cobol.dg/group2/FUNCTION_LENGTH__2_.out: Likewise.
* cobol.dg/group2/FUNCTION_LOCALE-DATE.out: Likewise.
* cobol.dg/group2/FUNCTION_LOCALE-TIME-FROM-SECONDS.out: Likewise.
* cobol.dg/group2/FUNCTION_LOCALE-TIME.out: Likewise.
* cobol.dg/group2/FUNCTION_MAX.out: Likewise.
* cobol.dg/group2/FUNCTION_MEAN.out: Likewise.
* cobol.dg/group2/FUNCTION_MEDIAN.out: Likewise.
* cobol.dg/group2/FUNCTION_MIDRANGE.out: Likewise.
* cobol.dg/group2/FUNCTION_MIN.out: Likewise.
* cobol.dg/group2/FUNCTION_MODULE-NAME.out: Likewise.
* cobol.dg/group2/FUNCTION_NUMVAL-F.out: Likewise.
* cobol.dg/group2/FUNCTION_ORD-MAX.out: Likewise.
* cobol.dg/group2/FUNCTION_ORD-MIN.out: Likewise.
* cobol.dg/group2/FUNCTION_ORD.out: Likewise.
* cobol.dg/group2/FUNCTION_PRESENT-VALUE.out: Likewise.
* cobol.dg/group2/FUNCTION_SUBSTITUTE.out: Likewise.
* cobol.dg/group2/FUNCTION_TEST-DATE-YYYYMMDD.out: Likewise.
* cobol.dg/group2/FUNCTION_TEST-DAY-YYYYDDD__1_.out: Likewise.
* cobol.dg/group2/FUNCTION_TRIM.out: Likewise.
* cobol.dg/group2/FUNCTION_TRIM_with_reference_modding.out: Likewise.
* cobol.dg/group2/FUNCTION_TRIM_zero_length.out: Likewise.
* cobol.dg/group2/Program-to-program_parameters_and_retvals.out: Likewise.
* cobol.dg/group2/Recursive_FUNCTION_with_local-storage.out: Likewise.
* cobol.dg/group2/Repository_functions_clause.out: Likewise.
* cobol.dg/group2/UDF_fibonacci_recursion.out: Likewise.
* cobol.dg/group2/UDF_in_COMPUTE.out: Likewise.
* cobol.dg/group2/UDF_RETURNING_group_and_PIC_9_5_.out: Likewise.
* cobol.dg/group2/UDF_with_recursion.out: Likewise.
157 files changed:
gcc/testsuite/cobol.dg/group2/FUNCTION_ABS.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_ABS.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_ACOS.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_ALL_INTRINSIC_simple_test.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_ALL_INTRINSIC_simple_test.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_ANNUITY.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_ASIN.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_ATAN.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_BIGGER-POINTER.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_BIGGER-POINTER.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_BIGGER-POINTER__2_.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_BIGGER-POINTER__2_.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_BYTE-LENGTH.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_BYTE-LENGTH.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_CHAR.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_COMBINED-DATETIME.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_CONCAT___CONCATENATE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_CONCAT_with_reference_modding.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_COS.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_CURRENT-DATE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_DATE-OF-INTEGER.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_DATE-TO-YYYYMMDD.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_DAY-OF-INTEGER.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_DAY-TO-YYYYDDD.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_E.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_EXCEPTION-FILE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_EXCEPTION-FILE.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_EXCEPTION-STATEMENT.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_EXCEPTION-STATEMENT.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_EXCEPTION-STATUS.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_EXCEPTION-STATUS.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_EXP.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_EXP10.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_FACTORIAL.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_FORMATTED-DATE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_FORMATTED-DATETIME.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_FORMATTED-DATETIME_with_ref_modding.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_FORMATTED-DATE_TIME_DATETIME.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_FORMATTED-DATE_TIME_DATETIME.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_FORMATTED-DATE_with_ref_modding.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_FORMATTED-TIME_DP.COMMA.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_FORMATTED-TIME_with_ref_modding.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_FRACTION-PART.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_HEX-OF.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_HEX-OF.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_HIGHEST-ALGEBRAIC.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_INTEGER-OF-DATE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_INTEGER-OF-DAY.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_INTEGER-OF-FORMATTED-DATE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_INTEGER-PART.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_INTEGER.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_LENGTH__1_.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_LENGTH__2_.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_LENGTH__2_.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_LOCALE-COMPARE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_LOCALE-DATE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_LOCALE-DATE.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_LOCALE-TIME-FROM-SECONDS.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_LOCALE-TIME-FROM-SECONDS.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_LOCALE-TIME.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_LOCALE-TIME.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_LOG.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_LOG10.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_LOWER-CASE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_LOWER-CASE_with_reference_modding.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_LOWEST-ALGEBRAIC.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_MAX.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_MAX.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_MEAN.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_MEAN.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_MEDIAN.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_MEDIAN.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_MIDRANGE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_MIDRANGE.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_MIN.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_MIN.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_MODULE-NAME.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_MODULE-NAME.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_MOD__invalid_.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_MOD__valid_.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_NUMVAL-C.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_NUMVAL-C_DP.COMMA.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_NUMVAL-F.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_NUMVAL-F.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_NUMVAL.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_ORD-MAX.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_ORD-MAX.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_ORD-MIN.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_ORD-MIN.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_ORD.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_ORD.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_PI.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_PRESENT-VALUE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_PRESENT-VALUE.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_RANDOM.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_RANGE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_REM__invalid_.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_REM__valid_.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_REVERSE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_REVERSE_with_reference_modding.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_SECONDS-FROM-FORMATTED-TIME.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_SECONDS-PAST-MIDNIGHT.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_SIGN.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_SIN.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_SQRT.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_STANDARD-DEVIATION.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_SUBSTITUTE-CASE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_SUBSTITUTE-CASE_with_reference_mod.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_SUBSTITUTE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_SUBSTITUTE.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_SUBSTITUTE_with_reference_modding.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_SUM.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TAN.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TEST-DATE-YYYYMMDD.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TEST-DATE-YYYYMMDD.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TEST-DAY-YYYYDDD__1_.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TEST-DAY-YYYYDDD__1_.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TEST-DAY-YYYYDDD__2_.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TEST-FORMATTED-DATETIME_DP.COMMA.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TEST-FORMATTED-DATETIME_additional.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TEST-FORMATTED-DATETIME_with_dates.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TEST-FORMATTED-DATETIME_with_datetimes.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TEST-FORMATTED-DATETIME_with_times.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TEST-NUMVAL-C.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TEST-NUMVAL-F.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TEST-NUMVAL.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TRIM.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TRIM.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TRIM_with_reference_modding.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TRIM_with_reference_modding.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TRIM_zero_length.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_TRIM_zero_length.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_UPPER-CASE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_UPPER-CASE_with_reference_modding.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_VARIANCE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_WHEN-COMPILED.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_YEAR-TO-YYYY.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_as_CALL_parameter_BY_CONTENT.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/FUNCTION_as_CALL_parameter_BY_CONTENT.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/Intrinsics_without_FUNCTION_keyword__2_.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/Program-to-program_parameters_and_retvals.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/Program-to-program_parameters_and_retvals.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/Recursive_FUNCTION_with_local-storage.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/Recursive_FUNCTION_with_local-storage.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/Repository_functions_clause.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/Repository_functions_clause.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/UDF_RETURNING_group_and_PIC_9_5_.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/UDF_RETURNING_group_and_PIC_9_5_.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/UDF_fibonacci_recursion.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/UDF_fibonacci_recursion.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/UDF_in_COMPUTE.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/UDF_in_COMPUTE.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/UDF_with_recursion.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/UDF_with_recursion.out [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/call_subprogram_using_pointer__passing_pointer.cob [new file with mode: 0644]
gcc/testsuite/cobol.dg/group2/call_subprogram_using_pointer__passing_pointer.out [new file with mode: 0644]