Out problem is as following:
Texas Compiler Version: V4.70 vs V5.11
The optimization options are: -o2 -x
The variable bReadVal is FALSE in following C code.
These content are printed if we use the V4.70 compiler
If we use the V5.11 compiler, it will run in correctly logical. The program doesn’t print this information.
we want to know why and which condition will cause this issue and how to avoid this scenario in coding?