public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dave at hiauly1 dot hia dot nrc dot ca" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/29840] [4.3 Regression] build/genconditions ../../gcc/gcc/config/pa/pa.md > tmp-condmd.c: /bin/sh: 13354 Memory fault(coredump)
Date: Mon, 27 Nov 2006 00:28:00 -0000	[thread overview]
Message-ID: <20061127002825.29519.qmail@sourceware.org> (raw)
In-Reply-To: <bug-29840-276@http.gcc.gnu.org/bugzilla/>



------- Comment #19 from dave at hiauly1 dot hia dot nrc dot ca  2006-11-27 00:28 -------
Subject: Re:  [4.3 Regression] build/genconditions
../../gcc/gcc/config/pa/pa.md > tmp-condmd.c: /bin/sh: 13354 MO

> Subject: Re:  [4.3 Regression] build/genconditions
> ../../gcc/gcc/config/pa/pa.md > tmp-condmd.c: /bin/sh: 13354 Memory
> fault(coredump)
> 
> Just adding DF_HARD_REGS is not enough.  At least this bit:
> 
> -      if (use)
> +      if (use && !HARD_REGISTER_P (use->reg))
> 
> is also necessary.

The proposed patch with the initialization of regno moved forward
gets us a lot further into the bootstrap.  It now fails with an
ICE building the fortran library:

/test/gnu/gcc/objdir/./gcc/xgcc -B/test/gnu/gcc/objdir/./gcc/
-B/opt/gnu64/gcc/g
cc-4.3.0/hppa64-hp-hpux11.11/bin/
-B/opt/gnu64/gcc/gcc-4.3.0/hppa64-hp-hpux11.11
/lib/ -isystem /opt/gnu64/gcc/gcc-4.3.0/hppa64-hp-hpux11.11/include -isystem
/op
t/gnu64/gcc/gcc-4.3.0/hppa64-hp-hpux11.11/sys-include -DHAVE_CONFIG_H -I.
-I../.
./../gcc/libgfortran -I. -iquote../../../gcc/libgfortran/io
-I../../../gcc/libgf
ortran/../gcc -I../../../gcc/libgfortran/../gcc/config -I../.././gcc
-D_GNU_SOUR
CE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definit
ion -Wextra -Wwrite-strings -ftree-vectorize -funroll-loops -O2 -g -O2 -c
../../
../gcc/libgfortran/generated/matmul_i4.c  -fPIC -DPIC -o .libs/matmul_i4.o
../../../gcc/libgfortran/generated/matmul_i4.c: In function 'matmul_i4':
../../../gcc/libgfortran/generated/matmul_i4.c:337: internal compiler error:
Seg
mentation fault

Dave


-- 


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


  parent reply	other threads:[~2006-11-27  0:28 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-15  2:26 [Bug target/29840] New: " danglin at gcc dot gnu dot org
2006-11-15  2:41 ` [Bug target/29840] " danglin at gcc dot gnu dot org
2006-11-23  0:25 ` danglin at gcc dot gnu dot org
2006-11-23  0:28 ` [Bug target/29840] [4.3 Regression] " pinskia at gcc dot gnu dot org
2006-11-25 20:15 ` danglin at gcc dot gnu dot org
2006-11-25 21:30 ` dave at hiauly1 dot hia dot nrc dot ca
2006-11-25 22:14 ` dave at hiauly1 dot hia dot nrc dot ca
2006-11-25 22:24 ` steven at gcc dot gnu dot org
2006-11-25 23:17 ` steven at gcc dot gnu dot org
2006-11-25 23:19 ` steven at gcc dot gnu dot org
2006-11-25 23:21 ` steven at gcc dot gnu dot org
2006-11-25 23:23 ` steven at gcc dot gnu dot org
2006-11-25 23:26 ` [Bug rtl-optimization/29840] " pinskia at gcc dot gnu dot org
2006-11-25 23:32 ` pinskia at gcc dot gnu dot org
2006-11-26  0:04 ` dave at hiauly1 dot hia dot nrc dot ca
2006-11-26  1:05 ` steven at gcc dot gnu dot org
2006-11-26  9:06 ` paolo dot bonzini at lu dot unisi dot ch
2006-11-26  9:19 ` stevenb dot gcc at gmail dot com
2006-11-27  0:28 ` dave at hiauly1 dot hia dot nrc dot ca [this message]
2006-11-27  7:16 ` bonzini at gnu dot org
2006-11-30 18:49 ` bonzini at gnu dot org
2006-11-30 19:10 ` dave at hiauly1 dot hia dot nrc dot ca
2006-11-30 19:18 ` paolo dot bonzini at lu dot unisi dot ch
2006-12-01 21:02 ` dave at hiauly1 dot hia dot nrc dot ca
2006-12-01 22:23 ` dave at hiauly1 dot hia dot nrc dot ca
2006-12-02  9:27 ` paolo dot bonzini at lu dot unisi dot ch
2006-12-02 16:39 ` dave at hiauly1 dot hia dot nrc dot ca
2006-12-02 17:38 ` paolo dot bonzini at lu dot unisi dot ch
2006-12-02 21:17 ` dave at hiauly1 dot hia dot nrc dot ca
2006-12-04 21:26 ` dave at hiauly1 dot hia dot nrc dot ca
2006-12-19 18:23 ` sje at cup dot hp dot com
2006-12-19 20:05 ` dave at hiauly1 dot hia dot nrc dot ca
2006-12-22 12:29 ` bonzini at gcc dot gnu dot org
2006-12-22 12:52 ` bonzini at 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=20061127002825.29519.qmail@sourceware.org \
    --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).