Re: Kernel 3.6 build bug with Linaro 4.7 toolchains

2012-10-03 Thread Khem Raj
On Tue, Oct 2, 2012 at 4:59 PM, Tim Bird tim.b...@am.sony.com wrote: When I try to build the Linux kernel version 3.6 with the gcc-4.7 nightly build Linaro toolchains, linaro binutils needs to back port

Re: GCC ICE compiling glibc with latest linaro gcc 4.5

2011-02-16 Thread Khem Raj
On (12/01/11 07:54), Michael Hope wrote: On Tue, Jan 11, 2011 at 3:40 PM, Khem Raj raj.k...@gmail.com wrote: Hi Commit r99457 on linaro 4.5 branch is causing a ICE when compiling the attached file with following options gcc-4_5-branch/build.i686-linux.armeb-oe-linux-gnueabi/gcc/cc1

Re: Another GCC ICE on x86 this time

2011-01-21 Thread Khem Raj
On Tue, Jan 18, 2011 at 5:49 PM, Michael Hope michael.h...@linaro.org wrote: On Fri, Jan 14, 2011 at 12:31 PM, Khem Raj raj.k...@gmail.com wrote: Hi There is another ICE which is happening when compiling libcstdc++ for x86 Attached testcase you will be able to reproduce this problem

Linaro gcc ICE bug

2010-12-09 Thread Khem Raj
Hi The bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46883 files against GCC trunk also happens with linaro gcc 4.5 My guess is that there is a backported patch from trunk into linaro 4.5 tree thats causing this ICE This ICE does not happen on upstream gcc-4.5 branch I havent figured out the

Re: Vexpress LTP questions

2010-09-22 Thread Khem Raj
On Wed, Sep 22, 2010 at 3:51 PM, Matt Waddel matt.wad...@canonical.com wrote: Hi, There are many failures in the LTP tests related to message queues.  This is because the CONFIG_POSIX_MQUEUE option is disabled in the kernel.  When I enable this option all the ltp mqueue tests pass. Does