public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/32339]  New: [4.3 Regression] ICE in insert_save, at caller-save.c:726
@ 2007-06-14 10:44 tbm at cyrius dot com
  2007-06-14 14:10 ` [Bug rtl-optimization/32339] " spark at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tbm at cyrius dot com @ 2007-06-14 10:44 UTC (permalink / raw)
  To: gcc-bugs

I'm getting the following ICE with current gcc 4.3.  This worked with
20070604 and is probably due to the dataflow merge.  Note that PR31025
contains a similar ICE, but the description is quite different to what
I'm seeing.  Note that my testcase shows an ICE on ia64 but works on
x86_64.

tbm@coconut0:~$ /usr/lib/gcc-snapshot/bin/gcc -c -O2 freeciv-citydlg.c
freeciv-citydlg.c: In function 'change_callback':
freeciv-citydlg.c:15: internal compiler error: in insert_save, at
caller-save.c:726
Please submit a full bug report,

Testcase:


struct city_dialog
{
  struct city *pcity;
  char change_list_names[200][200];
  int change_list_ids[200];
};
change_callback (void)
{
  struct city_dialog *pdialog;
  int n;
  int i;
  get_city_dialog_production_full (pdialog->change_list_names[n],
    pdialog->pcity);
  pdialog->change_list_ids[n++] = i;
}


-- 
           Summary: [4.3 Regression] ICE in insert_save, at caller-
                    save.c:726
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com


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


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

end of thread, other threads:[~2007-06-19  4:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-14 10:44 [Bug rtl-optimization/32339] New: [4.3 Regression] ICE in insert_save, at caller-save.c:726 tbm at cyrius dot com
2007-06-14 14:10 ` [Bug rtl-optimization/32339] " spark at gcc dot gnu dot org
2007-06-14 14:17 ` tbm at cyrius dot com
2007-06-14 17:52 ` spark at gcc dot gnu dot org
2007-06-14 18:31 ` spark at gcc dot gnu dot org
2007-06-15  6:33 ` spark at gcc dot gnu dot org
2007-06-15  7:32 ` pinskia at gcc dot gnu dot org
2007-06-18 20:03 ` spark at gcc dot gnu dot org
2007-06-19  4:30 ` spark 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).