-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
|
||
2022-12-08 Simon Sobisch <[email protected]> | ||
2025-01-03 Fabrice Le Fessant <[email protected]> | ||
|
||
* typeck.c (build_evaluate, cb_check_needs_break): fix a bug where | ||
EVALUATE fails in profiling mode. The reason was that a check for | ||
a last GOTO statement is not correctly written, because it was | ||
actually checking either a GOTO or not a statement, which was | ||
evaluates to true for instructions added by profiling. Fixed by | ||
checking only that the last statement is a GOTO. Also modify | ||
cb_check_needs_break that uses the same code. | ||
|
||
2024-12-08 Simon Sobisch <[email protected]> | ||
|
||
* cobc.c (process_command_line): fix leak for --copy and -include parsing | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters