public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/15655] New: [3.4 Regression]: Gcc 3.4 ICE on valid code
@ 2004-05-26 14:10 hjl at lucon dot org
  2004-06-01  5:25 ` [Bug target/15655] " wilson at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: hjl at lucon dot org @ 2004-05-26 14:10 UTC (permalink / raw)
  To: gcc-bugs

[hjl@gnu-4 itanium]$ cat clock.c
struct timezone {
 int tz_minuteswest;
};
extern unsigned long last_nsec_offset;
struct foo {
 void (*update) (long);
};
extern struct foo *x;
extern  unsigned long old;
static inline void
time_interpolator_update(long delta_nsec)
{
 struct foo *ti = x;
  do {
   old = last_nsec_offset;
  } while (old);
 
 if (ti)
  (*ti->update)(delta_nsec);
}
extern struct timezone sys_tz;
extern  unsigned sequence;
void warp_clock(void)
{
 sequence++;
 asm volatile ("mf" ::: "memory");
 time_interpolator_update(sys_tz.tz_minuteswest * 60 * 1000000000L);
}
[hjl@gnu-4 itanium]$ /usr/gcc-3.4/bin/gcc -S -O2 -mtune=itanium -S clock.c 
-frename-registers
clock.c: In function `warp_clock':
clock.c:28: internal compiler error: in bundling, at config/ia64/ia64.c:7109
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=15655


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

end of thread, other threads:[~2004-07-01 21:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-26 14:10 [Bug target/15655] New: [3.4 Regression]: Gcc 3.4 ICE on valid code hjl at lucon dot org
2004-06-01  5:25 ` [Bug target/15655] " wilson at gcc dot gnu dot org
2004-06-01  6:00 ` wilson at gcc dot gnu dot org
2004-06-12 14:08 ` cvs-commit at gcc dot gnu dot org
2004-06-12 14:10 ` cvs-commit at gcc dot gnu dot org
2004-06-12 14:49 ` tobi at gcc dot gnu dot org
2004-06-16  6:53 ` pinskia at gcc dot gnu dot org
2004-06-17  7:15 ` wilson at gcc dot gnu dot org
2004-07-01 21:00 ` pinskia at gcc dot gnu dot org

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