[MINUTES] Toolchain Performace Call 2012-12-11

2012-12-11 Thread Yvan Roux
The minutes of the performance call held on 11 December 2012 can be found at: https://wiki.linaro.org/WorkingGroups/ToolChain/Meetings/2012-12-11 In summary the actions from the meeting are: * ACTION: Matt update meeting template attendees - to include Yvan * ACTION: mgrettondann split LRA bluep

regression of x86 gcc bootstrap with Linaro sourcebase

2012-12-11 Thread Robert Schiele
Hi Ulrich, Before I build the cross compiler for ARM target I do a bootstrap process of an i686 compiler on the same code base to use that one building the cross compiler to reduce the chance of seeing subtle problems late in the game. This process unveiled a x86 bootstrap regression with some of

Re: regression of x86 gcc bootstrap with Linaro sourcebase

2012-12-11 Thread Ulrich Weigand
Robert Schiele wrote on 11.12.2012 12:12:45: > Before I build the cross compiler for ARM target I do a bootstrap > process of an i686 compiler on the same code base to use that one > building the cross compiler to reduce the chance of seeing subtle > problems late in the game. This process unveil

Re: regression of x86 gcc bootstrap with Linaro sourcebase

2012-12-11 Thread Robert Schiele
On Tue, Dec 11, 2012 at 2:04 PM, Ulrich Weigand wrote: > This does look exactly like: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54684 > > which was indeed a bug in optimize_unreachable, fixed by Richard Biener: > http://gcc.gnu.org/ml/gcc-patches/2012-09/msg01634.html > > Can you verify whethe

Re: FPU error with arm-linux-gnueabihf-gcc 3.7.3

2012-12-11 Thread Matthew Gretton-Dann
On 10 December 2012 14:53, Zhangfei Gao wrote: > We met build error when using arm-linux-gnueabihf-gcc 3.7.3 for Huawei > s40v200 kernel, which is 3.0.8, log is below. > > HAVE issue: > gcc-linaro-arm-linux-gnueabihf-4.7-2012.11-20121123_linux.tar.bz2 > gcc-linaro-arm-linux-gnueabihf-4.7-2012.10-2

[MINUTES] Toolchain main Call 2012-12-10

2012-12-11 Thread Michael Hope
The minutes of the main call held on 10 December 2012 can be found at: https://wiki.linaro.org/WorkingGroups/ToolChain/Meetings/2012-12-10 In summary the actions from the meeting are: * ACTION: Yvan to post mail to linaro-toolchain@lists.linaro.org re: 4.6 armv5 sync failures * ACTION: Matt re

Re: [PATCH 1/5] cortex strings preparation for aarch64

2012-12-11 Thread Michael Hope
On 11 December 2012 01:26, Marcus Shawcroft wrote: > This patch is just a minor whitespace cleanup. > /Marcus Applied as bzr83. I updated scripts/add-license.sh to strip trailing whitespace from any future files. -- Michael ___ linaro-toolchain maili

Re: [PATCH 2/5] cortex strings preparation for aarch64

2012-12-11 Thread Michael Hope
On 11 December 2012 01:26, Marcus Shawcroft wrote: > This patch adds support for --host=TRIPLE to configure which is > convenient for cross building. Applied as bzr84. -- Michael ___ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http

Re: [PATCH 4/5] cortex strings preparation for aarch64

2012-12-11 Thread Michael Hope
On 11 December 2012 01:26, Marcus Shawcroft wrote: > Adding definitions for LDADD and CFLAGS when building strchr and memchr tests. > > /Marcus Applied as bzr86. -- Michael ___ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lis

Re: [PATCH 5/5] cortex strings preparation for aarch64

2012-12-11 Thread Michael Hope
On 11 December 2012 01:26, Marcus Shawcroft wrote: > This patch adds --std=gnu99 to CFLAGS for the tests. This is > necessary because some of the test code use the following c99 idiom: > > for (int x=) Doesn't the -std=gnu99 in AM_CFLAGS apply to tests as well? -- Michael _

Re: [PATCH] Cortex Strings and configury for AArch64

2012-12-11 Thread Michael Hope
On 11 December 2012 06:41, Marcus Shawcroft wrote: > Following this mornings set of patches, this patch adds configury for > aarch64 support. Applied as bzr88. I dropped the extra parallel-tests. -- Michael ___ linaro-toolchain mailing list linaro-to

Re: [PATCH] Cortex Strings AArch64 implementations of memcpy, memset, strcmp

2012-12-11 Thread Michael Hope
On 11 December 2012 06:43, Marcus Shawcroft wrote: > This patch adds aarch64 implementations of memcpy, memset and strcmp > to cortex strings. Applied as bzr89. I shifted the implementations to src/aarch64. -- Michael ___ linaro-toolchain mailing lis