public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: DJ Delorie <dj@redhat.com>
To: gcc@gcc.gnu.org
Subject: sdbout.c tree check error
Date: Fri, 26 Mar 2004 22:32:00 -0000	[thread overview]
Message-ID: <200403262103.i2QL3ldu015537@greed.delorie.com> (raw)


--host=i686-pc-linux-gnu
--target=i586-pc-msdosdjgpp

In file included from ./tm.h:5,
                 from /greed/dj/djgpp/gcc/gcc/libgcc2.c:43:
/greed/dj/djgpp/gcc/gcc/config/i386/i386.h:1283: internal compiler error: tree check: expected record_type, union_type or qual_union_type; have enumeral_type in sdbout_one_type, at sdbout.c:1189

i386.h points at the end of a typedef enum; the sdbout code looks like this:

   if (TREE_CODE (type) == ENUMERAL_TYPE)
     {
       for (tem = TYPE_FIELDS (type); tem; tem = TREE_CHAIN (tem))

This code is many years old.

Ideas?

             reply	other threads:[~2004-03-26 21:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-26 22:32 DJ Delorie [this message]
2004-03-26 22:43 ` Ian Lance Taylor
2004-03-27  0:40 Richard Kenner
2004-03-27  0:48 ` DJ Delorie

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=200403262103.i2QL3ldu015537@greed.delorie.com \
    --to=dj@redhat.com \
    --cc=gcc@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).