-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Code Generation Tools
-
CODEGEN-15776
-
-
-
default
-
In certain cases, the compiler may generate a TA.MAP or TDM.MAP operand with a 32bit erroneous value.
This affects workflows that compile assembly code generated by c29clang. These workflows include:
- Using the -save-temps option
- Using the -f-no-integrated-as option
- Multi-stage compilations where the result of c29clang with the -S option is used as input to another invocation of c29clang
Note that compilations which do not generate textual assembly are not affected.