https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64018
--- Comment #2 from dmalcolm at gcc dot gnu.org --- Author: dmalcolm Date: Mon Dec 1 18:47:31 2014 New Revision: 218243 URL: https://gcc.gnu.org/viewcvs?rev=218243&root=gcc&view=rev Log: PR jit/64018: Add description of error-handling to the JIT tutorial gcc/jit/ChangeLog: PR jit/64018 * docs/intro/tutorial02.rst: Spell out lifetime of generated code. Add description of error-handling, taken in part from... * docs/topics/contexts.rst (Error-handling): Expand, and move some content to tutorial02.rst. * docs/_build/texinfo/libgccjit.texi: Regenerate. Modified: trunk/gcc/jit/ChangeLog trunk/gcc/jit/docs/_build/texinfo/libgccjit.texi trunk/gcc/jit/docs/intro/tutorial02.rst trunk/gcc/jit/docs/topics/contexts.rst