== 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
== 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
> - 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 on
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.
It would be best to file a bug in glibc then and fix it there.
From: Kugan
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, Andrew wrote:
>> - Trunk is broken and
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
> Sent: Sunday, May 10, 2015 10:46
* TCWG-146 - Detect smin/umin idiom (3/10)
- Investigation
* TCWG-110 - Investigate generating out-of-line branch tables in ARM GCC
(1/10)
- Resolved with ARM as questionable benefit; inline constant pools
are cheap to access.
* Illness (5/10)
* Misc (1/10)
- Conference calls
== Next