public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "hjl at lucon dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/15653] New: [3.4 Regression]: Gcc 3.4 ICE on valid code
Date: Wed, 26 May 2004 14:07:00 -0000	[thread overview]
Message-ID: <20040525193213.15653.hjl@lucon.org> (raw)

[hjl@gnu-4 itanium]$ cat lock.c
extern void __free_pages_bulk (unsigned long);
 
int
free_pages_bulk(int count, unsigned int order)
{
  unsigned long mask, flags;
  int ret = 0;
 
  mask = (~0UL) << order;
  asm volatile ("mov %0=psr" : "=r"(flags));
  while (count--) {
    __free_pages_bulk(mask);
  }
  return ret;
}
[hjl@gnu-4 itanium]$ /usr/gcc-3.4/bin/gcc -S -O2 -mtune=itanium -S lock.c
lock.c: In function `free_pages_bulk':
lock.c:15: internal compiler error: in bundling, at config/ia64/ia64.c:7358
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: [3.4 Regression]: Gcc 3.4 ICE on valid code
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-unknown-linux-gnu
  GCC host triplet: ia64-unknown-linux-gnu
GCC target triplet: ia64-unknown-linux-gnu


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


             reply	other threads:[~2004-05-25 19:32 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-26 14:07 hjl at lucon dot org [this message]
2004-05-26 14:15 ` [Bug target/15653] " hjl at lucon dot org
2004-06-01  6:00 ` wilson at gcc dot gnu dot org
2004-06-10 21:06 ` cvs-commit at gcc dot gnu dot org
2004-06-10 21:10 ` cvs-commit at gcc dot gnu dot org
2004-06-10 22:21 ` pinskia at gcc dot gnu dot org
2004-06-11 23:06 ` hjl at lucon dot org
2004-06-11 23:07 ` hjl at lucon dot org
2004-06-12 22:11 ` mmitchel at gcc dot gnu dot org
2004-06-15 16:11 ` vmakarov at redhat dot com
2004-06-16  1:13 ` wilson at specifixinc dot com
2004-06-16 15:47 ` cvs-commit at gcc dot gnu dot org
2004-06-16 15:51 ` cvs-commit at gcc dot gnu dot org
2004-06-16 19:06 ` pinskia at gcc dot gnu dot org
2004-06-17  7:15 ` wilson at gcc dot gnu dot org
2004-06-21 23:08 ` hjl at lucon dot org
2004-06-21 23:33 ` hjl at lucon dot org
2004-06-21 23:40 ` hjl at lucon dot org
2004-06-22  8:14 ` mmitchel at gcc dot gnu dot org
2004-06-23 22:23 ` wilson at specifixinc dot com

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=20040525193213.15653.hjl@lucon.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).