[Bug bootstrap/47016] bootstrap on darwin needs much more disk space than expected to complete

2013-12-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47016

Dominique d'Humieres  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #7 from Dominique d'Humieres  ---
(In reply to Iain Sandoe from comment #6)
> no reason from my side - unless someone wants to implement relocatable PCH 
> for gcc :)

So let close the PR as WONTFIX.


[Bug bootstrap/47016] bootstrap on darwin needs much more disk space than expected to complete

2013-12-19 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47016

--- Comment #6 from Iain Sandoe  ---
(In reply to Mike Stump from comment #5)
> Let's see if Iain needs it for anything…

no reason from my side - unless someone wants to implement relocatable PCH for
gcc :)

[Bug bootstrap/47016] bootstrap on darwin needs much more disk space than expected to complete

2013-12-19 Thread mikestump at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47016

--- Comment #5 from Mike Stump  ---
Let's see if Iain needs it for anything…

[Bug bootstrap/47016] bootstrap on darwin needs much more disk space than expected to complete

2013-12-19 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47016

--- Comment #4 from Denis Excoffier  ---
(In reply to Dominique d'Humieres from comment #3)
> Any reason to keep this PR open?
>From my side, no.


[Bug bootstrap/47016] bootstrap on darwin needs much more disk space than expected to complete

2013-12-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47016

--- Comment #3 from Dominique d'Humieres  ---
Any reason to keep this PR open?


[Bug bootstrap/47016] bootstrap on darwin needs much more disk space than expected to complete

2011-04-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47016

Richard Guenther  changed:

   What|Removed |Added

   Target Milestone|4.7.0   |---


[Bug bootstrap/47016] bootstrap on darwin needs much more disk space than expected to complete

2011-03-18 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47016

Iain Sandoe  changed:

   What|Removed |Added

 Target||*-apple-darwin*
   Priority|P3  |P4
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2011.03.18 08:54:44
 CC||iains at gcc dot gnu.org,
   ||mrs at gcc dot gnu.org
   Host||*-apple-darwin*
   Target Milestone|--- |4.7.0
 Ever Confirmed|0   |1
  Build||*-apple-darwin*

--- Comment #2 from Iain Sandoe  2011-03-18 08:54:44 
UTC ---
(In reply to comment #1)
> The same occurs with GCC 4.6.0 RC 20110314.

At present, we don't have a suitable strip tool that works for debug across all
darwin variants.  The system tools only guarantee to work with the output of
the system compilers.

It is a compromise to use ld for this with later dwarf debug information (and
the set of flags used - see contrib/compare-debug).   However, the stripping of
the symbols forces the .zerofill section used for PCH to be represented as real
bytes in the stripped object (since .zerofill sections contain their symbol).

It's on the TODO to find a better way (this is a nuisance both in disk space
and in time taken).


[Bug bootstrap/47016] bootstrap on darwin needs much more disk space than expected to complete

2011-03-17 Thread Denis.Excoffier at airbus dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47016

--- Comment #1 from Denis Excoffier  
2011-03-18 06:36:05 UTC ---
The same occurs with GCC 4.6.0 RC 20110314.