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