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 target/55610] cc1 is calling munmap() on part of itself on darwin


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

mrs@gcc.gnu.org <mrs at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrs at gcc dot gnu.org

--- Comment #3 from mrs at gcc dot gnu.org <mrs at gcc dot gnu.org> 2012-12-06 23:58:07 UTC ---
We don't need to do that.  We need to not run the unmap call in host-darwin.c
when we dlopen things in the compiler; for example, dragonegg.  Then, we need
to test this and see if the bug is fixed.  You can do that by adding in a #if 0
#end around the unmap call.


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