r220145 - in /trunk/gcc/jit: ChangeLog docs/_bu...

dmalcolm@gcc.gnu.org dmalcolm@gcc.gnu.org
Tue Jan 27 00:11:00 GMT 2015


Author: dmalcolm
Date: Tue Jan 27 00:11:21 2015
New Revision: 220145

URL: https://gcc.gnu.org/viewcvs?rev=220145&root=gcc&view=rev
Log:
Fix gcc_jit_context_get_last_error docs

gcc/jit/ChangeLog:
	* docs/topics/compilation.rst (gcc_jit_result_get_code): Fix typo.
	* docs/topics/contexts.rst (gcc_jit_context_get_last_error): The
	error buffer is only valid until the next call to the context.
	* libgccjit.h (gcc_jit_context_get_first_error): Reword the
	comment to omit mention of compiling.
	(gcc_jit_context_get_last_error): The error buffer is only valid
	until the next call to the context.


Modified:
    trunk/gcc/jit/ChangeLog
    trunk/gcc/jit/docs/_build/texinfo/libgccjit.texi
    trunk/gcc/jit/docs/topics/compilation.rst
    trunk/gcc/jit/docs/topics/contexts.rst
    trunk/gcc/jit/libgccjit.h



More information about the Gcc-cvs mailing list