Re: [Patch, Darwin, x86] fix 53283

2012-06-25 Thread Mike Stump
On Jun 25, 2012, at 12:53 AM, Iain Sandoe wrote: > As described in the PR thread, Darwin was already using the > TARGET_FOLD_BUILTIN hook to process CFstrings. > > The patch fixes the breakage by calling a SUBTARGET_FOLD_BUILTIN where > defined (following similar patterns for other items that re

[Patch, Darwin, x86] fix 53283

2012-06-25 Thread Iain Sandoe
As described in the PR thread, Darwin was already using the TARGET_FOLD_BUILTIN hook to process CFstrings. The patch fixes the breakage by calling a SUBTARGET_FOLD_BUILTIN where defined (following similar patterns for other items that require sub-target handling). OK for trunk? Iain gcc: