http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51722
--- Comment #10 from Yuriy Lalym <ylalym at gmail dot com> 2012-01-03 06:17:03 UTC --- Created attachment 26226 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26226 only main with empty pch -------------------- main.cpp -------------------- int main() { return 0; } -------------------- pch.h -------------------- // Empty