[Bug c++/24029] New: Invalid handling of multiple includes of precompiled header
ludes of precompiled header Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: a dot darovskikh a
[Bug pch/13675] #including a precompiled header more than once in the same unit fails
--- Additional Comments From a dot darovskikh at compassplus dot ru 2005-09-22 10:54 --- The same problem stays unresolved in GCC-3.4.4 My test is: $ cat header1.h $ cat header2.h #include "header1.h" $ cat test.cpp #include "header1.h" #include