public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "kazu at cs dot umass dot edu" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/13735] avr-elf ICE while building libgcc
Date: Mon, 19 Jan 2004 15:44:00 -0000	[thread overview]
Message-ID: <20040119154402.25197.qmail@sources.redhat.com> (raw)
In-Reply-To: <20040119061541.13735.kazu@cs.umass.edu>


------- Additional Comments From kazu at cs dot umass dot edu  2004-01-19 15:44 -------
Reduced to:

unsigned long long
foo (unsigned long n0,
     unsigned long long n,
     unsigned long a __attribute__((unused)),
     unsigned long b __attribute__((unused)),
     unsigned long long *rp,
     unsigned long bm)
{
  unsigned long n1 = bm ? n0 : 0;
  unsigned long q0 = n1 / n0;

  n0 = (long) n;

  *rp = (long) n0 >> bm;

  return (long) q0;
}

-- 


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


  parent reply	other threads:[~2004-01-19 15:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-19  6:15 [Bug bootstrap/13735] New: " kazu at cs dot umass dot edu
2004-01-19  6:26 ` [Bug bootstrap/13735] " kazu at cs dot umass dot edu
2004-01-19  6:30 ` kazu at cs dot umass dot edu
2004-01-19  6:32 ` pinskia at gcc dot gnu dot org
2004-01-19  6:54 ` pinskia at gcc dot gnu dot org
2004-01-19  7:01 ` pinskia at gcc dot gnu dot org
2004-01-19 15:44 ` kazu at cs dot umass dot edu [this message]
2004-01-19 18:23 ` kazu at cs dot umass dot edu
2004-01-19 19:30 ` kazu at cs dot umass dot edu
2004-01-20 17:41 ` denisc at overta dot ru
2004-01-20 17:46 ` kazu at cs dot umass dot edu
2004-01-20 19:34 ` denisc at overta dot ru
2004-01-20 20:17 ` kazu at cs dot umass dot edu
2004-01-21 21:01 ` cvs-commit at gcc dot gnu dot org
2004-01-21 21:02 ` cvs-commit at gcc dot gnu dot org
2004-01-27 13:05 ` cvs-commit 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=20040119154402.25197.qmail@sources.redhat.com \
    --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).