On Fri, 2012-05-25 at 12:02 +0200, Olof Kindgren wrote:
> 
> 
> 2012/5/25 Stefan Kristiansson <[email protected]>
>         compiling code like:
>         
>         int foo(int a, int b)
>         {
>                if (a > b)
>                        return a;
>                else
>                        return b;
>         }
>         
>         with:
>         
>         or1k-elf-gcc -O2 -mcmov -c -S cmov.c -o -
>         
>         caused an internal compiler error
>         due to the fact that or1k_compare_op0 and or1k_compare_op1
>         never get assigned with anything
>         ---
I've asked Joern Rennecke (who implemented GCC 4.5 for OpenRISC) to
comment on this.

Jeremy 
-- 
Tel:      +44 (1590) 610184
Cell:     +44 (7970) 676050
SkypeID: jeremybennett
Email:   [email protected]
Web:     www.embecosm.com

_______________________________________________
OpenRISC mailing list
[email protected]
http://lists.openrisc.net/listinfo/openrisc

Reply via email to