|
From: Carl L. <ce...@us...> - 2020-11-10 05:35:35
|
Valgrind developers:
I am seeing a new test failure from the nightly regression run.
> Date: Tue, 10 Nov 2020 03:05:28 +0000
> From: Philippe Waroquiers <phi...@sk...>
> To: val...@li...
> Subject: [Valgrind-testresults] 2020-11-10 03:00:04 UTC nightly build
> (gcc110, \S, ppc64)
> Message-ID: <5faa0378.Rvb/FoKHkQQwL/tm%phi...@sk...>
> Content-Type: text/plain; charset="utf-8"
>
> valgrind revision: valgrind-3.17.0.GIT-b900ce172e-20201109
> C compiler: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
> GDB: GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-
> 119.el7
> Assembler: GNU assembler version 2.27-43.base.el7_8.1
> C library: GNU C Library (GNU libc) stable release version
> 2.17
> uname -mrs: Linux 3.10.0-862.14.4.el7.ppc64 ppc64
> Vendor version: CentOS Linux 7 (AltArch)
>
> Nightly build on gcc110 ( \S, ppc64 )
> Started at 2020-11-10 03:00:04 UTC
> Ended at 2020-11-10 03:05:28 UTC
> Results differ from 24 hours ago
>
> Checking out Valgrind source tree ... done
> Configuring valgrind ... done
> Building valgrind ... failed
>
> Last 20 lines of verbose log follow echo
> gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include
> -I../../coregrind -I../../include -I../../VEX/pub -I../../VEX/pub
> -DVGA_ppc64be=1 -DVGO_linux=1 -DVGP_ppc64be_linux=1
> -DVGPV_ppc64be_linux_vanilla=1 -DVGA_SEC_ppc32=1
> -DVGP_SEC_ppc64be_linux=1 -Winline -Wall -Wshadow -Wno-long-long -g
> -fno-stack-protector -m64 -MT sigkill.o -MD -MP -MF $depbase.Tpo
> -c -o sigkill.o sigkill.c &&\
> mv -f $depbase.Tpo $depbase.Po
> g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include
> -I../../coregrind -I../../include -I../../VEX/pub -I../../VEX/pub
> -DVGA_ppc64be=1 -DVGO_linux=1 -DVGP_ppc64be_linux=1
> -DVGPV_ppc64be_linux_vanilla=1 -DVGA_SEC_ppc32=1
> -DVGP_SEC_ppc64be_linux=1 -Winline -Wall -Wshadow -Wno-long-long -g
> -fno-stack-protector -m64 -fsized-deallocation -MT sized_delete-
> sized_delete.o -MD -MP -MF .deps/sized_delete-sized_delete.Tpo -c -o
> sized_delete-sized_delete.o `test -f 'sized_delete.cpp' || echo
> './'`sized_delete.cpp
> g++: error: unrecognized command line option ?-fsized-deallocation?
>
The error seems to occur starting with the commit:
commit 6faec425f13025084076e6fd2e1399a1834a3782
Author: Paul Floyd <pj...@wa...>
Date: Mon Nov 9 09:37:17 2020 +0100
Add testcase for C++14 sized delete
I was able to reproduce the error using an older version of g++. I see
the error with g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
The error did not occur when I used a newer version of g++.
I didn't get to dig into the issue very much but hopefully that will
help to identify the issue.
Carl Love
|
|
From: Paul F. <pj...@wa...> - 2020-11-10 05:53:39
|
On 11/10/20 06:35 AM, Carl Love wrote: > Valgrind developers: > > I am seeing a new test failure from the nightly regression run. > > Hi Carl I also saw the same problem on Solaris yesterday and will push a fix today. Regards Paul |