This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [lto] PATCH: Add support for referencing types from function bodies
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: mark at codesourcery dot com
- Cc: gcc-patches at gcc dot gnu dot org, zadeck at naturalbridge dot com
- Date: Sun, 03 Sep 2006 22:05:57 -0700
- Subject: Re: [lto] PATCH: Add support for referencing types from function bodies
- References: <200609040455.k844to0r011386@sparrowhawk.codesourcery.com>
On Sun, 2006-09-03 at 21:55 -0700, Mark Mitchell wrote:
> +#include <inttypes.h>
Semi offtopic but isn't it better to include stdtypes.h unless you need
the library functions in inttypes.h. Also it would be useful to use
the stdtypes.h generator from autoconf that has been added for other
parts of GCC already.
Thanks,
Andrew Pinski