Re: Backporting Patches to GCC 7

2017-05-09 Thread Richard Biener
On Mon, May 8, 2017 at 10:00 PM, Jonathan Wakely wrote: > On 5 May 2017 at 21:35, Palmer Dabbelt wrote: >> I just submitted two patches against trunk. I'd like to also have them on >> the >> 7 branch, so when 7.2 comes out we'll have them. These patches only touch >> the >> RISC-V backend, whi

Re: [RFC] GCC 8 Project proposal: Extensions supporting C Metaprogramming, pseudo-templates

2017-05-09 Thread Florian Weimer
On 05/09/2017 01:36 AM, Daniel Santos wrote: To further the usefulness of such techniques, I propose the addition of a c-family attribute to declare a parameter, variable (and possibly other declarations) as "constprop" or some similar word. The purpose of the attribute is to: 1.) Emit a warn

Re: [RFC] GCC 8 Project proposal: Extensions supporting C Metaprogramming, pseudo-templates

2017-05-09 Thread Allan Sandfeld Jensen
On Tuesday 09 May 2017, Daniel Santos wrote: > The primary aim is to facilitate high-performance generic C > libraries for software where C++ is not suitable, but the cost of > run-time abstraction is unacceptable. A good example is the Linux > kernel, where the source tree is littered with more th

gcc-5-20170509 is now available

2017-05-09 Thread gccadmin
Snapshot gcc-5-20170509 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/5-20170509/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 5 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-5

Move myself to Write After Approval section

2017-05-09 Thread Kaz Kojima
Hi all, I am stepping down as the SH backend maintainer for personal reasons. I might still send tiny SH patches and sh-linux testresults if the HDD of my SH machine can be recovered. I've moved myself to write after approval section. I didn't think that I could be involved with such huge and hi

Re: Backporting Patches to GCC 7

2017-05-09 Thread Palmer Dabbelt
On Tue, 09 May 2017 01:50:42 PDT (-0700), richard.guent...@gmail.com wrote: > On Mon, May 8, 2017 at 10:00 PM, Jonathan Wakely > wrote: >> On 5 May 2017 at 21:35, Palmer Dabbelt wrote: >>> I just submitted two patches against trunk. I'd like to also have them on >>> the >>> 7 branch, so when 7.