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