------- Comment #3 from mmitchel at gcc dot gnu dot org 2005-10-11 06:49 ------- The semantics of #pragma interface are not entirely well-specified in this case. However, the documentation does suggest that you use an explicit subdirectory when you have multiple headers with the same name in different directories. Indeed, using:
#pragma interface "b/a.h" fixes the problem. Therefore, I'm going to close this as INVALID. -- mmitchel at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24215