public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* ‘xref_tag’ lacks a public declaration
@ 2011-03-16  9:50 Ludovic Courtès
  2011-03-16 14:38 ` Ian Lance Taylor
  0 siblings, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2011-03-16  9:50 UTC (permalink / raw)
  To: gcc

Hello,

‘c-common.h’ lacks this declaration:

  extern tree xref_tag (enum tree_code code, tree name);

AFAICS it makes it impossible for plug-ins to lookup a struct/union/enum
tag.

Unfortunately, <cp/cp-tree.h> declares a different ‘xref_tag’ function,
so it seems that the above declaration cannot just be added to
‘c-common.h’.

Any ideas how to solve this?

Thanks,
Ludo’.

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

end of thread, other threads:[~2011-03-18  1:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-16  9:50 ‘xref_tag’ lacks a public declaration Ludovic Courtès
2011-03-16 14:38 ` Ian Lance Taylor
2011-03-16 14:54   ` Ludovic Courtès
2011-03-16 15:17     ` Ian Lance Taylor
2011-03-16 15:28       ` Ludovic Courtès
2011-03-16 17:24         ` Ian Lance Taylor
2011-03-17  9:07   ` Ludovic Courtès
2011-03-18  1:27     ` Ian Lance Taylor

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).