[Bug c++/79736] Please submit a full bug report: unable to create precompiled headers

2017-02-28 Thread x800x800 at email dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79736 --- Comment #2 from x800 --- Hello, do you mean this sequence: g++ -E hdr.h -o hdr2.h g++ -fpreprocessed hdr2.h ? The same result.

[Bug c++/79736] New: Please submit a full bug report: unable to create precompiled headers

2017-02-27 Thread x800x800 at email dot cz
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: x800x800 at email dot cz Target Milestone: --- g++ is unable to precompile header file from PCL library. The eader file hdr.h contains only one line to reproduce problem: "#in