[Bug debug/86964] Too many debug symbols included, especially for extern globals

2019-02-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86964 --- Comment #7 from Richard Biener --- Created attachment 45748 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45748&action=edit patch Thanks for working on this. For extern float x; void foo() { } I still see the basetype DIE for floa

[Bug debug/86964] Too many debug symbols included, especially for extern globals

2019-02-07 Thread Johan.karlsson at enea dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86964 --- Comment #6 from Johan.karlsson at enea dot com --- Created attachment 45636 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45636&action=edit Patch to enable skip unused extern variables. I'm attaching a patch that I've been working on.

[Bug debug/86964] Too many debug symbols included, especially for extern globals

2019-01-15 Thread Johan.karlsson at enea dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86964 Johan.karlsson at enea dot com changed: What|Removed |Added CC||Johan.karlsson at enea do

[Bug debug/86964] Too many debug symbols included, especially for extern globals

2018-12-12 Thread patrickdepinguin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86964 --- Comment #4 from Thomas De Schampheleire --- I am suffering from this same problem using gcc 7.3.0 on a Broadcom SDK. Due to this, compiled object files increase from 90 KiB (using gcc 4.9.2) to 15 MiB (gcc 7.3.0). This size increase is enorm

[Bug debug/86964] Too many debug symbols included, especially for extern globals

2018-08-22 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86964 --- Comment #3 from rguenther at suse dot de --- On Wed, 22 Aug 2018, znerol at gmail dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86964 > > --- Comment #2 from Joe Lorenz --- > (In reply to Richard Biener from comment #1) > >

[Bug debug/86964] Too many debug symbols included, especially for extern globals

2018-08-22 Thread znerol at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86964 --- Comment #2 from Joe Lorenz --- (In reply to Richard Biener from comment #1) > Confirmed. Debug info is now more complete. Note > -feliminate-unused-debug-symbols is only implemented for STABS debugging, > not for DWARF and from > my reading

[Bug debug/86964] Too many debug symbols included, especially for extern globals

2018-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86964 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|