[Bug c++/80290] [6/7/8 Regression] g++ uses unreasonable amount of memory compiling nested string maps

2018-04-18 Thread andrew at aj dot id.au
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80290 --- Comment #25 from Andrew Jeffery --- I built and ran gcc master over the project that was causing us pain, and it still does. Here's the output: $ /usr/bin/time make libapphandler_la-sensor-gen.lo CXX libapphandler_la-sensor-gen.lo

[Bug c++/80290] [6/7 Regression] g++ uses unreasonable amount of memory compiling nested string maps

2018-04-18 Thread andrew at aj dot id.au
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80290 --- Comment #23 from Andrew Jeffery --- > The patch is in. I suppose there's still room for improvement, but this was > as far as I could get for now. Thanks for your effort! I'll take it for a test drive when I get a moment, we hit this case

[Bug c++/80290] New: g++ uses unreasonable amount of memory compiling nested string maps

2017-04-03 Thread andrew at aj dot id.au
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: andrew at aj dot id.au Target Milestone: --- Created attachment 41107 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41107=edit Source file demonstrating bad behaviour g++ u