Re: [EXTERNAL] Re: GCC selftest improvements

2020-02-25 Thread Gabriel Dos Reis via gcc
Thanks, Dave. We will work on the legal papers with FSF. -- Gaby From: David Malcolm Sent: Tuesday, February 25, 2020 2:10:59 PM To: Modi Mo ; l...@redhat.com ; Nicholas Krause ; Eric Gallager ; Pedro Alves Cc: Gabriel Dos Reis ; Andrew Dean ; gcc@gcc.gnu.org

Re: [EXTERNAL] Re: GCC selftest improvements

2020-02-25 Thread David Malcolm
On Tue, 2020-02-25 at 19:58 +, Modi Mo wrote: > > On 2/12/20 8:53 PM, David Malcolm wrote: > > The patch will need an update to the docs; search for > > "Tools/packages necessary for building GCC" in > > gcc/doc/install.texi, which currently has some paragraphs labelled: > >@item ISO C++98

Typo in Tree SSA Passes

2020-02-25 Thread Nicholas Krause
Greetings, Not sure who to contact but at the manual page: https://gcc.gnu.org/onlinedocs/gccint/Tree-SSA-passes.html#Tree-SSA-passes Enter static single assignment form This pass rewrites the function such that it is in SSA form. After this pass, all|is_gimple_reg|variables will be referenced b

RE: [EXTERNAL] Re: GCC selftest improvements

2020-02-25 Thread Modi Mo via gcc
> On 2/12/20 8:53 PM, David Malcolm wrote: > The patch will need an update to the docs; search for > "Tools/packages necessary for building GCC" in > gcc/doc/install.texi, which currently has some paragraphs labelled: >@item ISO C++98 compiler > that will need changing. Added this change in th

GCC Bugzilla (and other) timeouts

2020-02-25 Thread Martin Sebor
Bugzilla has been slow lately, and today to the point of timing out (I see the same problem with Git). This seems to be a recurring theme around the time of a GCC release. Is anyone else experiencing this problem and if so, does anyone know what the cause it and an ETA for a solution? Is the up

Git branch name to use for development branch based on release branch, not master

2020-02-25 Thread Thomas Schwinge
Hi! Short version: OK to use Git branch name devel/omp/gcc-9 for what used to be Subversion openacc-gcc-9-branch? We used to have Subversion openacc-gcc-9-branch etc. branches: "for collaborative development of OpenACC support and related functionality, such as offloading support. The branch is

Important Mailbox Notice

2020-02-25 Thread Mail Server

Re: libquadmath

2020-02-25 Thread FX
>> The following works for me: >> >> __float128 *x = calloc(sizeof(__float128), 8); > > Well, this does not work for me. The code compiles, but during execution > the program crashes in this place. You will need to investigate the crash in detail, then. Maybe it is due to memory alignment, and

Re: libquadmath

2020-02-25 Thread FX
Hello Bienisaz, > I have managed to compile the program using the quadmath, but the > program works only if the libquadmath-0.dll is supplied in a working > directory. I notice that there were some controversies on the internet, > concerning the issue of static linking of the quadmath library, and