[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2015-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 ---

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.3 |4.8.4 ---

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-10-05 Thread ofv at wanadoo dot es
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 ofv at wanadoo dot es changed: What|Removed |Added CC||ofv at wanadoo dot es --- Comment

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-06-13 Thread mathias at gaunard dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 --- Comment #11 from Mathias Gaunard mathias at gaunard dot com --- 4.8.1 is still affected by this. I wouldn't say it's NOTABUG if a new diagnostic feature enabled by default increases memory consumption by 50%, even when no diagnostic is

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-06-13 Thread mathias at gaunard dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 --- Comment #12 from Mathias Gaunard mathias at gaunard dot com --- This may be considered a duplicate of #53525, though that bug is more focused on performance than memory usage.

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 ---

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-04-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-03-29 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added CC||jason at

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-03-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC||dodji

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-03-28 Thread mathias at gaunard dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 --- Comment #7 from Mathias Gaunard mathias at gaunard dot com 2013-03-28 10:39:53 UTC --- Using either -save-temps or -ftrack-macro-expansion=0-ftrack-macro-expansion=0 removes the memory hog. Compiling the preprocessed source does not

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-03-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-03-27 Thread mathias at gaunard dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 --- Comment #2 from Mathias Gaunard mathias at gaunard dot com 2013-03-27 11:04:08 UTC --- The preprocessed file is 7 megabytes, which exceeds what I can attach here. I do not think it is practical to reduce it with automatic tools. Would

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-03-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 --- Comment #3 from Paolo Carlini paolo.carlini at oracle dot com 2013-03-27 11:09:28 UTC --- You can reduce it at least somewhat and then compress it with bzip2.

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-03-27 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org 2013-03-27 11:12:45 UTC --- You should be able to attach it if you compress it.

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-03-27 Thread mathias at gaunard dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 --- Comment #5 from Mathias Gaunard mathias at gaunard dot com 2013-03-27 16:41:16 UTC --- While trying to isolate the problem, I have observed that the problem does not occur if -save-temps is used. While using -save-temps does not change