]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/doc/gcc/known-causes-of-trouble-with-gcc/actual-bugs-we-havent-fixed-yet.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gcc / known-causes-of-trouble-with-gcc / actual-bugs-we-havent-fixed-yet.rst
1 ..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6 .. _actual-bugs:
7
8 Actual Bugs We Haven't Fixed Yet
9 ********************************
10
11 * The ``fixincludes`` script interacts badly with automounters; if the
12 directory of system header files is automounted, it tends to be
13 unmounted while ``fixincludes`` is running. This would seem to be a
14 bug in the automounter. We don't know any good way to work around it.