I search information about this instruction : int c = a <? b;
A sample of code who compiled with an older version of nios2-elf-gcc (NIOS II EDS 6.0) :
an operator ?
a digrah ?
what is it ?
what compiler options to use with nios2-elf-gcc (NIOS II EDS 13.1) ?
Thanks
A sample of code who compiled with an older version of nios2-elf-gcc (NIOS II EDS 6.0) :
Code:
int foo(int a, int b)
{
int c = a <? b;
...
}
a digrah ?
what is it ?
what compiler options to use with nios2-elf-gcc (NIOS II EDS 13.1) ?
Thanks