Re: Test suite failures.

2025-05-27 Thread Jerry D
On 5/27/25 2:19 PM, Harald Anlauf wrote: Jerry, all, that was entirely my fault - attempting a last-minute cleanup that reordered code, trying to use a refactoring.  I've put on my brown bag and pushed a corrections as obvious as: r16-921-g74a2281ae18c6d. See attached. Caveat: this was tested

Re: Test suite failures.

2025-05-27 Thread Harald Anlauf
Jerry, all, that was entirely my fault - attempting a last-minute cleanup that reordered code, trying to use a refactoring. I've put on my brown bag and pushed a corrections as obvious as: r16-921-g74a2281ae18c6d. See attached. Caveat: this was tested on top of r16-915, as I cannot compile an

Test suite failures.

2025-05-27 Thread Jerry D
After my last commit, I always rerun make check-fortran. Now I see a bunch of fails. I reverted my patch locally and did a rebuild and I still see these. Heralds patch still in there. No failures after reverting this: commit r16-914-g787a8dec1acedf5561c8ee43bed0b3653fca150d Author: Harald Anl

Re: [PATCH][Arm] Test suite failures resulting from deprecation of -mstructure-size-boundary

2017-08-09 Thread Richard Earnshaw (lists)
gcc-patches@gcc.gnu.org > Cc: nd > Subject: Re: [PATCH][Arm] Test suite failures resulting from deprecation of > -mstructure-size-boundary > > On 09/08/17 06:25, Michael Collison wrote: >> Because the comment (for example) in g+=.dg/ext/packed8.C says >> >> /

RE: [PATCH][Arm] Test suite failures resulting from deprecation of -mstructure-size-boundary

2017-08-09 Thread Michael Collison
option. -Original Message- From: Richard Earnshaw (lists) [mailto:richard.earns...@arm.com] Sent: Wednesday, August 9, 2017 1:21 AM To: Michael Collison ; gcc-patches@gcc.gnu.org Cc: nd Subject: Re: [PATCH][Arm] Test suite failures resulting from deprecation of -mstructure-size-boundary On

Re: [PATCH][Arm] Test suite failures resulting from deprecation of -mstructure-size-boundary

2017-08-09 Thread Richard Earnshaw (lists)
--- > From: Richard Earnshaw (lists) [mailto:richard.earns...@arm.com] > Sent: Monday, August 7, 2017 5:32 AM > To: Michael Collison ; gcc-patches@gcc.gnu.org > Cc: nd > Subject: Re: [PATCH][Arm] Test suite failures resulting from deprecation of > -mstructure-size-boundary > > On

RE: [PATCH][Arm] Test suite failures resulting from deprecation of -mstructure-size-boundary

2017-08-08 Thread Michael Collison
ary=8 option why was it added in the first place? -Original Message- From: Richard Earnshaw (lists) [mailto:richard.earns...@arm.com] Sent: Monday, August 7, 2017 5:32 AM To: Michael Collison ; gcc-patches@gcc.gnu.org Cc: nd Subject: Re: [PATCH][Arm] Test suite failures resulting from deprec

Re: [PATCH][Arm] Test suite failures resulting from deprecation of -mstructure-size-boundary

2017-08-07 Thread Richard Earnshaw (lists)
On 06/08/17 00:25, Michael Collison wrote: > This patch fixes test case failures on arm targets due to > '-mstructure-size-boundary' being deprecated. The test cases were failing > because a warning was being issued and due to the fact that the size of > packed and unpacked structures is the sam

[PATCH][Arm] Test suite failures resulting from deprecation of -mstructure-size-boundary

2017-08-05 Thread Michael Collison
This patch fixes test case failures on arm targets due to '-mstructure-size-boundary' being deprecated. The test cases were failing because a warning was being issued and due to the fact that the size of packed and unpacked structures is the same after deprecating '-mstructure-size-boundary' O

Re: [PATCH, Fortran, pr78672, ctp1, v2] Gfortran test suite failures with a sanitized compiler

