Re: [PATCH] prune warn_compact_unwind warnings on darwin

2011-03-21 Thread Jakub Jelinek
On Mon, Mar 21, 2011 at 12:18:43PM -0700, Mike Stump wrote: > I didn't put them into the release branch yet... RM? You have a > preference on timing? Now, after .0 goes out? After .0 goes out. RC2 is building already and the fewer changes after RC2, the better. Jakub

Re: [PATCH] prune warn_compact_unwind warnings on darwin

2011-03-21 Thread Mike Stump
On Mar 12, 2011, at 1:01 PM, Jack Howarth wrote: > 2011-03-12 Jack Howarth > > libstdc++-v3/ > * testsuite/lib/prune.exp: Prune "could not create compact unwind for" > warnings. > > gcc/ > * testsuite/lib/prune.exp: Ditto. Checked in r171263. I modified the Changelogs slightly,

Re: [PATCH] prune warn_compact_unwind warnings on darwin

2011-03-19 Thread Jack Howarth
On Sat, Mar 19, 2011 at 08:52:32AM +, IainS wrote: > > On 19 Mar 2011, at 06:22, Mike Stump wrote: > >> On Mar 12, 2011, at 1:01 PM, Jack Howarth wrote: >>> Xcode 4.0's linker now defaults on... >>> >>>-warn_compact_unwind >> >> So, if this is a flag, and we can turn the warning off, and we

Re: [PATCH] prune warn_compact_unwind warnings on darwin

2011-03-19 Thread Jack Howarth
On Fri, Mar 18, 2011 at 11:22:11PM -0700, Mike Stump wrote: > On Mar 12, 2011, at 1:01 PM, Jack Howarth wrote: > > Xcode 4.0's linker now defaults on... > > > > -warn_compact_unwind > > So, if this is a flag, and we can turn the warning off, and we truly don't > care about the warnings, why

Re: [PATCH] prune warn_compact_unwind warnings on darwin

2011-03-19 Thread IainS
On 19 Mar 2011, at 06:22, Mike Stump wrote: On Mar 12, 2011, at 1:01 PM, Jack Howarth wrote: Xcode 4.0's linker now defaults on... -warn_compact_unwind So, if this is a flag, and we can turn the warning off, and we truly don't care about the warnings, why not just use - no_warn_compac

Re: [PATCH] prune warn_compact_unwind warnings on darwin

2011-03-18 Thread Mike Stump
On Mar 12, 2011, at 1:01 PM, Jack Howarth wrote: > Xcode 4.0's linker now defaults on... > > -warn_compact_unwind So, if this is a flag, and we can turn the warning off, and we truly don't care about the warnings, why not just use -no_warn_compact_unwind? That would be preferable, I think

[PATCH] prune warn_compact_unwind warnings on darwin

2011-03-12 Thread Jack Howarth
Xcode 4.0's linker now defaults on... -warn_compact_unwind When producing a final linked image, the linker processes the __eh_frame section and produces an __unwind_info section. Most FDE entries in the __eh_frame can be represented by a 32-bit value in