Re: don't dump decl_uid with TDF_NOUID

2011-06-06 Thread Richard Guenther
On Fri, Jun 3, 2011 at 4:17 PM, Alexandre Oliva wrote: > A recent change introduced decl_uid in the “;; Function ” header in dump > files.  This breaks -fcompare-debug (and bootstrap-debug-lean), because > decl uids aren't kept in sync between -g and non-g compilations. > > This patch rearranges t

Re: don't dump decl_uid with TDF_NOUID

2011-06-03 Thread Xinliang David Li
Looks good to me, but you need an OK from a maintainer. Thanks, David On Fri, Jun 3, 2011 at 7:17 AM, Alexandre Oliva wrote: > A recent change introduced decl_uid in the “;; Function ” header in dump > files.  This breaks -fcompare-debug (and bootstrap-debug-lean), because > decl uids aren't ke

don't dump decl_uid with TDF_NOUID

2011-06-03 Thread Alexandre Oliva
A recent change introduced decl_uid in the “;; Function ” header in dump files. This breaks -fcompare-debug (and bootstrap-debug-lean), because decl uids aren't kept in sync between -g and non-g compilations. This patch rearranges the header so that decl_uid is omitted when dumping with NOUID, an