check_c_src_pipeline

This pragma controls detection of a pipeline conflict in the C language code.

Compatibility

This pragma is not compatible with the DSP56800 compiler, but it is compatible with the DSP56800E compiler.

Syntax
  #pragma check_c_src_pipeline [off|conflict]  
Remarks

Use this pragma for extra validation of generated C code. The compiler already checks for pipeline conflicts; this pragma tells the compiler to add another check for pipeline conflicts. Should this pragma detect a pipeline conflict, it issues an error message.

Note: The pipeline conflicts that this pragma finds are rare. Should this pragma report such a conflict with your code, you should report the matter to Freescale.