This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: .md macro patch (1/3)


I feel capable of approving your two preliminary patches:

> 	* read-rtl.c (string_obstack): New file-scope variable.
> 	(read_string, read_quoted_string, read_braced_string)
> 	(read_escape): Remove obstack parameter and use string_obstack instead.
> 	(read_rtx): Remove function-local rtl_obstack and initialize
> 	string_obstack instead.  Update call to read_string.

and

> 	* read-rtl.c (read_rtx): Tidy use of format_ptr.

Go ahead and check these in.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]