Results for 10.2.0 (GCC) testsuite on powerpc-ibm-aix6.1.9.0

2020-12-15 Thread jparke--- via Gcc
g++-10 -v Using built-in specs. COLLECT_GCC=/opt/freeware/gcc-10.2.0/bin/g++-10 COLLECT_LTO_WRAPPER=/opt/freeware/gcc-10.2.0/libexec/gcc/powerpc-ibm-aix6.1. 9.0/10/lto-wrapper Target: powerpc-ibm-aix6.1.9.0 Configured with: ../configure --prefix=/opt/freeware/gcc-10.2.0 --with-as=/usr/bin/as -

Re: GCC Testsuite patches break AIX

2020-05-28 Thread Christophe Lyon via Gcc
failing like this: > > > >> > >> > Executing on host: > >> > /home/jenkins/workspace/c6x-elf/c6x-elf-obj/gcc/gcc/xgcc > >> > -B/home/jenkins/workspace/c6x-elf/c6x-elf-obj/gcc/gcc/ > >> > /home/jenkins/gcc/gcc/testsuite/gcc.c-torture/

Re: GCC Testsuite patches break AIX

2020-05-27 Thread Alexandre Oliva
; > -B/home/jenkins/workspace/c6x-elf/c6x-elf-obj/gcc/gcc/ >> > /home/jenkins/gcc/gcc/testsuite/gcc.c-torture/execute/2112-1.c >> > gcc_tg.o-fno-diagnostics-show-caret -fno-diagnostics-show-line-numbers >> > -fdiagnostics-color=never -fdiagnostics-urls=never

Re: GCC Testsuite patches break AIX

2020-05-27 Thread David Edelsohn via Gcc
ove in the original test. I am performing a new bootstrap with the patch. Hopefully it will address some or all of the issues. DejaGNU and the GCC testsuite is what it is. It is fragile. One of the strengths of GCC is the wide variety of targets supported, not only GNU/Linux, but o

Re: GCC Testsuite patches break AIX

2020-05-27 Thread Christophe Lyon via Gcc
> > -fdiagnostics-color=never -fdiagnostics-urls=never-O0 -w -msim {} > > {} - > > Wl,-wrap,exit -Wl,-wrap,_exit -Wl,-wrap,main -Wl,-wrap,abort -lm -o > > ./2112-1.exe(timeout = 300) > > spawn -ignore SIGHUP > > /home/jenkins/workspace/c6x-elf

Re: GCC Testsuite patches break AIX

2020-05-27 Thread Jeff Law via Gcc
breakage on the embedded ports in the testsuite? Essentially every test that links is failing like this: > Executing on host: /home/jenkins/workspace/c6x-elf/c6x-elf-obj/gcc/gcc/xgcc > -B/home/jenkins/workspace/c6x-elf/c6x-elf-obj/gcc/gcc/ > /home/jenkins/gcc/gcc/testsuite/gcc.c-tortur

Re: GCC Testsuite patches break AIX

2020-05-27 Thread Alexandre Oliva
Hello, David, On May 26, 2020, David Edelsohn wrote: > Complaints about -dA, -dD, -dumpbase, etc. This was the main symptom of the problem fixed in the follow-up commit r11-635-g6232d02b4fce4c67d39815aa8fb956e4b10a4e1b Could you please confirm that you did NOT have this commit in your failing

GCC Testsuite patches break AIX

2020-05-26 Thread David Edelsohn via Gcc
Alexandre, Your testsuite patches have completely broken the testsuite on AIX. 1000's of testsuite failures because the testsuite is inserting unsupported options on AIX. Complaints about -dA, -dD, -dumpbase, etc. This patch was not properly tested on all targets. Please fix or revert this patc

DejaGnu/GCC testsuite behavior regarding multiple 'dg-do'

