public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/15653] New: [3.4 Regression]: Gcc 3.4 ICE on valid code
@ 2004-05-26 14:07 hjl at lucon dot org
  2004-05-26 14:15 ` [Bug target/15653] " hjl at lucon dot org
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: hjl at lucon dot org @ 2004-05-26 14:07 UTC (permalink / raw)
  To: gcc-bugs

[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


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

end of thread, other threads:[~2004-06-23 22:11 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-26 14:07 [Bug target/15653] New: [3.4 Regression]: Gcc 3.4 ICE on valid code hjl at lucon dot org
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

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