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.

Reply via email to