Re: [PATCH] fix PR bootstrap/48471

2011-04-06 Thread Richard Guenther
On Wed, Apr 6, 2011 at 9:44 AM, Tristan Gingold wrote: > > On Apr 6, 2011, at 3:06 AM, Nathan Froyd wrote: > >> My changes that moved bits of final.c to dbxout.c caused compilation >> failures on targets that *didn't* enable DBX_DEBUGGING_INFO, since some >> now-static symbols could be unused.  To

Re: [PATCH] fix PR bootstrap/48471

2011-04-06 Thread Tristan Gingold
On Apr 6, 2011, at 3:06 AM, Nathan Froyd wrote: > My changes that moved bits of final.c to dbxout.c caused compilation > failures on targets that *didn't* enable DBX_DEBUGGING_INFO, since some > now-static symbols could be unused. To fix this, the patch below moves > all the new static variables

[PATCH] fix PR bootstrap/48471

2011-04-05 Thread Nathan Froyd
My changes that moved bits of final.c to dbxout.c caused compilation failures on targets that *didn't* enable DBX_DEBUGGING_INFO, since some now-static symbols could be unused. To fix this, the patch below moves all the new static variables and two macros that use some of said variables below an #