public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bugzilla-gcc at thewrittenword dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/24352]  New: xnmake SIGSEGV
Date: Thu, 13 Oct 2005 15:26:00 -0000	[thread overview]
Message-ID: <bug-24352-6116@http.gcc.gnu.org/bugzilla/> (raw)

I built gcc-3.3.2 with the ADA bootstrap binary from Rainer Orth,
gcc-3.3.2-alpha-dec-osf5.1b-bin.tar.gz. I then tried to build gcc-3.4.3 with
the ADA binaries from the gcc-3.3.2 build:
  $ cd /opt/build
  $ gtar jxf /opt/src/devel/gcc-3.4.3/src/gcc-3.4.3.tar.bz2
  $ mkdir gcc-3.4.3-objdir
  $ cd gcc-3.4.3-objdir
  $ PATH=/opt/TWWfsw/gcc332/bin:$PATH CC=/opt/TWWfsw/gcc332/bin/gcc \
  /opt/build/gcc-3.4.3/configure --with-included-gettext --enable-shared \
  --enable-languages="ada,c"
  ...
  $ PATH=/opt/TWWfsw/gcc332/bin:$PATH gmake bootstrap
  ...
  mkdir -p ada/bldtools
  cp -p /opt/build/gcc-3.4.3/gcc/ada/sinfo.ads
/opt/build/gcc-3.4.3/gcc/ada/nmake.adt /opt/build/gcc-3.4.3/gcc/ada/xnmake.adb
ada/bldtools
  (cd ada/bldtools; gnatmake -q xnmake ; ./xnmake -b ../nmake.adb )

  raised CONSTRAINT_ERROR : SIGSEGV
  gmake[2]: *** [ada/nmake.adb] Error 1
  gmake[2]: Leaving directory `/opt/build/gcc-3.4.3-objdir/gcc'

I also tried building gcc-4.0.2 with the binaries generated from the gcc-3.3.2
build and encountered the same error:
  ...
  mkdir -p ada/bldtools/nmake_b
  cp -p /opt/build/gcc-4.0.2/gcc/ada/sinfo.ads
/opt/build/gcc-4.0.2/gcc/ada/nmake.adt /opt/build/gcc-4.0.2/gcc/ada/xnmake.adb
ada/bldtools/nmake_b
  (cd ada/bldtools/nmake_b; gnatmake -q xnmake ; ./xnmake -b ../../nmake.adb )

  raised CONSTRAINT_ERROR : SIGSEGV
  gmake[2]: *** [ada/nmake.adb] Error 1
  gmake[2]: Leaving directory `/opt/build/gcc-4.0.2-objdir/gcc'


-- 
           Summary: xnmake SIGSEGV
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bugzilla-gcc at thewrittenword dot com
 GCC build triplet: alphaev67-dec-osf5.1
  GCC host triplet: alphaev67-dec-osf5.1
GCC target triplet: alphaev67-dec-osf5.1


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


             reply	other threads:[~2005-10-13 15:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-13 15:26 bugzilla-gcc at thewrittenword dot com [this message]
2005-10-13 15:32 ` [Bug ada/24352] " charlet 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-24352-6116@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).