Re: Remove obsolete %[] specs operator

2011-07-07 Thread Richard Guenther
On Thu, Jul 7, 2011 at 2:03 AM, Joseph S. Myers wrote: > The %[] spec operator is marked as obsolete and not used by any specs > in GCC; I'm also not sure it would work properly now the canonical > form of -D options is defined to have separate argument.  This patch > removes support for that obso

Remove obsolete %[] specs operator

2011-07-06 Thread Joseph S. Myers
The %[] spec operator is marked as obsolete and not used by any specs in GCC; I'm also not sure it would work properly now the canonical form of -D options is defined to have separate argument. This patch removes support for that obsolete operator. Bootstrapped with no regressions on x86_64-unkno