public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/47819] New: [meta-bug] LTO debug information issues
@ 2011-02-19 22:40 rguenth at gcc dot gnu.org
  2011-02-19 22:44 ` [Bug debug/47819] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-02-19 22:40 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47819

           Summary: [meta-bug] LTO debug information issues
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rguenth@gcc.gnu.org


Meta-bug, tracking trunk issues.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/47819] [meta-bug] LTO debug information issues
  2011-02-19 22:40 [Bug debug/47819] New: [meta-bug] LTO debug information issues rguenth at gcc dot gnu.org
@ 2011-02-19 22:44 ` rguenth at gcc dot gnu.org
  2020-07-17 15:54 ` mark at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-02-19 22:44 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47819

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |lto
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.02.19 22:07:07
     Ever Confirmed|0                           |1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/47819] [meta-bug] LTO debug information issues
  2011-02-19 22:40 [Bug debug/47819] New: [meta-bug] LTO debug information issues rguenth at gcc dot gnu.org
  2011-02-19 22:44 ` [Bug debug/47819] " rguenth at gcc dot gnu.org
@ 2020-07-17 15:54 ` mark at gcc dot gnu.org
  2020-07-20 18:48 ` mark at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mark at gcc dot gnu.org @ 2020-07-17 15:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Mark Wielaard <mark at gcc dot gnu.org> ---
The following bugs might be added to this meta-bug. But they seemed not very
urgent because they involve non-default -g/-f debug flags:

- -flto -g -gsplit-dwarf is broken
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88389

- .debug_pubnames/types empty with -flto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88878

- -g -flto -fdebug-types-section is broken for units with over 64k types
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93117

- exception and unwind state is not carried to LTO but controls
  EH vs debug frame
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91794

- ICE with '-flto -g -femit-struct-debug-baseonly'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93951

There is also:
- LTO produces line info entries with invalid line numbers
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94311
But that seems to have been reduced to a variant of:
- debug_line with LTO refers to bogus file-names
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93865
(Which already blocks this bug)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/47819] [meta-bug] LTO debug information issues
  2011-02-19 22:40 [Bug debug/47819] New: [meta-bug] LTO debug information issues rguenth at gcc dot gnu.org
  2011-02-19 22:44 ` [Bug debug/47819] " rguenth at gcc dot gnu.org
  2020-07-17 15:54 ` mark at gcc dot gnu.org
@ 2020-07-20 18:48 ` mark at gcc dot gnu.org
  2021-04-14  7:00 ` rguenth at gcc dot gnu.org
  2022-06-01 13:10 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: mark at gcc dot gnu.org @ 2020-07-20 18:48 UTC (permalink / raw)
  To: gcc-bugs

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

Mark Wielaard <mark at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |88389, 88878, 93117, 91794,
                   |                            |93951, 94311

--- Comment #5 from Mark Wielaard <mark at gcc dot gnu.org> ---
(In reply to Mark Wielaard from comment #4)
> The following bugs might be added to this meta-bug. But they seemed not very
> urgent because they involve non-default -g/-f debug flags:

It is probably good for tracking to just add them as dependencies of this
meta-bug whether or not they are "urgent" or not. So I'll just add them all for
now.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88389
[Bug 88389] -flto -g -gsplit-dwarf is broken
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88878
[Bug 88878] .debug_pubnames/types empty with -flto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91794
[Bug 91794] exception and unwind state is not carried to LTO but controls EH vs
debug frame
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93117
[Bug 93117] -g -flto -fdebug-types-section is broken for units with over 64k
types
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93951
[Bug 93951] [8/9/10/11 Regression] ICE with '-flto -g
-femit-struct-debug-baseonly'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94311
[Bug 94311] LTO produces line info entries with invalid line numbers

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/47819] [meta-bug] LTO debug information issues
  2011-02-19 22:40 [Bug debug/47819] New: [meta-bug] LTO debug information issues rguenth at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2020-07-20 18:48 ` mark at gcc dot gnu.org
@ 2021-04-14  7:00 ` rguenth at gcc dot gnu.org
  2022-06-01 13:10 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-04-14  7:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47819
Bug 47819 depends on bug 93951, which changed state.

Bug 93951 Summary: [8/9/10/11 Regression] ICE with '-flto -g -femit-struct-debug-baseonly'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93951

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/47819] [meta-bug] LTO debug information issues
  2011-02-19 22:40 [Bug debug/47819] New: [meta-bug] LTO debug information issues rguenth at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-04-14  7:00 ` rguenth at gcc dot gnu.org
@ 2022-06-01 13:10 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-06-01 13:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47819
Bug 47819 depends on bug 93865, which changed state.

Bug 93865 Summary: .debug_line with LTO refers to bogus file-names
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93865

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-01 13:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-19 22:40 [Bug debug/47819] New: [meta-bug] LTO debug information issues rguenth at gcc dot gnu.org
2011-02-19 22:44 ` [Bug debug/47819] " rguenth at gcc dot gnu.org
2020-07-17 15:54 ` mark at gcc dot gnu.org
2020-07-20 18:48 ` mark at gcc dot gnu.org
2021-04-14  7:00 ` rguenth at gcc dot gnu.org
2022-06-01 13:10 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).