http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51722
Hans-Peter Nilsson <hp at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hp at gcc dot gnu.org --- Comment #7 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2012-01-03 04:39:05 UTC --- (In reply to comment #6) > Created attachment 26220 [details] > For example in Comment 4 Sorry, that file contains a reference to precompiled headers: #pragma GCC pch_preprocess "./untitled5.gch/c++" so we'd need "all preprocessed headers to build the PCH" (I'm not sure how to find those from the above line). On a somewhat closer look, the precompiled header is found within the Qt-headers, so maybe you just need to rebuild *that* without precompiled headers to create a debuggable context we can use.