On May 3, 2012, at 22:50 , Joseph S. Myers wrote:
>> -* gcc.c (eval_spec_function): Finalize/restore the current string
>> obstack state as part of the context push/pop operations.
>
> OK.
Installed, thanks :)
On Thu, 3 May 2012, Olivier Hainque wrote:
> 2012-05-03 Olivier Hainque
>
> * gcc.c (eval_spec_function): Finalize/restore the current string
> obstack state as part of the context push/pop operations.
OK.
--
Joseph S. Myers
jos...@codesourcery.com
Hello,
Spec function evaluations currently fail to work properly when involved as
part of an outer ongoing construction, as in
*cpp:
-I%:getenv(MYROOT /include)
for example. Here, the getenv function eval is queried while the "-I..."
string is being constructed.
The bug is that the currentl