This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS 6.0.1 "Highlight Inactive Code" not working with GNU v4.9.1

The "Highlight Inactive Code" feature does not recognize predefined symbols when using the GNU v4.91 compiler. The compiler itself does recognize it's predefined symbols. When using the TI compiler, CSS "Highlight Inactive Code" works fine.
For example: A predefined GNU compiler symbol is "__GNUC__"
When I use
#ifdef __GNUC__
//do stuff
#endif
The CCS editor highlights the above code, showing it as inactive, which is not true.
Anyone else having this problem?
Thanks