Re: GCC 5.1.1 Status Report (2015-06-22)

2015-07-02 Thread Matthew Wahab

On 22/06/15 12:56, Richard Biener wrote:


I plan to release GCC 5.2.0 around July 10th which means a release
candidate being done around July 3rd.

Please check your open regression bugs for ones that eligible for
backporting.  Also please help getting the P1 bug count to zero
(there is still the ARM aligned argument passing ABI issue).


I'd like to get the fix for PR target/65697 (weak memory barriers for __sync builtins 
on ARMv8) into GCC-5.2.


The backported patches for the Aarch64 back-end have been submitted:
https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01937.html

There's a reviewer for the Aarch64 patches but I still need a reviewer for the first 
patch which touches the middle-end and several back-ends.


Matthew


Re: GCC 5.1.1 Status Report (2015-06-22)

2015-07-02 Thread Matthew Wahab

On 02/07/15 13:40, Ramana Radhakrishnan wrote:

On Thu, Jul 2, 2015 at 12:03 PM, Matthew Wahab
 wrote:


I'd like to get the fix for PR target/65697 (weak memory barriers for __sync
builtins on ARMv8) into GCC-5.2.



I'd also like to see the ARM patches backported please unless there
are RM objections for it.


The patches are up for review: 
https://gcc.gnu.org/ml/gcc-patches/2015-07/msg00129.html

Matthew




Re: Repository for the conversion machinery

2015-08-27 Thread Matthew Wahab

On 27/08/15 16:56, James Greenhalgh wrote:

On Thu, Aug 27, 2015 at 03:38:10PM +0100, Eric S. Raymond wrote:

I've made it available at:

http://thyrsus.com/gitweb/?p=gcc-conversion.git

The interesting content is gcc.map (the contributor map) and gcc.lift.

Presently the only command in gcc.lift expunges the hooks directory.


This appears to be missing some contributors whose usernames I recognise
(starting with me :-) )...

   jgreenhalgh = James Greenhalgh  (e.g. revision 
227028)
   ktkachov = Kyrylo Tkachov   (e.g. r227012 )
   jiwang = Jiong Wang  (e.g. r227220 )
   renlin =  Renlin Li   (e.g. r222635 )
   alalaw01 = Alan Lawrence   (e.g. r217927 )

Thanks,
James




Also

   mwahab = Matthew Wahab  (r227219)

Matthew