This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/70599] Crash when adding debug symbols to a program making heavy use of nested templates.


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70599

ktkachov at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |compile-time-hog,
                   |                            |memory-hog
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-04-08
                 CC|                            |ktkachov at gcc dot gnu.org
          Component|c++                         |debug
     Ever confirmed|0                           |1

--- Comment #2 from ktkachov at gcc dot gnu.org ---
Confirmed that adding -g does indeed use up much more memory and gets killed by
my machine too, whereas without -g it succeeds, producing an assembly file with
313851 lines.

Generating debug info is known to increase memory usage, but I don't know if
such an increase is expected for a file of type.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]