public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* ia64 linux doesn't bootstrap
@ 2002-10-18  4:53 Aldy Hernandez
  2002-10-18  7:33 ` Tim Prince
  2002-10-18  8:18 ` Andreas Schwab
  0 siblings, 2 replies; 22+ messages in thread
From: Aldy Hernandez @ 2002-10-18  4:53 UTC (permalink / raw)
  To: gcc

While building stage2.

In file included from /home/aldyh/source/gcc/gcc/c-decl.c:6888:
gt-c-decl.h:338: internal compiler error: Bus error
Please submit a full bug report,

Just curious if anyone had seen this, or had a fix for it.  I guess I
should pull out gdb now...

Aldy

^ permalink raw reply	[flat|nested] 22+ messages in thread
* Re: ia64 linux doesn't bootstrap
@ 2002-10-21 20:34 Ulrich Weigand
  2002-10-21 23:35 ` David Edelsohn
  0 siblings, 1 reply; 22+ messages in thread
From: Ulrich Weigand @ 2002-10-21 20:34 UTC (permalink / raw)
  To: mark; +Cc: gcc, janis187, dje

Janis Johnson wrote:

>middle-end/8306: ICE for bitfield7_y.C in C++ compatibility tests

>I left it with the default; someone can change it if it turns out to be
>a regression.  It affects sparc and arm as well as powerpc.

And s390.

What appears to happen is that extract_bit_field is called to
extract a 64-bit bitfield into an SImode target.

This violates the assumption in this comment

  /* ??? We currently assume TARGET is at least as big as BITSIZE.
     If that's wrong, the solution is to test for it and set TARGET to 0
     if needed.  */

and in particular on big-endian targets, causes operand_subword
to be called with a wordnum of -1, which then aborts.

I haven't analysed why extract_bit_field is called like that.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de

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

end of thread, other threads:[~2002-10-24  4:23 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-18  4:53 ia64 linux doesn't bootstrap Aldy Hernandez
2002-10-18  7:33 ` Tim Prince
2002-10-18 11:49   ` Jim Wilson
2002-10-19  7:39     ` Tim Prince
2002-10-22 15:23       ` Jim Wilson
2002-10-24  4:43         ` tprinceusa
2002-10-18  8:18 ` Andreas Schwab
2002-10-18 12:49   ` Janis Johnson
2002-10-18 12:53     ` David Edelsohn
2002-10-18 16:05       ` David Edelsohn
2002-10-18 17:04         ` Mark Mitchell
2002-10-18 17:12           ` Janis Johnson
2002-10-19  1:09           ` David Edelsohn
2002-10-21  3:28             ` Mark Mitchell
2002-10-21 18:03               ` Jim Wilson
2002-10-21 19:49               ` Janis Johnson
2002-10-20  6:16     ` Andreas Schwab
2002-10-20  9:43       ` Janis Johnson
2002-10-18 13:01   ` Aldy Hernandez
2002-10-21 20:34 Ulrich Weigand
2002-10-21 23:35 ` David Edelsohn
2002-10-22 10:43   ` Ulrich Weigand

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).