https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71829

            Bug ID: 71829
           Summary: g++-6: internal compiler error: Segmentation fault
                    (program cc1plus)
           Product: gcc
           Version: 6.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: slavidodo at gmail dot com
  Target Milestone: ---

g++-6: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-6/README.Bugs> for instructions.
make[2]: *** [CMakeFiles/tfs.dir/src/otpch.cpp.o] Error 4
make[1]: *** [CMakeFiles/tfs.dir/all] Error 2
make: *** [all] Error 2


the otpch is actually pch file which contains only

```

#include "otpch.h"

```

The makefiles are generated using cmake C/CXX are set to gcc-6 g++-6.

Reply via email to