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
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