public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@redhat.com>
To: Andreas Schwab <schwab@suse.de>
Cc: gcc@gcc.gnu.org
Subject: Re: Mainline bootstrap failure
Date: Sat, 31 Aug 2002 14:12:00 -0000	[thread overview]
Message-ID: <20020831211235.GA10584@redhat.com> (raw)
In-Reply-To: <jefzwv6n6l.fsf@sykes.suse.de>

On Sat, Aug 31, 2002 at 05:52:02PM +0200, Andreas Schwab wrote:
> (gdb) p $.common.type
> $3 = (union tree_node *) 0x0

Bother.  Looks like I committed the wrong patch.  Fixed.


r~


        * expr.c (block_move_libcall_safe_for_call_parm): Fix thinko.

Index: expr.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/expr.c,v
retrieving revision 1.479
diff -c -p -d -r1.479 expr.c
*** expr.c	29 Aug 2002 19:19:59 -0000	1.479
--- expr.c	31 Aug 2002 21:10:57 -0000
*************** block_move_libcall_safe_for_call_parm ()
*** 1777,1784 ****
  	    arg = TYPE_ARG_TYPES (TREE_TYPE (fn));
  	    for ( ; arg != void_list_node ; arg = TREE_CHAIN (arg))
  	      {
! 		enum machine_mode mode
! 		  = TYPE_MODE (TREE_TYPE (TREE_VALUE (arg)));
  		rtx tmp = FUNCTION_ARG (args_so_far, mode, NULL_TREE, 1);
  		if (!tmp || !REG_P (tmp))
  		  goto fail_takes_regs;
--- 1777,1783 ----
  	    arg = TYPE_ARG_TYPES (TREE_TYPE (fn));
  	    for ( ; arg != void_list_node ; arg = TREE_CHAIN (arg))
  	      {
! 		enum machine_mode mode = TYPE_MODE (TREE_VALUE (arg));
  		rtx tmp = FUNCTION_ARG (args_so_far, mode, NULL_TREE, 1);
  		if (!tmp || !REG_P (tmp))
  		  goto fail_takes_regs;

  reply	other threads:[~2002-08-31 14:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-31  8:52 Andreas Schwab
2002-08-31 14:12 ` Richard Henderson [this message]
2003-01-23 19:59 mainline " Kai Henningsen
2003-01-24  0:44 ` Kaveh R. Ghazi
2003-09-12 12:28 Mainline " Andreas Schwab
2003-09-12 12:38 S. Bosscher
2003-09-12 18:55 ` H. J. Lu

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=20020831211235.GA10584@redhat.com \
    --to=rth@redhat.com \
    --cc=gcc@gcc.gnu.org \
    --cc=schwab@suse.de \
    /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).