]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cobol: Update test case for intrinsic function syntax.
authorRobert Dubner <rdubner@symas.com>
Tue, 1 Jul 2025 15:07:18 +0000 (11:07 -0400)
committerRobert Dubner <rdubner@symas.com>
Tue, 1 Jul 2025 15:17:29 +0000 (11:17 -0400)
gcc/testsuite/ChangeLog:

* cobol.dg/group2/Intrinsics_without_FUNCTION_keyword__2_.cob:
Append INTRINSIC keyword.

gcc/testsuite/cobol.dg/group2/Intrinsics_without_FUNCTION_keyword__2_.cob

index b94adf5802644d8b07e9e243c728e1eabcf9b88e..39a0c5b33da20724807ad4afb959b2d0d889e64d 100644 (file)
@@ -5,8 +5,8 @@
        ENVIRONMENT      DIVISION.
        CONFIGURATION    SECTION.
        REPOSITORY.
-           FUNCTION     PI
-           FUNCTION     E.
+           FUNCTION     PI INTRINSIC
+           FUNCTION     E  INTRINSIC.
        DATA             DIVISION.
        WORKING-STORAGE  SECTION.
        01  Z            PIC 99V99.