On Wed, 23 Aug 2017, Rainer Orth wrote:
> Hi Richard,
>
> > On Fri, 12 May 2017, Richard Biener wrote:
> >
> >>
> >> This is a heads-up that I am in the process of implementing the last
> >> of Jasons review comments on the dwarf2out parts of early LTO debug
> >> support. I hope to post final p
Hi
I got a code base with the following indentation style for break within
switch/case:
---%<---
#include
int main(void)
{
const char *c = "XX";
int out = 0;
switch (c[0]) {
case 'X': if (strcmp(c, "XX")) out = 1; break; /* ok */
case 'Y': if (strcmp(c, "XY")
Hi Matthew,
On Fri, 11 Nov 2016, Matthew Fortune wrote:
> This means that a user consciously creating an object that 'needs' ieee
> compliance via use of -fieee=strict or -mieee=strict is thwarted by the
> next user who builds the executable. This kind of scenario can occur with
> a static librar
Hi,
Here's a report of a successful build and install of GCC:
$ gcc-7.2.0/config.guess
aarch64-unknown-linux-gnu
$ newcompiler/bin/gcc -v
Using built-in specs.
COLLECT_GCC=newcompiler/bin/gcc
COLLECT_LTO_WRAPPER=/home/aaro/gcctest/newcompiler/libexec/gcc/aarch64-unknown-linux-gnu/7.2.0/lto-wrapp
Hi,
Here's a report of a successful build and install of GCC:
$ gcc-7.2.0/config.guess
armv7l-unknown-linux-gnueabi
$ newcompiler/bin/gcc -v
Using built-in specs.
COLLECT_GCC=newcompiler/bin/gcc
COLLECT_LTO_WRAPPER=/home/aaro/gcctest/newcompiler/libexec/gcc/arm-unknown-linux-gnueabi/7.2.0/lto-wr
Hi,
Here's a report of a successful build and install of GCC:
$ gcc-7.2.0/config.guess
mips64el-unknown-linux-gnu
$ newcompiler/bin/gcc -v
Using built-in specs.
COLLECT_GCC=newcompiler/bin/gcc
COLLECT_LTO_WRAPPER=/home/aaro/gcctest/newcompiler/libexec/gcc/mipsel-unknown-linux-gnu/7.2.0/lto-wrapp
Hi,
Here's a report of a successful build and install of GCC:
$ gcc-7.2.0/config.guess
x86_64-pc-linux-gnu
$ newcompiler/bin/gcc -v
Using built-in specs.
COLLECT_GCC=newcompiler/bin/gcc
COLLECT_LTO_WRAPPER=/home/aaro/gcctest/newcompiler/libexec/gcc/x86_64-unknown-linux-gnu/7.2.0/lto-wrapper
Targ
Snapshot gcc-7-20170824 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/7-20170824/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 7 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-7