Re: RFC: Changing AC_PROG_CC to AC_PROG_CC_C99 in top level configure

2021-05-02 Thread Alan Modra via Gcc-patches
On Fri, Apr 30, 2021 at 03:48:00PM -0600, Jeff Law via Gcc-patches wrote: > > On 4/30/2021 12:36 PM, Simon Marchi via Gcc-patches wrote: > > On 2021-04-26 7:32 a.m., Nick Clifton via Gdb-patches wrote:> Hi Guys, > > >Given that gcc, gdb and now binutils are all now requiring C99 as a > > >

[committed] libstdc++: Move unix.org reference to https

2021-05-02 Thread Gerald Pfeifer
commit f58541b2a42002c23267ce872b63d71e275e545d Author: Gerald Pfeifer Date: Mon May 3 02:00:07 2021 +0200 libstdc++: Move unix.org reference to https libstdc++-v3/ChangeLog: * doc/xml/manual/ctype.xml: Move unix.org reference to https. * doc/html/manua

[committed] wwwdocs: Remove link to Intel AVX-512{VL, BW, DQ} Programming Reference

2021-05-02 Thread Gerald Pfeifer
Links like this to intel.com keep breaking or redirecting to generic pages, so simply remove this now. Pushed. Gerald --- htdocs/git.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/git.html b/htdocs/git.html index 50fdd56a..8edde126 100644 --- a/htdocs/git.html

[committed] wwwdocs: Update link to Fedora rebuild gcc-4.3.0

2021-05-02 Thread Gerald Pfeifer
This moved from www.redhat.com to listman.redhat.com. Pushed. Gerald --- htdocs/gcc-4.3/porting_to.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/gcc-4.3/porting_to.html b/htdocs/gcc-4.3/porting_to.html index 5777519a..630290ce 100644 --- a/htdocs/gcc-4.3/port

PING^1 [PATCH 1/2] GCC_CET_HOST_FLAGS: Check if host supports multi-byte NOPs

2021-05-02 Thread H.J. Lu via Gcc-patches
On Tue, Mar 23, 2021 at 3:39 PM H.J. Lu wrote: > > Check if host supports multi-byte NOPs before enabling CET on host. > > config/ > > PR binutils/27397 > * cet.m4 (GCC_CET_HOST_FLAGS): Check if host supports multi-byte > NOPs. > > libiberty/ > > PR binutils/27397 >

Re: [PATCH] nvptx: Fix up nvptx build against latest libstdc++ [PR100375]

2021-05-02 Thread tdevries
On 2021-05-02 10:52, Jakub Jelinek wrote: Hi! The r12-220-gd96db15967e78d7cecea3b1cf3169ceb924678ac change deprecated some non-standard std::pair constructors and that apparently broke nvptx.c build, where pseudo_node_t is std::pair and so nullptr (or NULL) needs to be used for the first argumen

[PATCH] nvptx: Fix up nvptx build against latest libstdc++ [PR100375]

2021-05-02 Thread Jakub Jelinek via Gcc-patches
Hi! The r12-220-gd96db15967e78d7cecea3b1cf3169ceb924678ac change deprecated some non-standard std::pair constructors and that apparently broke nvptx.c build, where pseudo_node_t is std::pair and so nullptr (or NULL) needs to be used for the first argument of the ctors instead of 0. Tested in x86_

Re: [PATCH] i386: Fix up plugin header install on x86 [PR100336]

2021-05-02 Thread Uros Bizjak via Gcc-patches
On Sat, May 1, 2021 at 9:54 PM Jakub Jelinek wrote: > > Hi! > > The recent addition of i386-isa.def which is included from i386.h results > in failures to build gcc plugins, the i386.h header is installed, but > i386-isa.def is not. > > Fixed thusly, bootstrapped/regtested on x86_64-linux and i686