-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-9599
-
-
-
default
In July 2019, a change to the compiler inadvertently caused some existing
diagnostic numbers to change.
As of February 2022, the defect has been fixed so the previous diagnostic numbering is restored.
Therefore, if you were working with a compiler released after July 2019, and you are using compiler options that control compiler diagnostics (for example, the compiler option --diag_suppress), and you migrate to a compiler released after February 9, 2022, you may need to adjust the compiler diagnostic number parameter by lowering the diagnostic number by 1 to match the corrected numbering. This change will not be necessary for most diagnostic numbers.
For example, --diag_suppress 2681 should now be written as
--diag_suppress 2680.