public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Toon Moene <toon@moene.indiv.nluug.nl>
To: "Harvey J. Stein" <hjstein@bfr.co.il>
Cc: egcs@cygnus.com
Subject: Re: egcs-1.0 alphaev56-unknown-linux-gnulibc1 test results
Date: Tue, 09 Dec 1997 14:34:00 -0000	[thread overview]
Message-ID: <9712092233.AA02622@moene.indiv.nluug.nl> (raw)
In-Reply-To: <199712091711.TAA10227@blinky.bfr.co.il>

>  Successfully built on linux alpha (Redhat 4.2),
>  alphaev56-unknown-linux-gnulibc1, *after* removing the
>  f subdirectory so as to avoid trying to build the fortran
>  compiler (because it fails).  I have miscellaneous gcc
>  & kernel patches installed.

Fascinating - it works for me (system type  
alphaev5-unknown-linux-gnulibc1 :-)

>  GOOD WORK!

No doubt about that ...

>  Configuration:
>     ../egcs-1.0/configure --prefix=/usr/local/egcs
>     --enable-haifa

I just did a ./configure --prefix=$HOME

It dies, however, on the following (Fortran code):

      namelist/junk/a,b,c

      a=1.234
      b=5.678
      c=-123.456

      write(10,junk)

      stop
      end

(using g77 -ggdb -v namelist.f):

[burley@zazo burley]$ gdb a.out
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for  
details.
GDB 4.16 (alpha-unknown-linux), Copyright 1996 Free Software  
Foundation, Inc...
(gdb) run
Starting program: /part2/burley/a.out

Program received signal SIGSEGV, Segmentation fault.
0x120005488 in x_wsne (a=0x400000004) at xwsne.c:59
59                              size = f__typesize[type];
(gdb) bt
#0  0x120005488 in x_wsne (a=0x400000004) at xwsne.c:59
#1  0x12000527c in s_wsne (a=0x12010eb58) at wsne.c:24
#2  0x12000343c in MAIN__ () at namelist.f:7
#3  0x1200036dc in main (argc=4, argv=0x3d) at main.c:128
(gdb) p type
$1 = 536926040
(gdb)

Hope someone can use this information.

Cheers,
Toon.

  parent reply	other threads:[~1997-12-09 14:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-12-09  9:52 Harvey J. Stein
1997-12-09 10:59 ` Richard Henderson
1997-12-10  2:27   ` Harvey J. Stein
1997-12-10  2:49   ` Harvey J. Stein
1997-12-09 14:34 ` Toon Moene [this message]
1997-12-09 16:25   ` namelist patch [was egcs-1.0 alphaev56-unknown-linux-gnulibc1 test results] Richard Henderson

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=9712092233.AA02622@moene.indiv.nluug.nl \
    --to=toon@moene.indiv.nluug.nl \
    --cc=egcs@cygnus.com \
    --cc=hjstein@bfr.co.il \
    /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).