Re: valgrind & f951

2021-03-22 Thread Harald Anlauf via Fortran
Hi Tobias, > This is a false positive; you need to configure GCC with > |--enable-valgrind-annotations, see > https://gcc.gnu.org/install/configure.html thanks, that does the job after installing some valgrind-devel stuff. I apparently got stuck readings the description of --enable-checking, whi

Re: valgrind & f951

2021-03-21 Thread Tobias Burnus
Hi Harald, On 21.03.21 20:50, Harald Anlauf via Fortran wrote: in order to be able to run f951 under valgrind on OpenSuse Leap 15.2, I've already reduced the dwarf version back to 4, +++ b/gcc/common.opt -Common Driver Joined UInteger Var(dwarf_version) Init(5) Negative(gstabs) +Common Driver Jo

valgrind & f951

2021-03-21 Thread Harald Anlauf via Fortran
Dear all, in order to be able to run f951 under valgrind on OpenSuse Leap 15.2, I've already reduced the dwarf version back to 4, diff --git a/gcc/common.opt b/gcc/common.opt index c75dd36843e..7dbfcb589ed 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -3171,7 +3171,7 @@ Common Driver Joined