public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* pruning unused debugging types (enums/PR23336)
@ 2005-11-17 22:08 Aldy Hernandez
  2005-11-17 23:09 ` Richard Henderson
  0 siblings, 1 reply; 12+ messages in thread
From: Aldy Hernandez @ 2005-11-17 22:08 UTC (permalink / raw)
  To: gcc

On a similar note than PR debug/21391...

In PR23336 we have the same thing happen with enums:

	enum something { JTI_PROMOTED_BYTE_TYPE_NODE, etc };

	use JTI_PROMOTED_BYTE_TYPE_NODE

JTI_PROMOTED_BYTE_TYPE_NODE and "something" get pruned even though we
use it.  I see two alternatives:

	1. Don't prune enumeration types.
	2. Similar solution to PR21391: mark all enum types we use as
	   un-prunable in the front-end.

Thoughts?

Aldy

p.s. PING: http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01227.html

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

end of thread, other threads:[~2006-02-17 23:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-17 22:08 pruning unused debugging types (enums/PR23336) Aldy Hernandez
2005-11-17 23:09 ` Richard Henderson
2005-11-18  6:24   ` Mark Mitchell
2005-11-18 20:09     ` Aldy Hernandez
2005-11-19  1:03       ` Mark Mitchell
2006-02-10 20:03     ` Aldy Hernandez
2006-02-14  2:11       ` Mark Mitchell
2006-02-14 11:52         ` Aldy Hernandez
2006-02-15  2:08           ` Mark Mitchell
2006-02-16 19:42             ` Aldy Hernandez
2006-02-17 23:53               ` Richard Henderson
2006-02-15 13:48           ` Diego Novillo

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