public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/92387] [11/12/13/14 regression] gcc generates wrong debug information at -O1 since r10-1907-ga20f263ba1a76a
       [not found] <bug-92387-4@http.gcc.gnu.org/bugzilla/>
@ 2024-02-12 12:25 ` sjames at gcc dot gnu.org
  2024-03-04 12:56 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: sjames at gcc dot gnu.org @ 2024-02-12 12:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Sam James <sjames at gcc dot gnu.org> ---
With trunk, I get:
```
Breakpoint 1, main () at /tmp/foo.c:11
11          c ();
$1 = <optimized out>
```

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

* [Bug debug/92387] [11/12/13/14 regression] gcc generates wrong debug information at -O1 since r10-1907-ga20f263ba1a76a
       [not found] <bug-92387-4@http.gcc.gnu.org/bugzilla/>
  2024-02-12 12:25 ` [Bug debug/92387] [11/12/13/14 regression] gcc generates wrong debug information at -O1 since r10-1907-ga20f263ba1a76a sjames at gcc dot gnu.org
@ 2024-03-04 12:56 ` rguenth at gcc dot gnu.org
  2024-03-04 12:59 ` [Bug debug/92387] [11/12/13 Regression] " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-03-04 12:56 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.5

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

* [Bug debug/92387] [11/12/13 Regression] gcc generates wrong debug information at -O1 since r10-1907-ga20f263ba1a76a
       [not found] <bug-92387-4@http.gcc.gnu.org/bugzilla/>
  2024-02-12 12:25 ` [Bug debug/92387] [11/12/13/14 regression] gcc generates wrong debug information at -O1 since r10-1907-ga20f263ba1a76a sjames at gcc dot gnu.org
  2024-03-04 12:56 ` rguenth at gcc dot gnu.org
@ 2024-03-04 12:59 ` rguenth at gcc dot gnu.org
  2024-03-04 13:34 ` hubicka at gcc dot gnu.org
  2024-05-13 11:37 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-03-04 12:59 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[11/12/13/14 regression]    |[11/12/13 Regression] gcc
                   |gcc generates wrong debug   |generates wrong debug
                   |information at -O1 since    |information at -O1 since
                   |r10-1907-ga20f263ba1a76a    |r10-1907-ga20f263ba1a76a
      Known to fail|                            |13.2.1
           Keywords|                            |needs-bisection
      Known to work|                            |14.0

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed on the 13 branch.  Confirmed fixed on trunk, not sure why, would need
bisection.

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

* [Bug debug/92387] [11/12/13 Regression] gcc generates wrong debug information at -O1 since r10-1907-ga20f263ba1a76a
       [not found] <bug-92387-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2024-03-04 12:59 ` [Bug debug/92387] [11/12/13 Regression] " rguenth at gcc dot gnu.org
@ 2024-03-04 13:34 ` hubicka at gcc dot gnu.org
  2024-05-13 11:37 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: hubicka at gcc dot gnu.org @ 2024-03-04 13:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
The revision is changing inlining decisions, so it would be probably possible
to reproduce the problem without that change with right alaways_inline and
noinline attributes.

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

* [Bug debug/92387] [11/12/13 Regression] gcc generates wrong debug information at -O1 since r10-1907-ga20f263ba1a76a
       [not found] <bug-92387-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2024-03-04 13:34 ` hubicka at gcc dot gnu.org
@ 2024-05-13 11:37 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-05-13 11:37 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2

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

end of thread, other threads:[~2024-05-13 11:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-92387-4@http.gcc.gnu.org/bugzilla/>
2024-02-12 12:25 ` [Bug debug/92387] [11/12/13/14 regression] gcc generates wrong debug information at -O1 since r10-1907-ga20f263ba1a76a sjames at gcc dot gnu.org
2024-03-04 12:56 ` rguenth at gcc dot gnu.org
2024-03-04 12:59 ` [Bug debug/92387] [11/12/13 Regression] " rguenth at gcc dot gnu.org
2024-03-04 13:34 ` hubicka at gcc dot gnu.org
2024-05-13 11:37 ` 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).