Re: [ACTIVITY] 04 May -- 08 May

2015-05-10 Thread Pinski, Andrew
It would be best to file a bug in glibc then and fix it there. From: Kugan kugan.vivekanandara...@linaro.org Sent: Sunday, May 10, 2015 10:46 PM To: Pinski, Andrew; Linaro Toolchain Subject: Re: [ACTIVITY] 04 May -- 08 May On 11/05/15 15:24, Pinski,

Re: [ACTIVITY] 04 May -- 08 May

2015-05-10 Thread Pinski, Andrew
- Trunk is broken and narrowed down the failure to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66066 No the code is broken in SPEC ;). SPEC INT has been known to be broken C and they are not willing to do anything about it after the fact. This has been true for all versions of SPEC and one

[ACTIVITY] 04 May -- 08 May

2015-05-10 Thread Kugan
== Progress == * Upstream GCC (4/10) - TCWG-779 Vector rtx costs for AArch64 ACKed to commit. - Asked to do fresh regression and benchmarking - re-based to latest trunk - Trunk is broken and narrowed down the failure to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66066 - Fixed and regression

Re: [ACTIVITY] 04 May -- 08 May

2015-05-10 Thread Kugan
On 11/05/15 15:54, Pinski, Andrew wrote: It would be best to file a bug in glibc then and fix it there. I agree. Let me see if it is present in the trunk as well and file a bug-report. Thanks, Kugan From: Kugan kugan.vivekanandara...@linaro.org

Re: [ACTIVITY] 04 May -- 08 May

2015-05-10 Thread Kugan
On 11/05/15 15:24, Pinski, Andrew wrote: - Trunk is broken and narrowed down the failure to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66066 No the code is broken in SPEC ;). SPEC INT has been known to be broken C and they are not willing to do anything about it after the fact. This

[ACTIVITY] Week 19

2015-05-10 Thread Prathamesh Kulkarni
== This week == * PR49551 (2/10) - Created new patch: http://pastebin.com/PsLTgvp7 - merge_decls() calls memcpy to copy newdecl into olddecl thus overriding DECL_COMMON in olddecl which is the source of the bug. If newdecl has common/nocommon attribute set, honor it, else DECL_COMMON would be set