Re: Auto builder failures

2012-06-28 Thread Zhenqiang Chen
Another two cases fail in precise test: -PASS: c-c++-common/simulate-thread/bitfields-3.c -O0 -g thread simulation test +UNSUPPORTED: c-c++-common/simulate-thread/bitfields-3.c -O0 -g thread simulation test -PASS: gcc.dg/simulate-thread/atomic-other-short.c -O0 -g thread simulation test +UNSUPPORT

Re: which toolchain version supports sdiv and udiv instructions?

2012-06-28 Thread Xiao Jiang
Michael Hope wrote: This works for me: .syntax unified .text .cpu cortex-a15 Got it, I need specified cpu mode here :) Many thanks! Xiao .type divit, %function divit: sdivr0, r0, r1 bx lr -- Michael

Re: Auto builder failures

2012-06-28 Thread Zhenqiang Chen
On 29 June 2012 11:28, Michael Hope wrote: > On 29 June 2012 14:57, Zhenqiang Chen wrote: >> Michael, >> >> Lots of fails disappear in the precise repawned tests. But there is a >> new one which pass in previous test but fail in the new test. >> >> ~uweigand/gcc-linaro/lp-1010826-4.7-p2/+merge/11

Re: Auto builder failures

2012-06-28 Thread Michael Hope
On 29 June 2012 14:57, Zhenqiang Chen wrote: > Michael, > > Lots of fails disappear in the precise repawned tests. But there is a > new one which pass in previous test but fail in the new test. > > ~uweigand/gcc-linaro/lp-1010826-4.7-p2/+merge/112036 > armv7l-precise-cbuild339-ursa4-cortexa9hfr1 >

Re: Auto builder failures

2012-06-28 Thread Zhenqiang Chen
Michael, Lots of fails disappear in the precise repawned tests. But there is a new one which pass in previous test but fail in the new test. ~uweigand/gcc-linaro/lp-1010826-4.7-p2/+merge/112036 armv7l-precise-cbuild339-ursa4-cortexa9hfr1 -PASS: gcc.dg/simulate-thread/atomic-other-int.c -O0 -g th

Re: which toolchain version supports sdiv and udiv instructions?

2012-06-28 Thread Xiao Jiang
Michael Hope wrote: On 29 June 2012 15:13, Xiao Jiang wrote: Hello, I tried codesourcy arm-2012.03-57-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2, and get below err infos. Error: selected processor does not support ARM mode `sdiv R2,R0,R1' Error: selected processor does not support AR

Re: which toolchain version supports sdiv and udiv instructions?

2012-06-28 Thread Michael Hope
On 29 June 2012 15:46, Xiao Jiang wrote: > Michael Hope wrote: >> >> On 29 June 2012 15:13, Xiao Jiang wrote: >> >>> >>> Hello, >>> >>> I tried codesourcy >>> arm-2012.03-57-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2, and get >>> below err infos. >>> >>> Error: selected processor does not s

Re: which toolchain version supports sdiv and udiv instructions?

2012-06-28 Thread Michael Hope
On 29 June 2012 15:13, Xiao Jiang wrote: > Hello, > > I tried codesourcy > arm-2012.03-57-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2, and get > below err infos. > > Error: selected processor does not support ARM mode `sdiv R2,R0,R1' > Error: selected processor does not support ARM mode `udiv

which toolchain version supports sdiv and udiv instructions?

2012-06-28 Thread Xiao Jiang
Hello, I tried codesourcy arm-2012.03-57-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2, and get below err infos. Error: selected processor does not support ARM mode `sdiv R2,R0,R1' Error: selected processor does not support ARM mode `udiv R2,R0,R1' Does it mean this toolchain version don'