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
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
> 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
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
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
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,
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
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
> 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