gcc-6-20170614 is now available

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

Re: [PATCH] Recognize '-' as special -MF argument (write to stdout)

2017-06-14 Thread Joseph Myers
Thanks, I've tested this patch for x86_64-pc-linux-gnu and committed it to trunk. As a new feature it doesn't seem appropriate for release branches. -- Joseph S. Myers jos...@codesourcery.com

RE: Optimization for static local variables

2017-06-14 Thread Prachi Godbole
> On Wed, Jun 14, 2017 at 1:14 PM, Prachi Godbole > wrote: > > I'm developing a solution to optimize away intermediate stores (loads) for > static local variables which are assigned to before referenced on every path > through a function. > > > > Currently GCC eliminates all loads/stores in a stra

Re: Optimization for static local variables

2017-06-14 Thread Richard Biener
On Wed, Jun 14, 2017 at 1:14 PM, Prachi Godbole wrote: > I'm developing a solution to optimize away intermediate stores (loads) for > static local variables which are assigned to before referenced on every path > through a function. > > Currently GCC eliminates all loads/stores in a straight lin

Re: Optimization for static local variables

2017-06-14 Thread Bin.Cheng
On Wed, Jun 14, 2017 at 12:14 PM, Prachi Godbole wrote: > I'm developing a solution to optimize away intermediate stores (loads) for > static local variables which are assigned to before referenced on every path > through a function. > > Currently GCC eliminates all loads/stores in a straight li

Optimization for static local variables

2017-06-14 Thread Prachi Godbole
I'm developing a solution to optimize away intermediate stores (loads) for static local variables which are assigned to before referenced on every path through a function. Currently GCC eliminates all loads/stores in a straight line code but not in control structures. AFAIU, passes like sccvn,

Re: backtrace.h not installed with --enable-plugin

2017-06-14 Thread Richard Biener
On Wed, Jun 14, 2017 at 9:08 AM, wrote: > Hello All, > > I compiled a gcc-7.1 release tree configured with > > '../gcc-7.1.0/configure' '--program-suffix=-7my' '--enable-shared' > '--enable-linker-build-id' '--without-included-gettext' > '--enable-threads=posix' '--with-sysroot=/' '--enable-clo

backtrace.h not installed with --enable-plugin

2017-06-14 Thread basile
Hello All, I compiled a gcc-7.1 release tree configured with '../gcc-7.1.0/configure' '--program-suffix=-7my' '--enable-shared' '--enable-linker-build-id' '--without-included-gettext' '--enable-threads=posix' '--with-sysroot=/' '--enable-clocale=gnu' '--enable-libstdcxx-debug' '--enable-lib

Re: Read-only *.ali files in adalib installation?

2017-06-14 Thread Eric Botcazou
> I built an Ada cross-compiler and noticed that all the *.ali files in > adalib are read-only, e.g. > > ll /opt/rtems-4.12/lib64/gcc/powerpc-rtems4.12/7.1.1/adalib/ > > [...] > > -r--r--r-- 1 sebastian_h domain users 5210 Jun 12 14:06 i-fortra.ali > -r--r--r-- 1 sebastian_h domain users