public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug inline-asm/97987] New: FAIL: gcc.c-torture/compile/asmgoto-2.c
@ 2020-11-25 14:48 danglin at gcc dot gnu.org
  2020-11-26 10:08 ` [Bug testsuite/97987] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2020-11-25 14:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97987

            Bug ID: 97987
           Summary: FAIL: gcc.c-torture/compile/asmgoto-2.c
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: inline-asm
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
  Target Milestone: ---
              Host: hppa*-*-*
            Target: hppa*-*-*
             Build: hppa*-*-*

Executing on host: /home/dave/gnu/gcc/objdir/gcc/xgcc
-B/home/dave/gnu/gcc/objdi
r/gcc/ /home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/asmgoto-2.c
 -fdiagnostics-plain-output    -O0  -w -S -o asmgoto-2.s    (timeout = 300)
spawn -ignore SIGHUP /home/dave/gnu/gcc/objdir/gcc/xgcc
-B/home/dave/gnu/gcc/obj
dir/gcc/ /home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/asmgoto-2.c
-fdiagnostics-plain-output -O0 -w -S -o asmgoto-2.s
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/asmgoto-2.c: In
funct
ion 'foo':
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/asmgoto-2.c:8:3:
erro
r: the target does not support asm goto with outputs in 'asm'
compiler exited with status 1
FAIL: gcc.c-torture/compile/asmgoto-2.c   -O0  (test for excess errors)
Excess errors:
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/asmgoto-2.c:8:3:
error: the target does not support asm goto with outputs in 'asm'

spawn -ignore SIGHUP /home/dave/gnu/gcc/objdir/gcc/xgcc
-B/home/dave/gnu/gcc/obj
dir/gcc/ /home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/asmgoto-5.c
-fdiagnostics-plain-output -O0 -w -S -o asmgoto-5.s
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/asmgoto-5.c: In
funct
ion 'foo':
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/asmgoto-5.c:43:3:
err
or: the target does not support asm goto with outputs in 'asm'
compiler exited with status 1
FAIL: gcc.c-torture/compile/asmgoto-5.c   -O0  (test for excess errors)
Excess errors:
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/asmgoto-5.c:43:3:
error: the target does not support asm goto with outputs in 'asm'

Tests fail at all optimizations.

First seen in 11.0.0 20201115 build.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/97987] FAIL: gcc.c-torture/compile/asmgoto-2.c
  2020-11-25 14:48 [Bug inline-asm/97987] New: FAIL: gcc.c-torture/compile/asmgoto-2.c danglin at gcc dot gnu.org
@ 2020-11-26 10:08 ` rguenth at gcc dot gnu.org
  2021-01-18 15:48 ` cvs-commit at gcc dot gnu.org
  2021-01-18 15:51 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-11-26 10:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97987

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|inline-asm                  |testsuite

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
will happen on all reload targets, guess a dg-skip is appropriate for them, not
sure if we have an effective target yet.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/97987] FAIL: gcc.c-torture/compile/asmgoto-2.c
  2020-11-25 14:48 [Bug inline-asm/97987] New: FAIL: gcc.c-torture/compile/asmgoto-2.c danglin at gcc dot gnu.org
  2020-11-26 10:08 ` [Bug testsuite/97987] " rguenth at gcc dot gnu.org
@ 2021-01-18 15:48 ` cvs-commit at gcc dot gnu.org
  2021-01-18 15:51 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-01-18 15:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97987

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by John David Anglin <danglin@gcc.gnu.org>:

https://gcc.gnu.org/g:76c1dd15e4a056a59a13b2208af23a6bd67c2682

commit r11-6774-g76c1dd15e4a056a59a13b2208af23a6bd67c2682
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Mon Jan 18 15:45:47 2021 +0000

    Skip asm goto tests on hppa*-*-*.

    gcc/testsuite/ChangeLog:

            PR testsuite/97987
            * gcc.c-torture/compile/asmgoto-2.c: Skip on hppa.
            * gcc.c-torture/compile/asmgoto-5.c: Likewise.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/97987] FAIL: gcc.c-torture/compile/asmgoto-2.c
  2020-11-25 14:48 [Bug inline-asm/97987] New: FAIL: gcc.c-torture/compile/asmgoto-2.c danglin at gcc dot gnu.org
  2020-11-26 10:08 ` [Bug testsuite/97987] " rguenth at gcc dot gnu.org
  2021-01-18 15:48 ` cvs-commit at gcc dot gnu.org
@ 2021-01-18 15:51 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2021-01-18 15:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97987

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> ---
Fixed on master.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-18 15:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-25 14:48 [Bug inline-asm/97987] New: FAIL: gcc.c-torture/compile/asmgoto-2.c danglin at gcc dot gnu.org
2020-11-26 10:08 ` [Bug testsuite/97987] " rguenth at gcc dot gnu.org
2021-01-18 15:48 ` cvs-commit at gcc dot gnu.org
2021-01-18 15:51 ` danglin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).