https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119634

            Bug ID: 119634
           Summary: compile error: sorry, unimplemented: Global
                    declarative _DECLARATIVES_EVAL1
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: cobol
          Assignee: unassigned at gcc dot gnu.org
          Reporter: simonsobisch at gnu dot org
  Target Milestone: ---

As seen in NIST IC233A, IC234A and IC401M:


warning: --debug implies -fstack-check: ignored
IC234A.CBL:482:12: sorry, unimplemented: Global declarative _DECLARATIVES_EVAL1
for IC234A
  482 | 048400     ADD 2 TO DILFRAP.                                           
IC2344.2
      |            ^
IC234A.CBL:606:12: sorry, unimplemented: Global declarative _DECLARATIVES_EVAL1
for IC234A
  606 | 060800     ADD  4 TO DILFRAP.                                          
IC2344.2
      |            ^
IC234A.CBL:726:8: sorry, unimplemented: Global declarative _DECLARATIVES_EVAL1
for IC234A
  726 | 072800 SECT-IC234A-3-001 SECTION.                                      
IC2344.2
      |        ^
IC234A.CBL:728:16: sorry, unimplemented: Global declarative _DECLARATIVES_EVAL1
for IC234A
  728 | 073000     OPEN    INPUT TEST-FILE.                                    
IC2344.2
      |                ^
IC234A.CBL:729:20: sorry, unimplemented: Global declarative _DECLARATIVES_EVAL1
for IC234A
  729 | 073100     READ    TEST-FILE.                                          
IC2344.2
      |                    ^
IC234A.CBL:730:17: sorry, unimplemented: Global declarative _DECLARATIVES_EVAL1
for IC234A
  730 | 073200     EXIT PROGRAM.                                               
IC2344.2
      |                 ^
IC234A.CBL:732:81: sorry, unimplemented: Global declarative _DECLARATIVES_EVAL1
for IC234A
  732 | 073400 END PROGRAM IC234A-3.                                           
IC2344.2
      |                                                                        
        ^

looks like an internal compiler bug.

Reply via email to