On Sun, Oct 1, 2017 at 2:29 AM, Fis Trivial <ybbs.da...@hotmail.com> wrote: > I read about the internals of GCC from GCC online documentation about > the source tree, and found some source directories are missing from the > documentation. For example in the top directory: > > libbacktrace > libcc1 > libcilkrts > libhsail-rt > libmpx > liboffloadmic > libsantizer > libvtv
I filed this as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82383 . > > and in the gcc directory: > > jit This is partly documented: https://gcc.gnu.org/onlinedocs/jit/ but maybe it should have some more. Thanks, Andrew > > Though these thing can be tracked by reading commit messages or change > log, but I think it would be nice to have some short introduction for > these directories for newbies like me.