public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "laurent at guerby dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/36939] Build Failure Ada SH2e
Date: Mon, 07 Feb 2011 21:46:00 -0000	[thread overview]
Message-ID: <bug-36939-4-ffSvnvzdMP@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-36939-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #20 from Laurent GUERBY <laurent at guerby dot net> 2011-02-07 21:42:25 UTC ---
Thanks Joel for the acats.log. 

from the failing test list my guess is that tasking is broken and was working
for your previous test.

All tests with an Ada task in them fail with "program stopped with signal 7.".

Could you try the simplest possible tasking program?

$ cat t.adb
procedure t is
task a;
task body a is         
begin
null;
end a;
begin
null;
end t;

If my guess is correct it should get a signal 7.


  parent reply	other threads:[~2011-02-07 21:42 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-36939-4@http.gcc.gnu.org/bugzilla/>
2011-02-07  0:34 ` joel at gcc dot gnu.org
2011-02-07  9:04   ` Arnaud Charlet
2011-02-07  1:20 ` joel at gcc dot gnu.org
2011-02-07  6:48 ` laurent at guerby dot net
2011-02-07  9:05 ` charlet at adacore dot com
2011-02-07 14:37 ` joel at gcc dot gnu.org
2011-02-07 17:43 ` joel at gcc dot gnu.org
2011-02-07 21:46 ` laurent at guerby dot net [this message]
2011-02-07 22:38 ` joel at gcc dot gnu.org
2013-12-05 19:53 ` olegendo at gcc dot gnu.org
2008-07-25 19:42 [Bug ada/36939] New: " joel at gcc dot gnu dot org
2008-07-25 19:53 ` [Bug ada/36939] " laurent at guerby dot net
2008-07-25 20:05 ` laurent at guerby dot net
2008-07-25 20:36 ` joel at gcc dot gnu dot org
2008-07-25 20:47 ` laurent at guerby dot net
2008-07-25 20:54 ` joseph at codesourcery dot com
2008-12-02 14:04 ` joel at gcc dot gnu dot org
2008-12-10 11:58 ` laurent at guerby dot net
2008-12-10 18:09 ` joel at gcc dot gnu dot org
2008-12-10 19:16 ` joel at gcc dot gnu dot org
2008-12-10 23:11 ` laurent at guerby dot net
2009-02-27 16:24 ` joel at gcc dot gnu dot org
2009-02-27 17:50 ` laurent at guerby dot net
2009-03-23 22:14 ` joel at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-36939-4-ffSvnvzdMP@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).