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.

CCSv6 Beta 4 .gel problem with ternary operators

Hello,

there seems to be a new problem with ternary operators in .gel files with CCSv6 Beta 4.
Example:

MAX(a, b)
{
    return a>b?a:b;
}

C66xx_0: GEL: Error while executing OnFileLoaded( 0, 0): condition does not evaluate to a value...

I worked around this problem by using if-else.

Ralf