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]
Other format: [Raw text]

[Bug pch/14940] PCH largefile test fails on various platforms



------- Comment #34 from mmitchel at gcc dot gnu dot org  2007-03-27 04:31 -------
Just a confirmation that I see this test failing with GCC 4.1 on Solaris as
well.  As Eric says in Comment #11, the symptoms are that, in host-solaris.c
the first call to mmap succeeds (but at the wrong address).  Then, mincore
reports that the pages we want are already mapped, so we can't try the
MAP_FIXED approach.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14940


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