public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "tbm at cyrius dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/32339]  New: [4.3 Regression] ICE in insert_save, at caller-save.c:726
Date: Thu, 14 Jun 2007 10:44:00 -0000	[thread overview]
Message-ID: <bug-32339-12387@http.gcc.gnu.org/bugzilla/> (raw)

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


             reply	other threads:[~2007-06-14 10:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-14 10:44 tbm at cyrius dot com [this message]
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

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=bug-32339-12387@http.gcc.gnu.org/bugzilla/ \
    --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).