2016-12-14 Thread Andre Vehreschild
Hi all, thanks for the input and reviews. I have committed this patch as r243647. Regards, Andre On Sun, 11 Dec 2016 15:49:33 +0100 Paul Richard Thomas wrote: > Hi Andre, > > Thanks for doing this work with the instrumented compiler. It was a > great help with PR78350. > > As for the

Re: [PATCH, Fortran, pr78672, ctp1, v2] Gfortran test suite failures with a sanitized compiler

2016-12-11 Thread Dominique d'Humières
> Jerry: trans-expr.c::gfc_conv_cst_int_power() > I have added comment to new C++ code. Would you like to add something to it? Note that the wi changes have occurred at revision r210113. > > The updated patch bootstraps and regtests fine on x86_64-linux/f23 on a > regular > and on an instrument

Re: [PATCH, Fortran, pr78672, ctp1, v2] Gfortran test suite failures with a sanitized compiler

2016-12-11 Thread Paul Richard Thomas
Hi Andre, Thanks for doing this work with the instrumented compiler. It was a great help with PR78350. As for the patch - OK for trunk. Paul On 11 December 2016 at 14:01, Andre Vehreschild wrote: > Hi Mikael, hi Jerry, hi Steve, hi Jane, hi Thomas, hi Paul, hi all, > > thanks for all the input

Re: [PATCH, Fortran, pr78672, ctp1, v2] Gfortran test suite failures with a sanitized compiler

2016-12-11 Thread Andre Vehreschild
Hi Mikael, hi Jerry, hi Steve, hi Jane, hi Thomas, hi Paul, hi all, thanks for all the input you gave on the patch I have present. I tried to address all of it in the new version of the patch attached. Mikael: data.c::create_character_initializer() I have remove the test for rvalue->value.charact

Re: [PATCH, Fortran, pr78672, ctp1, v1] Gfortran test suite failures with a sanitized compiler

2016-12-10 Thread Mikael Morin
Hello, Le 09/12/2016 à 11:55, Andre Vehreschild a écrit : Hi Mikael, thanks a lot for your comments. Note I also have added the reply to your latest email here. On Thu, 8 Dec 2016 23:49:57 +0100 Mikael Morin wrote: diff --git a/gcc/fortran/data.c b/gcc/fortran/data.c index 139ce88..4f835b

Re: [PATCH, Fortran, pr78672, ctp1, v1] Gfortran test suite failures with a sanitized compiler

2016-12-09 Thread Andre Vehreschild
Hi Mikael, thanks a lot for your comments. Note I also have added the reply to your latest email here. On Thu, 8 Dec 2016 23:49:57 +0100 Mikael Morin wrote: > > diff --git a/gcc/fortran/data.c b/gcc/fortran/data.c > > index 139ce88..4f835b3 100644 > > --- a/gcc/fortran/data.c > > +++ b/gcc/fo

Re: [PATCH, Fortran, pr78672, ctp1, v1] Gfortran test suite failures with a sanitized compiler

2016-12-08 Thread Mikael Morin
Hello, Le 08/12/2016 à 23:49, Mikael Morin a écrit : Le 08/12/2016 à 14:39, Andre Vehreschild a écrit : diff --git a/gcc/fortran/trans-decl.c b/gcc/fortran/trans-decl.c index 2e6ef2a..8173ba9 100644 --- a/gcc/fortran/trans-decl.c +++ b/gcc/fortran/trans-decl.c @@ -1019,7 +1019,7 @@ gfc_build_qu

Re: [PATCH, Fortran, pr78672, ctp1, v1] Gfortran test suite failures with a sanitized compiler

