[Bug target/55610] cc1 is calling munmap() on part of itself on darwin

2023-05-16 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55610 Iain Sandoe changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/55610] cc1 is calling munmap() on part of itself on darwin

2021-12-19 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55610 --- Comment #12 from Eric Gallager --- (In reply to CVS Commits from comment #11) > The master branch has been updated by Iain D Sandoe : > > https://gcc.gnu.org/g:22a982409323feb203401d345488a5a9c18e6733 > > commit r12-5759-g22a982409323feb203

[Bug target/55610] cc1 is calling munmap() on part of itself on darwin

2021-12-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55610 --- Comment #11 from CVS Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:22a982409323feb203401d345488a5a9c18e6733 commit r12-5759-g22a982409323feb203401d345488a5a9c18e6733 Author: Iain Sandoe Date: Sat

[Bug target/55610] cc1 is calling munmap() on part of itself on darwin

2021-11-11 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55610 --- Comment #10 from Iain Sandoe --- (In reply to Eric Gallager from comment #9) > Is this still an issue now that dragonegg isn't really a thing anymore? Last > update to it was years ago... oddly, the changes to support PIE might well squash t

[Bug target/55610] cc1 is calling munmap() on part of itself on darwin

2021-11-11 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55610 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,

[Bug target/55610] cc1 is calling munmap() on part of itself on darwin

2016-07-25 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55610 --- Comment #8 from Iain Sandoe --- (In reply to Iain Sandoe from comment #7) > (In reply to Andrew Pinski from comment #6) > > Does this work now? > > It looks like Mike's suggestion works, but I don't recall seeing a patch - > and the code for

[Bug target/55610] cc1 is calling munmap() on part of itself on darwin

2016-07-25 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55610 --- Comment #7 from Iain Sandoe --- (In reply to Andrew Pinski from comment #6) > Does this work now? It looks like Mike's suggestion works, but I don't recall seeing a patch - and the code for the unmap is present in trunk. @Jack, did you po

[Bug target/55610] cc1 is calling munmap() on part of itself on darwin

2016-07-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55610 --- Comment #6 from Andrew Pinski --- Does this work now?

[Bug target/55610] cc1 is calling munmap() on part of itself on darwin

2012-12-07 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55610 --- Comment #5 from Jack Howarth 2012-12-07 18:03:05 UTC --- It appears that the change in Comment 4 only works if dragonegg is built with clang. Using the patch from http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-December/056882.html to allow

[Bug target/55610] cc1 is calling munmap() on part of itself on darwin

2012-12-07 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55610 --- Comment #4 from Jack Howarth 2012-12-07 17:35:00 UTC --- --- gcc-4.7.2/gcc/config/host-darwin.c.orig 2012-12-07 11:30:48.0 -0500 +++ gcc-4.7.2/gcc/config/host-darwin.c 2012-12-07 11:39:21.0 -0500 @@ -57,8 +57,8 @@

[Bug target/55610] cc1 is calling munmap() on part of itself on darwin

2012-12-06 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55610 m...@gcc.gnu.org changed: What|Removed |Added CC||mrs at gcc dot gnu.org --- C

[Bug target/55610] cc1 is calling munmap() on part of itself on darwin

2012-12-06 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55610 --- Comment #2 from Jack Howarth 2012-12-06 15:27:51 UTC --- Sorry, that should have been "Nick wasn't able to completely backtrace in cc1 due to the default use of -fomit-frame-pointer in FSF gcc".

[Bug target/55610] cc1 is calling munmap() on part of itself on darwin

2012-12-06 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55610 --- Comment #1 from Jack Howarth 2012-12-06 15:25:04 UTC --- This was originally opened as http://llvm.org/bugs/show_bug.cgi?id=14140 but closed there now as it is determined to be a latent bug in FSF gcc's darwin_gt_pch_use_address call.