Mark Mitchell wrote: > David Daney wrote: > >> 2007-07-08 David Daney >> >> * builtins.def (BUILT_IN_CLEAR_CACHE): New builtin. >> * builtins.c (expand_builtin___clear_cache): New function. >> (expand_builtin): Call expand_builtin___clear_cache for >> BUILT_IN_CLEAR_CACHE case. >> * doc/extend.texi (__builtin___clear_cache): Document new builtin. >> * testsuite/gcc.dg/builtins-64.c: New test. >> > > :REVIEWMAIL: OK > > Thanks, > > Thanks Mark, This is the version I committed. The only changes are punctuation in comments and the addition of the clear_cache documentation in md.texi. 2007-07-10 David Daney * builtins.def (BUILT_IN_CLEAR_CACHE): New builtin. * builtins.c (expand_builtin___clear_cache): New function. (expand_builtin): Call expand_builtin___clear_cache for BUILT_IN_CLEAR_CACHE case. * doc/extend.texi (__builtin___clear_cache): Document new builtin. * doc/md.texi (clear_cache): Document new instruction pattern. * testsuite/gcc.dg/builtins-64.c: New test.