2020-05-13 Thread Thomas Schwinge
Hi! Comparing DejaGnu/GCC testsuite '*.sum' files between two systems ("old" vs. "new") that ought to return identical results, I found that they didn't: @@ -75032,6 +75023,7 @@ PASS: g++.dg/expr/bitfield4.C -std=c++98 (test for excess errors) PASS:

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-10 Thread Segher Boessenkool
On Mon, Feb 10, 2020 at 05:51:10PM +, Matthew Malcomson wrote: > Just for anyone interested -- the manpage that describes the '!' is > `gitglossary`. > > It's under the description of `pathspec`, and has a long-form of > `:(exclude)`. https://github.com/git/git/commit/93dbefb389a011c9107a39

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-10 Thread Matthew Malcomson
On 08/02/2020 16:50, Segher Boessenkool wrote: On Fri, Feb 07, 2020 at 03:34:03PM -0700, Tom Tromey wrote: "Jason" == Jason Merrill writes: Jason> I omit ChangeLogs by adding ':!*/ChangeLog' to the end of the git Jason> send-email command. I don't remember where I found that incantation. Co

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-10 Thread Hans-Peter Nilsson
On Thu, 6 Feb 2020, Segher Boessenkool wrote: > Instead of "git am" I had "patch -p1 <", May I suggest "git apply" instead of the good old patch program. (The "-p1" is of course built-in and you never have to do a manual roll-back or separate --dry-run pass.) brgds, H-P

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-10 Thread Richard Biener
require some simple markup in the commit message before the > >>> changelogs? Maybe > >>> > >>> CL gcc/ > >>> * blablalba etc. > >>> CL gcc/testsuite/ > >>> * gcc.target/... > >> > >>> etc. > >>

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-09 Thread Segher Boessenkool
On Sun, Feb 09, 2020 at 10:46:04AM +, Jonathan Wakely wrote: > My main point was that Richi should be committing things, not working > with uncommitted patches hanging around making things dirty. > > I like to use branches, but having a single branch with a series of > commits that you reorder

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-09 Thread Jonathan Wakely
On Sat, 8 Feb 2020 at 19:58, Segher Boessenkool wrote: > > On Sat, Feb 08, 2020 at 09:46:53AM +1030, Alan Modra wrote: > > On Fri, Feb 07, 2020 at 10:08:25AM +, Jonathan Wakely wrote: > > > With Git you can't really have unwanted local commits present in a > > > tree if you use a sensible work

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-09 Thread Segher Boessenkool
On Sat, Feb 08, 2020 at 03:55:33PM -0800, Andrew Pinski wrote: > On Sat, Feb 8, 2020 at 8:51 AM Segher Boessenkool > wrote: > > > > On Fri, Feb 07, 2020 at 03:34:03PM -0700, Tom Tromey wrote: > > > > "Jason" == Jason Merrill writes: > > > > > > Jason> I omit ChangeLogs by adding ':!*/ChangeLo

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-08 Thread Andrew Pinski
On Sat, Feb 8, 2020 at 8:51 AM Segher Boessenkool wrote: > > On Fri, Feb 07, 2020 at 03:34:03PM -0700, Tom Tromey wrote: > > > "Jason" == Jason Merrill writes: > > > > Jason> I omit ChangeLogs by adding ':!*/ChangeLog' to the end of the git > > Jason> send-email command. I don't remember whe

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-08 Thread Segher Boessenkool
On Sat, Feb 08, 2020 at 09:46:53AM +1030, Alan Modra wrote: > On Fri, Feb 07, 2020 at 10:08:25AM +, Jonathan Wakely wrote: > > With Git you can't really have unwanted local commits present in a > > tree if you use a sensible workflow, so if you tested in a tree that > > was at commit 1234abcd a

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-08 Thread Segher Boessenkool
On Fri, Feb 07, 2020 at 03:34:03PM -0700, Tom Tromey wrote: > > "Jason" == Jason Merrill writes: > > Jason> I omit ChangeLogs by adding ':!*/ChangeLog' to the end of the git > Jason> send-email command. I don't remember where I found that incantation. > > Cool, I did not know about this. Y

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-07 Thread Alan Modra
On Fri, Feb 07, 2020 at 10:08:25AM +, Jonathan Wakely wrote: > With Git you can't really have unwanted local commits present in a > tree if you use a sensible workflow, so if you tested in a tree that > was at commit 1234abcd and you push from another machine that is at > the same commit, you k

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-07 Thread Tom Tromey
> "Jason" == Jason Merrill writes: Jason> I omit ChangeLogs by adding ':!*/ChangeLog' to the end of the git Jason> send-email command. I don't remember where I found that incantation. Cool, I did not know about this. FWIW if you have the ChangeLog merger available, it's actually more conve

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-07 Thread Jason Merrill
On Fri, Feb 7, 2020 at 1:44 PM Tom Tromey wrote: > > > "Jonathan" == Jonathan Wakely writes: > > Jonathan> I have a script that does the opposite, which I've been using for > Jonathan> years. I edit the ChangeLog files as before, and a Git > Jonathan> prepare-commit-msg hook extracts the top

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-07 Thread Tom Tromey
> "Jonathan" == Jonathan Wakely writes: Jonathan> I have a script that does the opposite, which I've been using for Jonathan> years. I edit the ChangeLog files as before, and a Git Jonathan> prepare-commit-msg hook extracts the top changelog entry from each Jonathan> file in the commit and pr

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-07 Thread Segher Boessenkool
On Fri, Feb 07, 2020 at 03:43:05PM +, Richard Earnshaw (lists) wrote: > On 07/02/2020 15:32, Segher Boessenkool wrote: > >On Fri, Feb 07, 2020 at 01:56:08PM +, Richard Earnshaw (lists) wrote: > >>Any script should, in addition to extracting the author and email also > >>grep for "Co-authore

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-07 Thread Richard Earnshaw (lists)
gcc/testsuite/ * gcc.target/... etc. (Dunno if just "^CL " is too short?) I was thinking "@CL ", but ^CL would work just as well. I meant ^ as in a regular expression, sorry for not being clear. Ah! I think something more syntactically explicit would help av

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-07 Thread Segher Boessenkool
On Fri, Feb 07, 2020 at 01:56:08PM +, Richard Earnshaw (lists) wrote: > On 07/02/2020 13:48, Segher Boessenkool wrote: > >Should we require some simple markup in the commit message before the > >changelogs? Maybe > > > >CL gcc/ > > * b

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-07 Thread Richard Earnshaw (lists)
in the ChangeLog files could be as easy as allowing changes to ChangeLog files without that magic. Yeah :-) Anyway, I hope to put sth together with bash & [g]awk gl;hf Should we require some simple markup in the commit message before the changelogs? Maybe CL gcc/ * blablalba etc

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-07 Thread Segher Boessenkool
still normal checked-in files, aha! That's a great idea. That completely gets rid of my "fix mistakes" worries, and it will probably also get rid of the "yet another flag day" inconvenience. > Fixing mistakes in the ChangeLog files could be as easy as allowing > changes to ChangeLog files without that magic. Yeah :-) > Anyway, I hope to put sth together with bash & [g]awk gl;hf Should we require some simple markup in the commit message before the changelogs? Maybe CL gcc/ * blablalba etc. CL gcc/testsuite/ * gcc.target/... etc. (Dunno if just "^CL " is too short?) Segher

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-07 Thread Jonathan Wakely
On Fri, 7 Feb 2020 at 09:20, Richard Biener wrote: > > On Thu, Feb 6, 2020 at 11:25 PM Segher Boessenkool > wrote: > > Instead of "git am" I had "patch -p1 <", distributing the changelog parts > > I just did in vi (as with git), then "svn ci", which pick up all modified > > files directly (someti

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-07 Thread Richard Biener
On Thu, Feb 6, 2020 at 11:25 PM Segher Boessenkool wrote: > > On Thu, Feb 06, 2020 at 03:01:20PM +0100, Richard Biener wrote: > > On Thu, Feb 6, 2020 at 2:51 PM Segher Boessenkool > > wrote: > > > If you rebase changelog files, then yes, it's a bloody pain ;-) > > > > So do you have a script that

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-06 Thread Segher Boessenkool
On Thu, Feb 06, 2020 at 01:57:49PM -0500, Jason Merrill wrote: > On Thu, Feb 6, 2020 at 11:25 AM Segher Boessenkool < > seg...@kernel.crashing.org> wrote: > > > > > We also need a way to fix changelog entries for the errors that do seep > > through (and that are bad enough that they do need fixing

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-06 Thread Segher Boessenkool
On Thu, Feb 06, 2020 at 03:01:20PM +0100, Richard Biener wrote: > On Thu, Feb 6, 2020 at 2:51 PM Segher Boessenkool > wrote: > > If you rebase changelog files, then yes, it's a bloody pain ;-) > > So do you have a script that takes a commit with a ChangeLog at its end > and populates the appropri

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-06 Thread Jason Merrill
On Thu, Feb 6, 2020 at 11:25 AM Segher Boessenkool < seg...@kernel.crashing.org> wrote: > > We also need a way to fix changelog entries for the errors that do seep > through (and that are bad enough that they do need fixing). It doesn't > have to be easy or convenient, but we need *some* way to d

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-06 Thread Jakub Jelinek
On Thu, Feb 06, 2020 at 10:17:54AM -0600, Segher Boessenkool wrote: > > We would need to agree how do we express stuff going into different former > > ChangeLog files, whether we require gcc/cp/ etc. prefixes before the lines, > > or say require empty line for different former ChangeLog files and l

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-06 Thread Segher Boessenkool
On Thu, Feb 06, 2020 at 03:56:40PM +0100, Jakub Jelinek wrote: > On Wed, Feb 05, 2020 at 06:43:54PM -0700, Jeff Law wrote: > > And FWIW, we're talking about the ChangeLog *file* here. If folks > > continued writing the same log messages and put them into git, I > > personally think that's sufficie

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-06 Thread Jakub Jelinek
On Wed, Feb 05, 2020 at 06:43:54PM -0700, Jeff Law wrote: > On Wed, 2020-02-05 at 15:18 -0600, Segher Boessenkool wrote: > > On Mon, Feb 03, 2020 at 01:24:04PM -0700, Jeff Law wrote: > > > ANd yes, even though I have been a regular ChangeLog user, I rely more > > > and more on the git log these day

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-06 Thread Jonathan Wakely
On Thu, 6 Feb 2020 at 14:01, Richard Biener wrote: > So do you have a script that takes a commit with a ChangeLog at its end > and populates the appropriate ChangeLog files? I'm trying to come up with > one to make the process less manual ... it's definitely a part that requires > more typing comp

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-06 Thread Richard Biener
On Thu, Feb 6, 2020 at 2:51 PM Segher Boessenkool wrote: > > On Wed, Feb 05, 2020 at 06:43:54PM -0700, Jeff Law wrote: > > On Wed, 2020-02-05 at 15:18 -0600, Segher Boessenkool wrote: > > > As a reviewer, the changelog is priceless still. We shouldn't drop the > > > changelog before people write

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-06 Thread Segher Boessenkool
On Wed, Feb 05, 2020 at 06:43:54PM -0700, Jeff Law wrote: > On Wed, 2020-02-05 at 15:18 -0600, Segher Boessenkool wrote: > > As a reviewer, the changelog is priceless still. We shouldn't drop the > > changelog before people write *good* commit messages (and we are still > > quite far from that goa

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-06 Thread Segher Boessenkool
On Thu, Feb 06, 2020 at 08:51:42AM +, Richard Sandiford wrote: > Segher Boessenkool writes: > > On Mon, Feb 03, 2020 at 01:24:04PM -0700, Jeff Law wrote: > >> ANd yes, even though I have been a regular ChangeLog user, I rely more > >> and more on the git log these days. > > > > As a reviewer,

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-06 Thread Jeff Law
On Wed, 2020-02-05 at 15:18 -0600, Segher Boessenkool wrote: > On Mon, Feb 03, 2020 at 01:24:04PM -0700, Jeff Law wrote: > > ANd yes, even though I have been a regular ChangeLog user, I rely more > > and more on the git log these days. > > As a reviewer, the changelog is priceless still. We shoul

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-06 Thread Richard Sandiford
Segher Boessenkool writes: > On Mon, Feb 03, 2020 at 01:24:04PM -0700, Jeff Law wrote: >> ANd yes, even though I have been a regular ChangeLog user, I rely more >> and more on the git log these days. > > As a reviewer, the changelog is priceless still. We shouldn't drop the > changelog before peo

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-05 Thread Segher Boessenkool
On Mon, Feb 03, 2020 at 01:24:04PM -0700, Jeff Law wrote: > ANd yes, even though I have been a regular ChangeLog user, I rely more > and more on the git log these days. As a reviewer, the changelog is priceless still. We shouldn't drop the changelog before people write *good* commit messages (and

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-03 Thread Jeff Law
On Mon, 2020-02-03 at 18:55 +, Richard Sandiford wrote: > "H.J. Lu" writes: > > On Fri, Jan 24, 2020 at 2:39 PM Paul Smith wrote: > > > On Fri, 2020-01-24 at 22:45 +0100, Jakub Jelinek wrote: > > > > > > In my experience the output of git log is a total mess so cannot > > > > > > replace Chan

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-03 Thread Richard Sandiford
"H.J. Lu" writes: > On Fri, Jan 24, 2020 at 2:39 PM Paul Smith wrote: >> >> On Fri, 2020-01-24 at 22:45 +0100, Jakub Jelinek wrote: >> > > > In my experience the output of git log is a total mess so cannot >> > > > replace ChangeLogs. But we can well decide to drop ChangeLog for >> > > > the tes

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-03 Thread Nathan Sidwell
On 2/3/20 5:15 AM, Richard Earnshaw (lists) wrote: On 25/01/2020 16:11, Jeff Law wrote: On Sat, 2020-01-25 at 10:50 -0500, Nathan Sidwell wrote: On 1/24/20 4:36 PM, Jeff Law wrote: On Fri, 2020-01-24 at 20:32 +0100, Eric Botcazou wrote: I strongly prefer to move towards relying on the git log

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-02-03 Thread Richard Earnshaw (lists)
On 25/01/2020 16:11, Jeff Law wrote: On Sat, 2020-01-25 at 10:50 -0500, Nathan Sidwell wrote: On 1/24/20 4:36 PM, Jeff Law wrote: On Fri, 2020-01-24 at 20:32 +0100, Eric Botcazou wrote: I strongly prefer to move towards relying on the git log. In my experience the output of git log is a tota

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-01-25 Thread Jeff Law
On Sat, 2020-01-25 at 10:50 -0500, Nathan Sidwell wrote: > On 1/24/20 4:36 PM, Jeff Law wrote: > > On Fri, 2020-01-24 at 20:32 +0100, Eric Botcazou wrote: > > > > I strongly prefer to move towards relying on the git log. > > > > > > In my experience the output of git log is a total mess so cannot

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-01-25 Thread Nathan Sidwell
On 1/24/20 4:36 PM, Jeff Law wrote: On Fri, 2020-01-24 at 20:32 +0100, Eric Botcazou wrote: I strongly prefer to move towards relying on the git log. In my experience the output of git log is a total mess so cannot replace ChangeLogs. But we can well decide to drop ChangeLog for the testsuite

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-01-24 Thread H.J. Lu
On Fri, Jan 24, 2020 at 2:39 PM Paul Smith wrote: > > On Fri, 2020-01-24 at 22:45 +0100, Jakub Jelinek wrote: > > > > In my experience the output of git log is a total mess so cannot > > > > replace ChangeLogs. But we can well decide to drop ChangeLog for > > > > the testsuite. > > > > > > Well,

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-01-24 Thread Paul Smith
On Fri, 2020-01-24 at 22:45 +0100, Jakub Jelinek wrote: > > > In my experience the output of git log is a total mess so cannot > > > replace ChangeLogs. But we can well decide to drop ChangeLog for > > > the testsuite. > > > > Well, glibc has moved to extracting them from git, building > > polici

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-01-24 Thread Jakub Jelinek
On Fri, Jan 24, 2020 at 02:36:31PM -0700, Jeff Law wrote: > On Fri, 2020-01-24 at 20:32 +0100, Eric Botcazou wrote: > > > I strongly prefer to move towards relying on the git log. > > > > In my experience the output of git log is a total mess so cannot replace > > ChangeLogs. But we can well dec

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-01-24 Thread Jeff Law
On Fri, 2020-01-24 at 20:32 +0100, Eric Botcazou wrote: > > I strongly prefer to move towards relying on the git log. > > In my experience the output of git log is a total mess so cannot replace > ChangeLogs. But we can well decide to drop ChangeLog for the testsuite. Well, glibc has moved to ex

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-01-24 Thread Florian Weimer
* Eric Botcazou: >> I strongly prefer to move towards relying on the git log. > > In my experience the output of git log is a total mess so cannot replace > ChangeLogs. That's fixable if the commit message is part of the patch review (just like the source code comments).

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-01-24 Thread Eric Botcazou
> I strongly prefer to move towards relying on the git log. In my experience the output of git log is a total mess so cannot replace ChangeLogs. But we can well decide to drop ChangeLog for the testsuite. -- Eric Botcazou

Re: Git ChangeLog policy for GCC Testsuite inquiry

2020-01-24 Thread Jeff Law
es, but I'll add one for > > > > the target-supports.exp change, thanks. > > > > > > Is this a general policy change that we want to make? Current we > > > still have gcc/testsuite/ChangeLog and developers are updating that > > > file. &g

Git ChangeLog policy for GCC Testsuite inquiry

2020-01-24 Thread David Edelsohn
>> >> Is this a general policy change that we want to make? Current we >> still have gcc/testsuite/ChangeLog and developers are updating that >> file. > > I would support formalizing that as policy; currently there is no policy. > > https://gcc.gnu.org/codingconven

Re: gcc/testsuite/go/index0-out.x spinning

2019-09-22 Thread Uros Bizjak
te=state@entry=0x2fb7e000, filename=filename@entry=0x7fffd8fc "/home/uros/gcc-build/gcc/testsuite/go/index0-out.x", descriptor=descriptor@entry=5, base_address=base_address@entry=0, error_callback=error_callback@entry=0x2b557450 , data=data@entry=0x2efda6a0,

Re: gcc/testsuite/go/index0-out.x spinning

2019-09-21 Thread Ian Lance Taylor
On Sat, Sep 21, 2019 at 4:43 PM Martin Sebor wrote: > > On 9/21/19 2:34 PM, Martin Sebor wrote: > > On 9/19/19 10:56 PM, Ian Lance Taylor wrote: > >> On Thu, Sep 19, 2019 at 7:10 PM Martin Sebor wrote: > >>> > >>> All my Fedora 30 builds on x86_64 today have gotten stuck on > >>> index0-out.x spi

Re: gcc/testsuite/go/index0-out.x spinning

2019-09-21 Thread Martin Sebor
On 9/21/19 2:34 PM, Martin Sebor wrote: On 9/19/19 10:56 PM, Ian Lance Taylor wrote: On Thu, Sep 19, 2019 at 7:10 PM Martin Sebor wrote: All my Fedora 30 builds on x86_64 today have gotten stuck on index0-out.x spinning indefinitely.  I build and test all languages, including Go, so I'm wonde

Re: gcc/testsuite/go/index0-out.x spinning

2019-09-21 Thread Martin Sebor
On 9/19/19 10:56 PM, Ian Lance Taylor wrote: On Thu, Sep 19, 2019 at 7:10 PM Martin Sebor wrote: All my Fedora 30 builds on x86_64 today have gotten stuck on index0-out.x spinning indefinitely. I build and test all languages, including Go, so I'm wondering if anyone else who builds Go sees th

Re: gcc/testsuite/go/index0-out.x spinning

2019-09-19 Thread Ian Lance Taylor
On Thu, Sep 19, 2019 at 7:10 PM Martin Sebor wrote: > > All my Fedora 30 builds on x86_64 today have gotten stuck on > index0-out.x spinning indefinitely. I build and test all > languages, including Go, so I'm wondering if anyone else who > builds Go sees the same thing or if you know of a workar

gcc/testsuite/go/index0-out.x spinning

2019-09-19 Thread Martin Sebor
All my Fedora 30 builds on x86_64 today have gotten stuck on index0-out.x spinning indefinitely. I build and test all languages, including Go, so I'm wondering if anyone else who builds Go sees the same thing or if you know of a workaround. Thanks Martin

gcc Testsuite Results - was: Re: [PATCH] Deprecate ia64*-*-*

2019-09-17 Thread John Paul Adrian Glaubitz
Hi! I just stumbled over [1] and just wanted to add that Debian is reguarly building snapshots of all current gcc versions for a large number of targets, including the testsuites (except for m68k and sh4 at the moment). The results can always be found on buildd.debian.org. gcc-7: https://buil

Re: Using gcc/ChangeLog instead of gcc/testsuite/ChangeLog?

2019-08-10 Thread Segher Boessenkool
stuff and people make occassionally > mistakes, that can happen to anyone. Admittedly some people repeat those > mistakes often. It's why I started doing those gcc/testsuite/ things in the changelogs in the patches I send, to remind me what file to apply what to. It helps :-) > I

Re: Using gcc/ChangeLog instead of gcc/testsuite/ChangeLog?

2019-08-10 Thread Jakub Jelinek
,7 +2502,7 @@ 2019-07-12 Kewen Lin - * gcc/cfgrtl.c (print_rtl_with_bb): Emit a hint if the + * cfgrtl.c (print_rtl_with_bb): Emit a hint if the fallthrough target of current basic block isn't the placed right next. @@ -4453,18 +4452,11 @@ * con

Using gcc/ChangeLog instead of gcc/testsuite/ChangeLog?

2019-08-09 Thread Hans-Peter Nilsson
Has there been a change of policy so it's a valid option to use gcc/ChangeLog for testsuite changes? I was about to move a semi-randomly spotted misplaced entry, and when checking if there were others, I noticed that there's like tens of them, so I thought better ask. (IMHO it's confusing to have

Results for 8.3.0 (GCC) testsuite on x86_64-w64-mingw32.

2019-02-26 Thread Rainer Emrich
Test results here: https://gcc.gnu.org/ml/gcc-testresults/2019-02/msg03095.html Complete logs can be found here: https://cloud.emrich-ebersheim.de/index.php/s/g9D245XdCW6GD5W signature.asc Description: OpenPGP digital signature

Status of 9.0.1 20190205 (experimental) [trunk revision 268546] (GCC) testsuite on x86_64-w64-mingw32

2019-02-06 Thread Rainer Emrich
Am 17.01.2019 um 17:05 schrieb Rainer Emrich: > I will try to do a bootstrap and testsuite run again on the next weekend. Ok, it took a little longer. I've updated my msys2 installation and the mingw-w64 runtime. The test results are for a resent msys2 installation and mingw-w64 runtime master from

Status of 9.0.0 20190110 (experimental) [trunk revision 267818] (GCC) testsuite on x86_64-w64-mingw32

2019-01-11 Thread Rainer Emrich
There was a bug which prevented building libgfortran. Now after the issue is fixed, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88331, I have posted new testresults. https://gcc.gnu.org/ml/gcc-testresults/2019-01/msg01052.html Compared to rev. 265163 we have the following changes: acats tes

Re: Running the C++ library tests in the GCC testsuite

2018-11-07 Thread Joseph Myers
On Wed, 7 Nov 2018, Steve Ellcey wrote: > I copied unix.exp to unix-sysroot.exp and added this to it: > > if {[info exists env(DEJAGNU_UNIX_SYSROOT_FLAGS)]} { > set_board_info ldflags "$env(DEJAGNU_UNIX_SYSROOT_FLAGS)" > } > > I figured I would deal with LOCPATH and GCONV_PATH later.  When >

Re: Running the C++ library tests in the GCC testsuite

2018-11-07 Thread Steve Ellcey
in a directory > > ($T) and > > then I run the GCC testsuite with this command: > > > > # cd to GCC object directory > > make -j50 check RUNTESTFLAGS="--tool_opts  '--sysroot=$T -Wl, > > --dynamic-linker=$T/lib/ld-linux-aarch64.so.1 -Wl,-rpath=$T/li

Re: Running the C++ library tests in the GCC testsuite

2018-11-07 Thread Joseph Myers
On Wed, 7 Nov 2018, Steve Ellcey wrote: > I have a question about the C++ library testsuite. I built and installed > a complete toolchain with GCC, binutils, and glibc in a directory ($T) and > then I run the GCC testsuite with this command: > > # cd to GCC object directory &g

Running the C++ library tests in the GCC testsuite

2018-11-07 Thread Steve Ellcey
I have a question about the C++ library testsuite. I built and installed a complete toolchain with GCC, binutils, and glibc in a directory ($T) and then I run the GCC testsuite with this command: # cd to GCC object directory make -j50 check RUNTESTFLAGS="--tool_opts '--sysro

Results for 9.0.0 20180928 (experimental) [trunk revision 264686] (GCC) testsuite on x86_64-w64-mingw32

2018-09-28 Thread Rainer Emrich
As promised, results are available here: https://gcc.gnu.org/ml/gcc-testresults/2018-09/msg03636.html Complete build and test logs are available for download here: https://cloud.emrich-ebersheim.de/index.php/s/g9D245XdCW6GD5W I keep the logs of some older revisions for comparison and added the lo

Re: wrong comment in gcc/testsuite/gcc.c-torture/compile/simd-5.c

2018-05-21 Thread Jeff Law
On 05/02/2018 04:49 AM, Christian Groessler wrote: > Hi, > > --- a/gcc/testsuite/gcc.c-torture/compile/simd-5.c > +++ b/gcc/testsuite/gcc.c-torture/compile/simd-5.c > @@ -6,7 +6,7 @@ main(){ >  vector64 int a = {1, -1}; >  vector64 int b = {2, -2}; >  c = -a + b*b*(-1L

wrong comment in gcc/testsuite/gcc.c-torture/compile/simd-5.c

2018-05-02 Thread Christian Groessler
Hi, --- a/gcc/testsuite/gcc.c-torture/compile/simd-5.c +++ b/gcc/testsuite/gcc.c-torture/compile/simd-5.c @@ -6,7 +6,7 @@ main(){  vector64 int a = {1, -1};  vector64 int b = {2, -2};  c = -a + b*b*(-1LL); -/* c is now {5, 3} */ +/* c is now {-5, -3} */   printf("result is %llx\n", (l

Re: GCC testsuite maintenance (was: [PATCH] Fix OpenACC vector_length parsing in fortran)

2016-07-25 Thread Mike Stump
On Jul 25, 2016, at 9:37 AM, Joseph Myers wrote: > > On Fri, 15 Jul 2016, Thomas Schwinge wrote: > >>> No, we want to have as little churn as possible in existing tests, the >>> general policy is to add new tests (not just for OpenACC/OpenMP, but for >>> all functionality). >> >> Hmm, that's so

Re: GCC testsuite maintenance (was: [PATCH] Fix OpenACC vector_length parsing in fortran)

2016-07-25 Thread Joseph Myers
On Fri, 15 Jul 2016, Thomas Schwinge wrote: > > No, we want to have as little churn as possible in existing tests, the > > general policy is to add new tests (not just for OpenACC/OpenMP, but for > > all functionality). > > Hmm, that's something I had not been aware of, and I can't find this > co

GCC testsuite maintenance (was: [PATCH] Fix OpenACC vector_length parsing in fortran)

2016-07-15 Thread Thomas Schwinge
Hi! Including in case others also have opinions on "GCC testsuite maintenance". On Fri, 15 Jul 2016 10:21:13 +0200, Jakub Jelinek wrote: > On Fri, Jul 15, 2016 at 09:44:25AM +0200, Thomas Schwinge wrote: > > Does that me we (erroneously) accept any random junk after [...]

aarch64-suse-linux-gnu: libgomp.oacc-c-c++-common/abort-1.c, libgomp.oacc-c-c++-common/abort-3.c FAILs (was: Results for 6.0.0 20151002 (experimental) [trunk revision 228367] (GCC) testsuite on aarch6

2015-10-06 Thread Thomas Schwinge
Hi Andreas! On Fri, 02 Oct 2015 13:58:55 +0200, Andreas Schwab wrote: > LAST_UPDATED: Fri Oct 2 02:31:25 UTC 2015 (revision 228367) > > Native configuration is aarch64-suse-linux-gnu > === libgomp tests === > > > Running target unix > FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++

Re: ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression

2015-08-18 Thread Ramana Radhakrishnan
> Hi Marcus, > > On fsf-4.9 I see the test pass: > > PASS: gcc.target/arm/pr43920-2.c (test for excess errors) > PASS: gcc.target/arm/pr43920-2.c scan-assembler-times pop 2 > PASS: gcc.target/arm/pr43920-2.c scan-assembler-times beq 3 > Executing on host: arm-none-eabi-size pr43920-2.o (timeou

Re: ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression

2015-08-18 Thread Ramana Radhakrishnan
> On fsf-4.9 I see the test pass: > > PASS: gcc.target/arm/pr43920-2.c (test for excess errors) > PASS: gcc.target/arm/pr43920-2.c scan-assembler-times pop 2 > PASS: gcc.target/arm/pr43920-2.c scan-assembler-times beq 3 > Executing on host: arm-none-eabi-size pr43920-2.o (timeout = 300) > spawn

Re: ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression

2015-08-18 Thread Alex Velenko
On 18/08/15 10:45, Marcus Shawcroft wrote: On 18 August 2015 at 10:25, Alex Velenko wrote: On 31/07/15 12:04, Alex Velenko wrote: On 29/07/15 23:14, Jeff Law wrote: On 07/28/2015 12:18 PM, Alex Velenko wrote: On 21/04/15 06:27, Jeff Law wrote: On 04/20/2015 01:09 AM, Shiva Chen wrot

Re: ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression

2015-08-18 Thread Marcus Shawcroft
On 18 August 2015 at 10:25, Alex Velenko wrote: > > > On 31/07/15 12:04, Alex Velenko wrote: >> >> On 29/07/15 23:14, Jeff Law wrote: >>> >>> On 07/28/2015 12:18 PM, Alex Velenko wrote: On 21/04/15 06:27, Jeff Law wrote: > > On 04/20/2015 01:09 AM, Shiva Chen wrote: >> >>

Re: ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression

2015-08-18 Thread Alex Velenko
On 31/07/15 12:04, Alex Velenko wrote: On 29/07/15 23:14, Jeff Law wrote: On 07/28/2015 12:18 PM, Alex Velenko wrote: On 21/04/15 06:27, Jeff Law wrote: On 04/20/2015 01:09 AM, Shiva Chen wrote: Hi, Jeff Thanks for your advice. can_replace_by.patch is the new patch to handle both cases.

Re: ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression

2015-07-31 Thread Alex Velenko
On 29/07/15 23:14, Jeff Law wrote: On 07/28/2015 12:18 PM, Alex Velenko wrote: On 21/04/15 06:27, Jeff Law wrote: On 04/20/2015 01:09 AM, Shiva Chen wrote: Hi, Jeff Thanks for your advice. can_replace_by.patch is the new patch to handle both cases. pr43920-2.c.244r.jump2.ori is the original

Re: ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression

2015-07-29 Thread Jeff Law
On 07/28/2015 12:18 PM, Alex Velenko wrote: On 21/04/15 06:27, Jeff Law wrote: On 04/20/2015 01:09 AM, Shiva Chen wrote: Hi, Jeff Thanks for your advice. can_replace_by.patch is the new patch to handle both cases. pr43920-2.c.244r.jump2.ori is the original jump2 rtl dump pr43920-2.c.244r.j

Re: Re: ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression

2015-07-28 Thread Alex Velenko
On 21/04/15 06:27, Jeff Law wrote: On 04/20/2015 01:09 AM, Shiva Chen wrote: Hi, Jeff Thanks for your advice. can_replace_by.patch is the new patch to handle both cases. pr43920-2.c.244r.jump2.ori is the original jump2 rtl dump pr43920-2.c.244r.jump2.patch_can_replace_by is the jump2 rtl du

Re: Running GCC testsuite with --param option (requires space in argument)

2015-04-28 Thread Steve Ellcey
On Tue, 2015-04-28 at 22:58 +0200, Jakub Jelinek wrote: > > I tried: > > > > export RUNTESTFLAGS='--target_board=multi-sim/--param\ foo=1' > > export RUNTESTFLAGS='--target_board=multi-sim/--param/foo=1' > > Have you tried > export RUNTESTFLAGS='--target_board=multi-sim/--param=foo=1' > ? > >

Re: Running GCC testsuite with --param option (requires space in argument)

2015-04-28 Thread Jakub Jelinek
On Tue, Apr 28, 2015 at 01:55:42PM -0700, Steve Ellcey wrote: > Has anyone run the GCC testsuite using a --param option? I am trying > to do something like: > > export RUNTESTFLAGS='--target_board=multi-sim/--param foo=1' > make check > > But the space in the &#

Running GCC testsuite with --param option (requires space in argument)

2015-04-28 Thread Steve Ellcey
Has anyone run the GCC testsuite using a --param option? I am trying to do something like: export RUNTESTFLAGS='--target_board=multi-sim/--param foo=1' make check But the space in the '--param foo=1' option is causing dejagnu to fail. Perhaps there is a way to specify a p

Re: ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression

2015-04-20 Thread Jeff Law
On 04/20/2015 01:09 AM, Shiva Chen wrote: Hi, Jeff Thanks for your advice. can_replace_by.patch is the new patch to handle both cases. pr43920-2.c.244r.jump2.ori is the original jump2 rtl dump pr43920-2.c.244r.jump2.patch_can_replace_by is the jump2 rtl dump after patch can_replace_by.patch

Re: ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression

2015-04-20 Thread Shiva Chen
Hi, Jeff Thanks for your advice. can_replace_by.patch is the new patch to handle both cases. pr43920-2.c.244r.jump2.ori is the original jump2 rtl dump pr43920-2.c.244r.jump2.patch_can_replace_by is the jump2 rtl dump after patch can_replace_by.patch Could you help me to review the patch? Th

Re: ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression

2015-04-17 Thread Jeff Law
On 04/17/2015 03:57 AM, Shiva Chen wrote: Hi, I think the rtl dump in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64916 is not jump2 phase rtl dump. Because jump2 is after ira, the register number should be hardware register number. the jump2 rtl dump should as follow ... 31: NOTE_INSN_B

ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression

2015-04-17 Thread Shiva Chen
Hi, I think the rtl dump in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64916 is not jump2 phase rtl dump. Because jump2 is after ira, the register number should be hardware register number. the jump2 rtl dump should as follow ... 31: NOTE_INSN_BASIC_BLOCK 5 32: [r6:SI]=r4:SI REG_D

Re: [PATCH] gcc/testsuite: guality.exp: Fix `test_counts' restoration

2014-11-15 Thread Maciej W. Rozycki
On Fri, 14 Nov 2014, Jakub Jelinek wrote: > > gcc/testsuite/ > > * g++.dg/guality/guality.exp (check_guality): Fix `test_counts' > > restoration. > > Ok, thanks. Applied, thanks. Maciej

Re: [PATCH] gcc/testsuite: guality.exp: Fix `test_counts' restoration

2014-11-14 Thread Jakub Jelinek
On Fri, Nov 14, 2014 at 09:01:25PM +, Maciej W. Rozycki wrote: > 2014-11-14 Maciej W. Rozycki > > gcc/testsuite/ > * g++.dg/guality/guality.exp (check_guality): Fix `test_counts' > restoration. Ok, thanks. > --- gcc-fsf-trunk-quilt.orig/gcc/t

[PATCH] gcc/testsuite: guality.exp: Fix `test_counts' restoration

2014-11-14 Thread Maciej W. Rozycki
On Mon, 15 Sep 2014, Jakub Jelinek wrote: > 2014-09-14 Jakub Jelinek > > gcc/testsuite/ > * g++.dg/guality/guality.exp (check_guality): Save/restore > test_counts array around the body of the procedure. > * gcc.dg/guality/guality.exp (check_

RE: gcc testsuite

2014-10-23 Thread Andrew Bennett
> Hi, >I couldn't find newlib in my source gcc-4.5.5 directory. I download > and try to install it, i think it is not completed > when i run make install ...it ends quickly with the message shown below > > make[2]: Leaving directory /gcc-4.4/build_newlib/etc' > make[1]: Nothing to be done for

  1   2   3   >