forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
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
7 changed files
with
245 additions
and
192 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 |
---|---|---|
|
@@ -268,6 +268,17 @@ | |
search tree | ||
* parser.y (_end_search): if search has no AT END create an implicit one | ||
at END-SEARCH for better trace and debugging | ||
* flag.def, typeck.c: new option "fast-compare" (cb_flag_fast_compare, | ||
defaulting to on) to disable old and new optimizations | ||
* cobc.c: disable cb_flag_fast_compare for -fsyntax-only and on compiler | ||
errors to improve parsing time | ||
* tree.c (cb_fits_int, cb_fits_long_long): constant ZERO fits both | ||
integer types | ||
* tree.c (cb_field_size): return FIELD_SIZE_UNKNOWN for constants and | ||
fields with ANY LENGTH | ||
* typeck.c (cb_build_cond_default, cb_build_cond_fields): extracted | ||
from cb_build_cond | ||
|
||
|
||
2022-12-14 Simon Sobisch <[email protected]> | ||
|
||
|
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
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
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
Oops, something went wrong.