This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Always set TYPE_NAME for complex types
- From: Richard Guenther <rguenther at suse dot de>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Jan Hubicka <jh at suse dot cz>
- Date: Fri, 31 Aug 2007 12:34:32 +0200 (CEST)
- Subject: Re: [PATCH] Always set TYPE_NAME for complex types
- References: <Pine.LNX.4.64.0708311225000.4343@s68.fhfr.qr>
On Fri, 31 Aug 2007, Richard Guenther wrote:
>
> This patch makes us always set TYPE_NAME for complex types making
> DECL_UIDs the same for -g vs. non-g compiles. Until early inlining
> that is.
We seem to process functions in a different order during early inlining.
Richard.