public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/99292] New: FAIL: gcc.c-torture/compile/pr98096.c   -O0  (test for excess errors)
@ 2021-02-26 16:35 danglin at gcc dot gnu.org
  2021-03-01  9:03 ` [Bug testsuite/99292] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2021-02-26 16:35 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99292
           Summary: FAIL: gcc.c-torture/compile/pr98096.c   -O0  (test for
                    excess errors)
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
  Target Milestone: ---
              Host: hppa-unknown-linux-gnu
            Target: hppa-unknown-linux-gnu
             Build: hppa-unknown-linux-gnu

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/pr98096.c
-f
diagnostics-plain-output -O0 -w -S -o pr98096.s
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr98096.c: In
functio
n 'f':
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr98096.c:6:3:
error:
 the target does not support 'asm goto' with outputs in 'asm'
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr98096.c:8:3:
error:
 the target does not support 'asm goto' with outputs in 'asm'
compiler exited with status 1
FAIL: gcc.c-torture/compile/pr98096.c   -O0  (test for excess errors)

Needs a skip on hppa*-*-*.

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

* [Bug testsuite/99292] FAIL: gcc.c-torture/compile/pr98096.c   -O0  (test for excess errors)
  2021-02-26 16:35 [Bug testsuite/99292] New: FAIL: gcc.c-torture/compile/pr98096.c -O0 (test for excess errors) danglin at gcc dot gnu.org
@ 2021-03-01  9:03 ` rguenth at gcc dot gnu.org
  2021-03-10 15:00 ` cvs-commit at gcc dot gnu.org
  2021-03-10 15:03 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-03-01  9:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
IIRC it requires LRA, maybe add a dg target selector for LRA (or reload, that's
likely smaller now)?

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

* [Bug testsuite/99292] FAIL: gcc.c-torture/compile/pr98096.c   -O0  (test for excess errors)
  2021-02-26 16:35 [Bug testsuite/99292] New: FAIL: gcc.c-torture/compile/pr98096.c -O0 (test for excess errors) danglin at gcc dot gnu.org
  2021-03-01  9:03 ` [Bug testsuite/99292] " rguenth at gcc dot gnu.org
@ 2021-03-10 15:00 ` cvs-commit at gcc dot gnu.org
  2021-03-10 15:03 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-03-10 15:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- 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:cb33c7276a6bbf8dd1ffba13d358f49b933d9cc8

commit r11-7601-gcb33c7276a6bbf8dd1ffba13d358f49b933d9cc8
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Wed Mar 10 14:57:01 2021 +0000

    Add LRA target selector.

    gcc/ChangeLog:

            * doc/sourcebuild.texi: Document LRA target selector.

    gcc/testsuite/ChangeLog:

            PR testsuite/99292
            * lib/target-supports.exp (check_effective_target_lra): New.
            * gcc.c-torture/compile/asmgoto-2.c: Use LRA target selector.
            * gcc.c-torture/compile/asmgoto-5.c: Likewise.
            * gcc.c-torture/compile/pr98096.c: Likewise.
            * gcc.dg/pr97954.c: Likewise.

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

* [Bug testsuite/99292] FAIL: gcc.c-torture/compile/pr98096.c   -O0  (test for excess errors)
  2021-02-26 16:35 [Bug testsuite/99292] New: FAIL: gcc.c-torture/compile/pr98096.c -O0 (test for excess errors) danglin at gcc dot gnu.org
  2021-03-01  9:03 ` [Bug testsuite/99292] " rguenth at gcc dot gnu.org
  2021-03-10 15:00 ` cvs-commit at gcc dot gnu.org
@ 2021-03-10 15:03 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2021-03-10 15:03 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

end of thread, other threads:[~2021-03-10 15:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-26 16:35 [Bug testsuite/99292] New: FAIL: gcc.c-torture/compile/pr98096.c -O0 (test for excess errors) danglin at gcc dot gnu.org
2021-03-01  9:03 ` [Bug testsuite/99292] " rguenth at gcc dot gnu.org
2021-03-10 15:00 ` cvs-commit at gcc dot gnu.org
2021-03-10 15:03 ` 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).