[Bug c++/81722] [7/8 Regression] memory hog building c++ on i686-linux-gnu

2017-11-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81722

Jakub Jelinek  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Jakub Jelinek  ---
Let's just close this.

[Bug c++/81722] [7/8 Regression] memory hog building c++ on i686-linux-gnu

2017-08-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81722

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|7.2 |7.3

[Bug c++/81722] [7/8 Regression] memory hog building c++ on i686-linux-gnu

2017-08-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81722

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|7.2 |7.3

--- Comment #3 from Richard Biener  ---
GCC 7.2 is being released, adjusting target milestone.

--- Comment #4 from Richard Biener  ---
GCC 7.2 is being released, adjusting target milestone.

[Bug c++/81722] [7/8 Regression] memory hog building c++ on i686-linux-gnu

2017-08-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81722

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|7.2 |7.3

--- Comment #3 from Richard Biener  ---
GCC 7.2 is being released, adjusting target milestone.

[Bug c++/81722] [7/8 Regression] memory hog building c++ on i686-linux-gnu

2017-08-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81722

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|--- |7.2

[Bug c++/81722] [7/8 Regression] memory hog building c++ on i686-linux-gnu

2017-08-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81722

Jakub Jelinek  changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek  ---
It compiles just fine for me with 32-bit i686-linux-gnu cc1plus -g -O{0,1,2}
-std=c++11 -fpie.
top maxed around
virtual resident
3674.1m 3.455g
or so.  Of course it is close to the limitations of 32-bit address space,
assuming you can compile all template heavy code out there in 32-bit address
space is just wrong.

[Bug c++/81722] [7/8 Regression] memory hog building c++ on i686-linux-gnu

2017-08-04 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81722

Matthias Klose  changed:

   What|Removed |Added

 Target|i686-linux-gnu  |i686-linux-gnu,
   ||arm-linux-gnueabihf

--- Comment #1 from Matthias Klose  ---
seen also on arm-linux-gnueabihf, so maybe 32bit specific. 64bit builds
succeed.