-
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.
fixed [bugs:#961]: Nested Elements Mishandled Despite 'with attribute…
…s' Specification cobc: * tree.c (set_ml_attrs_and_children): Enhanced the function to handle the case where a child has attributes * codegen.c (output_ml_suppress_checks): Modified the starting point to start from the last attribute if present * codegen.c (get_prev_ml_tree_entry): Removed the fallback case to prevent infinite loops
- Loading branch information
1 parent
731b81a
commit ae0680b
Showing
4 changed files
with
66 additions
and
11 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 |
---|---|---|
|
@@ -61,6 +61,16 @@ | |
|
||
* pplex.l (cb_text_list): prevent duplicates | ||
|
||
2024-08-30 Ammar Almorsi <[email protected]> | ||
|
||
BUG #961: Nested Elements Mishandled Despite 'with attributes' Specification | ||
* tree.c (set_ml_attrs_and_children): Enhanced the function to handle | ||
the case where a child has attributes | ||
* codegen.c (output_ml_suppress_checks): Modified the starting point | ||
to start from the last attribute if present | ||
* codegen.c (get_prev_ml_tree_entry): Removed the fallback case to | ||
prevent infinite loops | ||
|
||
2024-08-28 David Declerck <[email protected]> | ||
|
||
* tree.c (char_to_precedence_idx, get_char_type_description, valid_char_order): | ||
|
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