------- 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