2016-12-08 Thread Mikael Morin
Le 08/12/2016 à 14:39, Andre Vehreschild a écrit : Hi all, hi Dominique, this is the "compile time part 1" (ctp1) patch to fix the issues reported in gfortran by a sanitized compiler when compiling the testsuite. The patch addresses all issues besides leaks (ASAN_OPTIONS="detect_leaks=false". Mo

[PATCH, Fortran, pr78672, ctp1, v1] Gfortran test suite failures with a sanitized compiler

2016-12-08 Thread Andre Vehreschild
Hi all, hi Dominique, this is the "compile time part 1" (ctp1) patch to fix the issues reported in gfortran by a sanitized compiler when compiling the testsuite. The patch addresses all issues besides leaks (ASAN_OPTIONS="detect_leaks=false". Most of the issues were about assuming certain kinds of

RE: [Ping]: [Patch] [AArch64] PR target 66049: fix add/extend gcc test suite failures

2015-05-26 Thread Kumar, Venkataramanan
patches@gcc.gnu.org; Marcus Shawcroft > Subject: Re: [Ping]: [Patch] [AArch64] PR target 66049: fix add/extend gcc > test suite failures > > On Mon, May 25, 2015 at 06:39:36AM +0100, Kumar, Venkataramanan wrote: > > Ping! > > > > -Original Message- > > From: g

Re: [Ping]: [Patch] [AArch64] PR target 66049: fix add/extend gcc test suite failures

2015-05-26 Thread James Greenhalgh
To: James Greenhalgh (james.greenha...@arm.com); gcc-patches@gcc.gnu.org > Cc: Kyrill Tkachov (kyrylo.tkac...@arm.com); ramana.radhakrish...@arm.com; > seg...@kernel.crashing.org; Marcus Shawcroft (marcus.shawcr...@arm.com) > Subject: [Patch] [AArch64] PR target 66049: fix add/extend gcc

[Ping]: [Patch] [AArch64] PR target 66049: fix add/extend gcc test suite failures

2015-05-24 Thread Kumar, Venkataramanan
); ramana.radhakrish...@arm.com; seg...@kernel.crashing.org; Marcus Shawcroft (marcus.shawcr...@arm.com) Subject: [Patch] [AArch64] PR target 66049: fix add/extend gcc test suite failures Hi Maintainers, Please find the attached patch, that fixes add/extend gcc test suite failures in Aarch64

Re: [Patch] [AArch64] PR target 66049: fix add/extend gcc test suite failures

2015-05-22 Thread Bin.Cheng
achov [mailto:kyrylo.tkac...@foss.arm.com] >>> Sent: Tuesday, May 19, 2015 9:13 PM >>> To: Kumar, Venkataramanan; James Greenhalgh; gcc-patches@gcc.gnu.org >>> Cc: Ramana Radhakrishnan; seg...@kernel.crashing.org; Marcus Shawcroft >>> Subject: Re: [Patch] [AArch6

Re: [Patch] [AArch64] PR target 66049: fix add/extend gcc test suite failures

2015-05-22 Thread Kyrill Tkachov
@gcc.gnu.org Cc: Ramana Radhakrishnan; seg...@kernel.crashing.org; Marcus Shawcroft Subject: Re: [Patch] [AArch64] PR target 66049: fix add/extend gcc test suite failures Hi Venkat, On 19/05/15 16:37, Kumar, Venkataramanan wrote: Hi Maintainers, Please find the attached patch, that fixes add/extend gcc

RE: [Patch] [AArch64] PR target 66049: fix add/extend gcc test suite failures

2015-05-22 Thread Kumar, Venkataramanan
hakrishnan; seg...@kernel.crashing.org; Marcus Shawcroft > Subject: Re: [Patch] [AArch64] PR target 66049: fix add/extend gcc test suite > failures > > Hi Venkat, > > On 19/05/15 16:37, Kumar, Venkataramanan wrote: > > Hi Maintainers, > > > > Please find the attached patch,

[Patch] [AArch64] PR target 66049: fix add/extend gcc test suite failures

2015-05-19 Thread Kumar, Venkataramanan
Hi Maintainers, Please find the attached patch, that fixes add/extend gcc test suite failures in Aarch64 target. Ref: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66049 These tests started to fail after we prevented combiner from converting shift RTX to mult RTX, when the RTX is not inside

Re: [Patch] [AArch64] PR target 66049: fix add/extend gcc test suite failures

2015-05-19 Thread Kyrill Tkachov
Hi Venkat, On 19/05/15 16:37, Kumar, Venkataramanan wrote: Hi Maintainers, Please find the attached patch, that fixes add/extend gcc test suite failures in Aarch64 target. Ref: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66049 These tests started to fail after we prevented combiner from

Re: [PATCH, rs6000] Fix many powerpc*-linux ASAN test suite failures

2014-07-28 Thread Joseph S. Myers
On Wed, 16 Jul 2014, Peter Bergner wrote: > > > This seems weird. Why wasn't this file included before or whenever it > > > was added for other *-linux targets? This seems to define SPECs that > > > should have been necessary before now. > > This was comitted by Joseph with revision 168711 and s

Re: [PATCH, rs6000] Fix many powerpc*-linux ASAN test suite failures

2014-07-28 Thread Peter Bergner
On Sat, 2014-07-26 at 06:24 -0400, David Edelsohn wrote: > On Fri, Jul 25, 2014 at 3:26 PM, Peter Bergner wrote: > > * config.gcc (powerpc*-*-linux*): Include gnu-user.h in tm_file. > > * config/rs6000/sysv4.h (CC!_SPEC): Undefine it before defining it. > > * config/rs6000/

Re: [PATCH, rs6000] Fix many powerpc*-linux ASAN test suite failures

2014-07-26 Thread David Edelsohn
On Fri, Jul 25, 2014 at 3:26 PM, Peter Bergner wrote: > On Wed, 2014-07-23 at 15:06 -0500, Peter Bergner wrote: >> On Wed, 2014-07-16 at 11:23 +0200, Jakub Jelinek wrote: >> > On Wed, Jul 16, 2014 at 05:18:06AM -0400, David Edelsohn wrote: >> > > This seems weird. Why wasn't this file included bef

Re: [PATCH, rs6000] Fix many powerpc*-linux ASAN test suite failures

2014-07-25 Thread Peter Bergner
On Wed, 2014-07-23 at 15:06 -0500, Peter Bergner wrote: > On Wed, 2014-07-16 at 11:23 +0200, Jakub Jelinek wrote: > > On Wed, Jul 16, 2014 at 05:18:06AM -0400, David Edelsohn wrote: > > > This seems weird. Why wasn't this file included before or whenever it > > > was added for other *-linux target

Re: [PATCH, rs6000] Fix many powerpc*-linux ASAN test suite failures

2014-07-23 Thread Peter Bergner
On Wed, 2014-07-16 at 11:23 +0200, Jakub Jelinek wrote: > On Wed, Jul 16, 2014 at 05:18:06AM -0400, David Edelsohn wrote: > > This seems weird. Why wasn't this file included before or whenever it > > was added for other *-linux targets? This seems to define SPECs that > > should have been necessa

Re: [PATCH, rs6000, 4.8] Fix many powerpc*-linux ASAN test suite failures

2014-07-21 Thread Peter Bergner
On Fri, 2014-07-18 at 17:53 +0200, Jakub Jelinek wrote: > On Fri, Jul 18, 2014 at 11:40:31AM -0400, David Edelsohn wrote: > > This patch is okay with me if it is okay with the Release Managers. > > Ok. Ok, I committed this as revision 212899. Thanks! Peter

Re: [PATCH, rs6000, 4.9] Fix many powerpc*-linux ASAN test suite failures

2014-07-21 Thread Peter Bergner
On Fri, 2014-07-18 at 17:54 +0200, Jakub Jelinek wrote: > On Fri, Jul 18, 2014 at 11:38:22AM -0400, David Edelsohn wrote: > > This is okay with me if it is okay with the Release Managers. > > Ok. Ok, I committed this as revision 212898. Thanks! Peter

Re: [PATCH, rs6000, 4.9] Fix many powerpc*-linux ASAN test suite failures

2014-07-18 Thread Jakub Jelinek
On Fri, Jul 18, 2014 at 11:38:22AM -0400, David Edelsohn wrote: > This is okay with me if it is okay with the Release Managers. Ok. Jakub

Re: [PATCH, rs6000, 4.8] Fix many powerpc*-linux ASAN test suite failures

2014-07-18 Thread Jakub Jelinek
On Fri, Jul 18, 2014 at 11:40:31AM -0400, David Edelsohn wrote: > This patch is okay with me if it is okay with the Release Managers. Ok. Jakub

Re: [PATCH, rs6000, 4.8] Fix many powerpc*-linux ASAN test suite failures

2014-07-18 Thread David Edelsohn
This patch is okay with me if it is okay with the Release Managers. Thanks, David On Thu, Jul 17, 2014 at 10:54 AM, Peter Bergner wrote: > With a recent mainline libsanitizer merge from upstream, we're now seeing a > lot of mainline ASAN test suite failures with the foll

Re: [PATCH, rs6000, 4.9] Fix many powerpc*-linux ASAN test suite failures

2014-07-18 Thread David Edelsohn
This is okay with me if it is okay with the Release Managers. Thanks, David On Thu, Jul 17, 2014 at 10:56 AM, Peter Bergner wrote: > With a recent mainline libsanitizer merge from upstream, we're now seeing a > lot of mainline ASAN test suite failures with the following error: &

[PATCH, rs6000, 4.9] Fix many powerpc*-linux ASAN test suite failures

2014-07-17 Thread Peter Bergner
With a recent mainline libsanitizer merge from upstream, we're now seeing a lot of mainline ASAN test suite failures with the following error: ==26426==ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it

[PATCH, rs6000, 4.8] Fix many powerpc*-linux ASAN test suite failures

2014-07-17 Thread Peter Bergner
With a recent mainline libsanitizer merge from upstream, we're now seeing a lot of mainline ASAN test suite failures with the following error: ==26426==ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it

Re: [PATCH, rs6000] Fix many powerpc*-linux ASAN test suite failures

2014-07-16 Thread Peter Bergner
On Wed, 2014-07-16 at 11:23 +0200, Jakub Jelinek wrote: > On Wed, Jul 16, 2014 at 05:18:06AM -0400, David Edelsohn wrote: > > > This passed bootstrap and regtesting on powerpc64-linux with no > > > regressions. > > > Ok for mainline? > > > > > > Peter > > > > > > * config.gcc (powerpc*-*-l

Re: [PATCH, rs6000] Fix many powerpc*-linux ASAN test suite failures

2014-07-16 Thread Jakub Jelinek
On Wed, Jul 16, 2014 at 05:18:06AM -0400, David Edelsohn wrote: > > This passed bootstrap and regtesting on powerpc64-linux with no regressions. > > Ok for mainline? > > > > Peter > > > > * config.gcc (powerpc*-*-linux*): Include gnu-user.h in tm_file. > > * config/rs6000/sysv4.h (C

Re: [PATCH, rs6000] Fix many powerpc*-linux ASAN test suite failures

2014-07-16 Thread David Edelsohn
On Tue, Jul 15, 2014 at 6:43 PM, Peter Bergner wrote: > With a recent libsanitizer merge from upstream, we're now seeing a lot > of ASAN test suite failures with the following error: > > ==26426==ASan runtime does not come first in initial library list; you > should >

[PATCH, rs6000] Fix many powerpc*-linux ASAN test suite failures

2014-07-15 Thread Peter Bergner
With a recent libsanitizer merge from upstream, we're now seeing a lot of ASAN test suite failures with the following error: ==26426==ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD. Th

[Fortran-dev, Patch] Fix extent calculation, fix test suite failures

2012-03-09 Thread Tobias Burnus
Without the patch, I got some coarray failures (for -fcoarray=lib) and 425 other failures. With this patch, the number of failures is down to 269. I intent to commit the patch to the fortran-devel branch tomorrow, unless there are objection. Changes: * Fix offset for coarray's token field * E