https://gcc.gnu.org/g:63f44b398f5938503cbd1e168bcc723697c9e9ad

commit r16-1894-g63f44b398f5938503cbd1e168bcc723697c9e9ad
Author: Robert Dubner <rdub...@symas.com>
Date:   Tue Jul 1 11:07:18 2025 -0400

    cobol: Update test case for intrinsic function syntax.
    
    gcc/testsuite/ChangeLog:
    
            * cobol.dg/group2/Intrinsics_without_FUNCTION_keyword__2_.cob:
            Append INTRINSIC keyword.

Diff:
---
 .../cobol.dg/group2/Intrinsics_without_FUNCTION_keyword__2_.cob       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/gcc/testsuite/cobol.dg/group2/Intrinsics_without_FUNCTION_keyword__2_.cob 
b/gcc/testsuite/cobol.dg/group2/Intrinsics_without_FUNCTION_keyword__2_.cob
index b94adf580264..39a0c5b33da2 100644
--- a/gcc/testsuite/cobol.dg/group2/Intrinsics_without_FUNCTION_keyword__2_.cob
+++ b/gcc/testsuite/cobol.dg/group2/Intrinsics_without_FUNCTION_keyword__2_.cob
@@ -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.

Reply via email to