commit | 8b06c58c4ae83d4007510f2d2c74ee979bc2b86a | [log] [tgz] |
---|---|---|
author | Robert Dubner <rdubner@symas.com> | Fri Aug 01 10:37:38 2025 -0400 |
committer | Robert Dubner <rdubner@symas.com> | Fri Aug 01 12:34:53 2025 -0400 |
tree | 48ac56468569521fc95b44496db21f84ae76b006 | |
parent | 08196f044015737b81a454864684e57fbfc5b1a9 [diff] |
cobol: Minor changes to quiet cppcheck warnings. [PR119324] gcc/cobol/ChangeLog: PR cobol/119324 * cbldiag.h (location_dump): Inline suppression of knownConditionTrueFalse. * genapi.cc (parser_statement_begin): Combine two if() statements. * genutil.cc (get_binary_value): File-level suppression of duplicateBreak. * symbols.cc (symbol_elem_cmp): File-level suppression of duplicateBreak.