public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/109376] New: FAIL: gnat.dg/prot7.adb (test for excess errors)
@ 2023-04-02 15:58 danglin at gcc dot gnu.org
  2023-04-02 16:14 ` [Bug target/109376] " ebotcazou at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2023-04-02 15:58 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 109376
           Summary: FAIL: gnat.dg/prot7.adb (test for excess errors)
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
                CC: dkm at gcc dot gnu.org
  Target Milestone: ---
              Host: hppa*-*-linux*
            Target: hppa*-*-linux*
             Build: hppa*-*-linux*

Executing on host: /home/dave/gnu/gcc/objdir/gcc/gnatmake
--GCC=/home/dave/gnu/gcc/objdir/gcc/xgcc
--GNATBIND=/home/dave/gnu/gcc/objdir/gcc/gnatbind
--GNATLINK=/home/dave/gnu/gcc/objdir/gcc/gnatlink -cargs -B/ho
me/dave/gnu/gcc/objdir/gcc -largs --GCC=/home/dave/gnu/gcc/objdir/gcc/xgcc\
-B/home/dave/gnu/gcc/objdir/gcc\  -margs
--RTS=/home/dave/gnu/gcc/objdir/hppa-linux-gnu/./libada -q -f 
/home/dave/gnu/gcc/gcc/gcc/test
suite/gnat.dg/prot7.adb  -largs  -margs  -fdiagnostics-plain-output  -gnatwa
-gnatVa -c -u -S -o prot7.s    (timeout = 300)
spawn -ignore SIGHUP /home/dave/gnu/gcc/objdir/gcc/gnatmake
--GCC=/home/dave/gnu/gcc/objdir/gcc/xgcc
--GNATBIND=/home/dave/gnu/gcc/objdir/gcc/gnatbind
--GNATLINK=/home/dave/gnu/gcc/objdir/gcc/gnatlink -cargs -B/
home/dave/gnu/gcc/objdir/gcc -largs --GCC=/home/dave/gnu/gcc/objdir/gcc/xgcc
-B/home/dave/gnu/gcc/objdir/gcc  -margs
--RTS=/home/dave/gnu/gcc/objdir/hppa-linux-gnu/./libada -q -f
/home/dave/gnu/gcc/gcc/gcc/tests
uite/gnat.dg/prot7.adb -largs -margs -fdiagnostics-plain-output -gnatwa -gnatVa
-c -u -S -o prot7.s
prot7.adb:5:04: error: Lock_Free aspect requires target support for atomic
primitives
prot7.adb:6:07: error: illegal body when Lock_Free given
prot7.adb:11:07: error: illegal body when Lock_Free given
gnatmake: "/home/dave/gnu/gcc/gcc/gcc/testsuite/gnat.dg/prot7.adb" compilation
error
compiler exited with status 1
Executing on host: /home/dave/gnu/gcc/objdir/gcc/gnatclean -c -q -n prot7  
(timeout = 300)
spawn -ignore SIGHUP /home/dave/gnu/gcc/objdir/gcc/gnatclean -c -q -n prot7
FAIL: gnat.dg/prot7.adb (test for excess errors)
Excess errors:
prot7.adb:5:04: error: Lock_Free aspect requires target support for atomic
primitives
prot7.adb:6:07: error: illegal body when Lock_Free given
prot7.adb:11:07: error: illegal body when Lock_Free given

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

* [Bug target/109376] FAIL: gnat.dg/prot7.adb (test for excess errors)
  2023-04-02 15:58 [Bug ada/109376] New: FAIL: gnat.dg/prot7.adb (test for excess errors) danglin at gcc dot gnu.org
@ 2023-04-02 16:14 ` ebotcazou at gcc dot gnu.org
  2023-04-02 16:28 ` dave.anglin at bell dot net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2023-04-02 16:14 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
          Component|ada                         |target
             Status|UNCONFIRMED                 |WAITING
                 CC|                            |ebotcazou at gcc dot gnu.org
   Last reconfirmed|                            |2023-04-02

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
It needs to be skipped if the target does not support atomic primitives.

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

* [Bug target/109376] FAIL: gnat.dg/prot7.adb (test for excess errors)
  2023-04-02 15:58 [Bug ada/109376] New: FAIL: gnat.dg/prot7.adb (test for excess errors) danglin at gcc dot gnu.org
  2023-04-02 16:14 ` [Bug target/109376] " ebotcazou at gcc dot gnu.org
@ 2023-04-02 16:28 ` dave.anglin at bell dot net
  2023-04-02 20:05 ` cvs-commit at gcc dot gnu.org
  2023-04-02 20:06 ` danglin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: dave.anglin at bell dot net @ 2023-04-02 16:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from dave.anglin at bell dot net ---
I would judge the test should be skipped on hppa.

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

* [Bug target/109376] FAIL: gnat.dg/prot7.adb (test for excess errors)
  2023-04-02 15:58 [Bug ada/109376] New: FAIL: gnat.dg/prot7.adb (test for excess errors) danglin at gcc dot gnu.org
  2023-04-02 16:14 ` [Bug target/109376] " ebotcazou at gcc dot gnu.org
  2023-04-02 16:28 ` dave.anglin at bell dot net
@ 2023-04-02 20:05 ` cvs-commit at gcc dot gnu.org
  2023-04-02 20:06 ` danglin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-04-02 20:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 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:e35503833c0418fb6a0475f6e927cbcf64814c1e

commit r13-6977-ge35503833c0418fb6a0475f6e927cbcf64814c1e
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Sun Apr 2 20:03:48 2023 +0000

    Skip gnat.dg/prot7.adb on hppa.

    Test needs to be skipped if the target does not support atomic primitives.

    2023-04-02  John David Anglin  <danglin@gcc.gnu.org>

    gcc/testsuite/ChangeLog:

            PR target/109376
            * gnat.dg/prot7.adb: Skip on hppa.

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

* [Bug target/109376] FAIL: gnat.dg/prot7.adb (test for excess errors)
  2023-04-02 15:58 [Bug ada/109376] New: FAIL: gnat.dg/prot7.adb (test for excess errors) danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2023-04-02 20:05 ` cvs-commit at gcc dot gnu.org
@ 2023-04-02 20:06 ` danglin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2023-04-02 20:06 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

end of thread, other threads:[~2023-04-02 20:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 15:58 [Bug ada/109376] New: FAIL: gnat.dg/prot7.adb (test for excess errors) danglin at gcc dot gnu.org
2023-04-02 16:14 ` [Bug target/109376] " ebotcazou at gcc dot gnu.org
2023-04-02 16:28 ` dave.anglin at bell dot net
2023-04-02 20:05 ` cvs-commit at gcc dot gnu.org
2023-04-02 20:06 ` 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).