public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/18294] New: ICE in rtl_verify_flow_info during bootstrap
@ 2004-11-03 23:24 sje at cup dot hp dot com
  2004-11-03 23:30 ` [Bug rtl-optimization/18294] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: sje at cup dot hp dot com @ 2004-11-03 23:24 UTC (permalink / raw)
  To: gcc-bugs

I get an ICE when bootstrapping the latest GCC on ia64-hp-hpux11.20.  It dies
when compiling adjust_field_type in gengtype.c.  Attached is a small test case
to reproduce the problem.  The test case only fails in ILP32 mode (the default),
it cannot be reproduced in LP64 mode (-mlp64) and it cannot be reproduced on
IA64 Linux because that has no ILP32 mode.

Test case:


void
adjust_field_type (int x)
{
  void *params[10];
  int i;
  for (i = 0; i < 10; i++)
    params[i] = ((void *)0);
  for (i = 0; i < 10; i++)
    if (x == 0) {
      if (params[i] != ((void *)0))
        foo (x);
    }
  return;
}

-- 
           Summary: ICE in rtl_verify_flow_info during bootstrap
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sje at cup dot hp dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-hp-hpux11.20
  GCC host triplet: ia64-hp-hpux11.20
GCC target triplet: ia64-hp-hpux11.20


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


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

end of thread, other threads:[~2004-11-28 15:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-03 23:24 [Bug rtl-optimization/18294] New: ICE in rtl_verify_flow_info during bootstrap sje at cup dot hp dot com
2004-11-03 23:30 ` [Bug rtl-optimization/18294] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-11-03 23:37 ` pinskia at gcc dot gnu dot org
2004-11-04  0:20 ` pinskia at gcc dot gnu dot org
2004-11-04  0:24 ` pinskia at gcc dot gnu dot org
2004-11-04  0:58 ` pinskia at gcc dot gnu dot org
2004-11-05 22:52 ` sje at cup dot hp dot com
2004-11-10  1:22 ` wilson at gcc dot gnu dot org
2004-11-10 18:54 ` sje at cup dot hp dot com
2004-11-11  5:19 ` wilson at gcc dot gnu dot org
2004-11-28 15:46 ` pinskia at gcc dot gnu dot org
2004-11-28 15:53 ` 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).