== Progress ==
Knocked out more GDB remote configuration failures that were failing due to
timeouts.
Had 1:1 with Matt for direction on GDB improvement plan.
Looked around for Ireland visa process and filled out visa application.
== Plan ==
Complete review of remote timeout based test case fai
== Progress ==
* Disable-peeling:
- benchmarking locally on snowball
- failed to build reference branch on cbuild, for an unknown reason
* Turnoff 64bits ops in Neon:
- committed upstream in 4.9 (now stage 1)
- benches of backport into Linaro-4.7 OK: no significant diff,
except +12.6% on s
Hello Will,
On Tue, Mar 19, 2013 at 08:32:41PM +0200, Fathi Boudra wrote:
> Hi Will,
>
> On 19 March 2013 13:21, Will Newton wrote:
> > Hi all,
> >
> > I'd like to run the binutils testsuite in a native configuration
> > regularly to find any regressions. Do we have any infrastructure for
> > do
Hi folks,
I'm trying again the bootstrap of GCC on Arndale and it goes pretty well
until it has to install libgcc that it just compiled.
When I build first time, I get an error while installing libgcc:
make[4]: Entering directory
`/home/linaro/devel/gcc/build/objs/armv7l-unknown-linux-gnueabihf/
Sorry, I have no idea at the moment.
Which sources are you using? Could you check from a GCC release known
to build? (although even trunk is supposed to build correctly)
Christophe.
On 25 March 2013 14:26, Renato Golin wrote:
> Hi folks,
>
> I'm trying again the bootstrap of GCC on Arndale and
On 25 March 2013 13:37, Christophe Lyon wrote:
> Sorry, I have no idea at the moment.
> Which sources are you using? Could you check from a GCC release known
> to build? (although even trunk is supposed to build correctly)
>
Trunk at some time a few weeks ago. :/ (commit
5f9b0c453c2e426afe451c00
On 25/03/13 06:00, Pinski, Andrew wrote:
Yes I know what you want to do but I think this is better to without adding a
new tree code.
You want to expand the following:
a = x < y
c = z ? a : b
Where a is only used in the assignment of a.
I think this is better to add target specific hook for do
From: Denys Dmytriyenko
Otherwise eglibc version is set to UNKNOWN.
Similar fix is already in master.
Signed-off-by: Denys Dmytriyenko
---
conf/distro/include/external-linaro-toolchain-versions.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/distro/include/externa
Please add "--with-float=hard" in your configure.
Best regards!
-Zhenqiang
On 25 March 2013 22:18, Renato Golin wrote:
> On 25 March 2013 13:37, Christophe Lyon wrote:
>>
>> Sorry, I have no idea at the moment.
>> Which sources are you using? Could you check from a GCC release known
>> to build