public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: prashant rawat <prashantr.iitb@gmail.com>
To: gcc-bugs@gcc.gnu.org
Subject: Error "pointer to unimplemented type"
Date: Tue, 13 Oct 2009 07:29:00 -0000	[thread overview]
Message-ID: <3c75ef2e0910130029t7d0cab3ax5064f23001fcf662@mail.gmail.com> (raw)

Hello,
While trying to add a field 'tree * var_list' to struct cgraph_node
(defined in cgraph.h), I got an error

../../gcc-4.3.1/gcc/cgraph.h:128: field `(*x).var_list' is pointer to
unimplemented type
 ../../gcc-4.3.1/gcc/cgraph.h:128: field `(*x).var_list' is pointer to
unimplemented type
 ../../gcc-4.3.1/gcc/cgraph.h:128: field `(*x).var_list' is pointer to
unimplemented type
 make[3]: *** [s-gtype] Error 1

This happened all the times I tried adding a pointer-to-pointer type
data structure in cgraph_node.
The error is generated in line 2020 of file gengtype.c.
Did anyone else notice the same problem? Is it a potential bug?
Thanks!


             reply	other threads:[~2009-10-13  7:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-13  7:29 prashant rawat [this message]
2009-10-13  7:55 ` prashant rawat

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=3c75ef2e0910130029t7d0cab3ax5064f23001fcf662@mail.gmail.com \
    --to=prashantr.iitb@gmail.com \
    --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).