Forum Discussion
Altera_Forum
Honored Contributor
12 years agoint c = a <? b; // what is it ? operator ? digraph ? compiler options ?
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) : int foo(int a, int b)
{
int c = ...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Looks like a typo, or something tried to process it in some markup language and got confused. You'll probably have to work out what was meant from the context. --- Quote End --- This instruction exist really in the code and compile with an older version of nios2-elf-gcc (NIOS II EDS 6.0), that s not a markup or a typo :( (I do a migration of an older code which compil)