public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/52280] New: FAIL:   c974013 -- C974013 Abortable part did not execute
@ 2012-02-16 15:05 danglin at gcc dot gnu.org
  2012-02-27  8:45 ` [Bug ada/52280] " ebotcazou at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-02-16 15:05 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52280

             Bug #: 52280
           Summary: FAIL:   c974013 -- C974013 Abortable part did not
                    execute
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11


splitting /test/gnu/gcc/objdir/gcc/testsuite/ada/acats/tests/c9/c974013.a into:
   c974013.adb
BUILD c974013.adb
gnatmake --GCC="/test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/"
-gnat
ws -O2 -I/test/gnu/gcc/objdir/gcc/testsuite/ada/acats/support c974013.adb
-largs
 --GCC="/test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/"
/test/gnu/gcc/objdir/gcc/xgcc -c -B/test/gnu/gcc/objdir/gcc/ -gnatws -O2
-I/test
/gnu/gcc/objdir/gcc/testsuite/ada/acats/support c974013.adb
gnatbind -I/test/gnu/gcc/objdir/gcc/testsuite/ada/acats/support -x c974013.ali
gnatlink c974013.ali -O2 --GCC=/test/gnu/gcc/objdir/gcc/xgcc
-B/test/gnu/gcc/obj
dir/gcc/
RUN c974013

,.,. C974013 ACATS 2.5 12-02-15 11:57:52
---- C974013 Asynchronous Select: Trigger is delay_until which completes
                before abortable part.
   * C974013 Abortable part did not execute.
**** C974013 FAILED ****************************.
FAIL:   c974013


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

* [Bug ada/52280] FAIL:   c974013 -- C974013 Abortable part did not execute
  2012-02-16 15:05 [Bug ada/52280] New: FAIL: c974013 -- C974013 Abortable part did not execute danglin at gcc dot gnu.org
@ 2012-02-27  8:45 ` ebotcazou at gcc dot gnu.org
  2012-03-05  1:04 ` dave.anglin at bell dot net
  2013-07-28 19:39 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2012-02-27  8:45 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52280

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-02-27
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-02-27 08:37:20 UTC ---
Is the failure reproducible manually?  With and without optimization?


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

* [Bug ada/52280] FAIL:   c974013 -- C974013 Abortable part did not execute
  2012-02-16 15:05 [Bug ada/52280] New: FAIL: c974013 -- C974013 Abortable part did not execute danglin at gcc dot gnu.org
  2012-02-27  8:45 ` [Bug ada/52280] " ebotcazou at gcc dot gnu.org
@ 2012-03-05  1:04 ` dave.anglin at bell dot net
  2013-07-28 19:39 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: dave.anglin at bell dot net @ 2012-03-05  1:04 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52280

--- Comment #2 from dave.anglin at bell dot net 2012-03-05 01:04:41 UTC ---
On 27-Feb-12, at 3:37 AM, ebotcazou at gcc dot gnu.org wrote:

> Is the failure reproducible manually?  With and without optimization?


Test doesn't fail when run manually.  It doesn't fail if the testsuite  
is
compiled with -O0.

Two new fails occurred at -O0: a74205e and c43222a.

Dave
--
John David Anglin    dave.anglin@bell.net


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

* [Bug ada/52280] FAIL:   c974013 -- C974013 Abortable part did not execute
  2012-02-16 15:05 [Bug ada/52280] New: FAIL: c974013 -- C974013 Abortable part did not execute danglin at gcc dot gnu.org
  2012-02-27  8:45 ` [Bug ada/52280] " ebotcazou at gcc dot gnu.org
  2012-03-05  1:04 ` dave.anglin at bell dot net
@ 2013-07-28 19:39 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2013-07-28 19:39 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52280

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> ---
Still fails on and off.


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

end of thread, other threads:[~2013-07-28 19:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-16 15:05 [Bug ada/52280] New: FAIL: c974013 -- C974013 Abortable part did not execute danglin at gcc dot gnu.org
2012-02-27  8:45 ` [Bug ada/52280] " ebotcazou at gcc dot gnu.org
2012-03-05  1:04 ` dave.anglin at bell dot net
2013-07-28 19:39 ` 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).