Amol Lad ha scritto:

Please execute below program in your davinci board. It seems there is
a toolchain bug when processing unsigned long long.

Yep, same behaviour here, and if I compile the same source in a i386 Linux box 
it works as expected. Looks like the switch() has problems with long long 
arguments:

if( x == C) works;
switch( (unsigned long)x) works too;
switch( x) doesn't work.


Cheers, Lorenzo
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to