Skip to content

Commit

Permalink
Merge SVN 4415
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeclerck committed Jun 18, 2024
1 parent b180908 commit dbf5b2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/testsuite.src/run_misc.at
Original file line number Diff line number Diff line change
Expand Up @@ -17252,8 +17252,10 @@ AT_DATA([prog.cob], [
88 a-two value 2.
LINKAGE SECTION.
PROCEDURE DIVISION.
display n(n**0+ 1:). *> bug # 702 ("pow"-call in generated program
if not a-one and not a-two *> arithmetic handling (optimize code)
*> bug #702, "pow"-call in generated program
display n(n**0+ 1:).
*> bug #631 arithmetic handling (optimize code)
if not a-one and not a-two
display 'succeeded'
else
display 'failed'
Expand Down

0 comments on commit dbf5b2c

Please sign in to comment.