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