This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Trouble with C-preprocessor


We are using 
% ./cdk/sunos-xcoff-ppc/bin/gcc --version
2.9-gnupro-98r
part of the Lynx 3.1.0 cross-compiler devopment version.  The compiler
is NOT including the file mplsLabel.h, which happens to have the same
st_ino as oip_protocol.h.  Note that both files are on different
devices.  

% gcc --version
2.95.2
On Solaris, works correctly.

Information from stat(2) is shown below.  Both files are stored in
Rational's clearcase.

% a.out /vobs/projects/dpu/apps/common/mplsLabel.h
st_mode = 33060,
st_ino = 2142,
st_dev = 1019,
st_rdev = 0,
st_nlink = 1,
st_uid = 1025,
st_gid = 2000,
st_size = 2268,
st_atime = 992353012,
st_mtime = 992353012,
st_ctime = 992353012,
st_blksize = 8192,
st_blocks = 5
% a.out /vobs/3rd_party/ottawa/OIP/ptcl/P2CMN/include/oip_protocol.h
st_mode = 33056,
st_ino = 2142,
st_dev = 1017,
st_rdev = 0,
st_nlink = 1,
st_uid = 1109,
st_gid = 2000,
st_size = 1306,
st_atime = 992733828,
st_mtime = 992733828,
st_ctime = 992733828,
st_blksize = 8192,
st_blocks = 3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]