[Bug pch/47584] [4.6 regression] internal compiler error: sigsegv in libcpp/line-map.c:285
ktietz at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 2 18:48:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47584
Kai Tietz <ktietz at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ktietz at gcc dot gnu.org
--- Comment #5 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-02-02 18:48:32 UTC ---
Yeah, this is an old issue about fixed sized memory arena for .pch in
implementation of mingw here. Some of this stuff would be better done via
generic malloc/realloc instead of trying to emulate mmap here via file-mapping.
More information about the Gcc-bugs
mailing list