Re: Errors building libgcc for powerpc64le-linux-gnu

2019-12-14 Thread Segher Boessenkool
On Sat, Dec 14, 2019 at 10:51:50AM -0800, Ian Lance Taylor via gcc wrote: > I'm seeing compiler crashes building libgcc for powerpc64le-linux-gnu, > cross-compiling from x86_64-pc-linux-gnu. I'm at SVN revision 279830. > I'm seeing the following. Is anybody else seeing this crash? Thanks. No, a

Re: Usage of C11 Annex K Bounds-checking interfaces on GCC

2019-12-14 Thread Jeffrey Walton
On Sat, Dec 14, 2019 at 12:36 PM Martin Sebor wrote: > > On 12/9/19 8:15 PM, li zi wrote: > > Hi All, > > We are using gcc in our projects and we found some of the C standard > > functions (like memcpy, strcpy) used in gcc may induce security > > vulnerablities like buffer overflow. Currently we

gcc-9-20191214 is now available

2019-12-14 Thread gccadmin
Snapshot gcc-9-20191214 is now available on https://gcc.gnu.org/pub/gcc/snapshots/9-20191214/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 9 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-9

Re: Errors building libgcc for powerpc64le-linux-gnu

2019-12-14 Thread Ian Lance Taylor via gcc
On Sat, Dec 14, 2019 at 10:51 AM Ian Lance Taylor wrote: > > I'm seeing compiler crashes building libgcc for powerpc64le-linux-gnu, > cross-compiling from x86_64-pc-linux-gnu. I'm at SVN revision 279830. > I'm seeing the following. Is anybody else seeing this crash? Thanks. > > Ian > > /tmp/go-

Errors building libgcc for powerpc64le-linux-gnu

2019-12-14 Thread Ian Lance Taylor via gcc
I'm seeing compiler crashes building libgcc for powerpc64le-linux-gnu, cross-compiling from x86_64-pc-linux-gnu. I'm at SVN revision 279830. I'm seeing the following. Is anybody else seeing this crash? Thanks. Ian /tmp/go-build-release/gccgo-objdir/ppc/./gcc/xgcc -B/tmp/go-build-release/gccgo-

Re: Usage of C11 Annex K Bounds-checking interfaces on GCC

2019-12-14 Thread Martin Sebor
On 12/9/19 8:15 PM, li zi wrote: Hi All, We are using gcc in our projects and we found some of the C standard functions (like memcpy, strcpy) used in gcc may induce security vulnerablities like buffer overflow. Currently we have not found any instances which causes such issues. But we feel bet