public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/106855] New: [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX
@ 2022-09-06 16:33 dje at gcc dot gnu.org
  2022-09-06 16:33 ` [Bug bootstrap/106855] " dje at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: dje at gcc dot gnu.org @ 2022-09-06 16:33 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106855
           Summary: [13 Regression] Removal of stabs/xcoff debugging broke
                    bootstrap on AIX
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dje at gcc dot gnu.org
  Target Milestone: ---

New.

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

* [Bug bootstrap/106855] [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX
  2022-09-06 16:33 [Bug bootstrap/106855] New: [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX dje at gcc dot gnu.org
@ 2022-09-06 16:33 ` dje at gcc dot gnu.org
  2022-09-06 16:35 ` dje at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dje at gcc dot gnu.org @ 2022-09-06 16:33 UTC (permalink / raw)
  To: gcc-bugs

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

David Edelsohn <dje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2022-09-06
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from David Edelsohn <dje at gcc dot gnu.org> ---
Confirmed.

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

* [Bug bootstrap/106855] [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX
  2022-09-06 16:33 [Bug bootstrap/106855] New: [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX dje at gcc dot gnu.org
  2022-09-06 16:33 ` [Bug bootstrap/106855] " dje at gcc dot gnu.org
@ 2022-09-06 16:35 ` dje at gcc dot gnu.org
  2022-09-07  8:25 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dje at gcc dot gnu.org @ 2022-09-06 16:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from David Edelsohn <dje at gcc dot gnu.org> ---
dwarf2out.cc uses XCOFF_DEBUGGING_INFO to emit DWARF information with XCOFF
syntax.

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

* [Bug bootstrap/106855] [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX
  2022-09-06 16:33 [Bug bootstrap/106855] New: [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX dje at gcc dot gnu.org
  2022-09-06 16:33 ` [Bug bootstrap/106855] " dje at gcc dot gnu.org
  2022-09-06 16:35 ` dje at gcc dot gnu.org
@ 2022-09-07  8:25 ` rguenth at gcc dot gnu.org
  2022-09-07 10:02 ` marxin at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-09-07  8:25 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
   Target Milestone|---                         |13.0
            Version|unknown                     |13.0

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

* [Bug bootstrap/106855] [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX
  2022-09-06 16:33 [Bug bootstrap/106855] New: [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX dje at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-09-07  8:25 ` rguenth at gcc dot gnu.org
@ 2022-09-07 10:02 ` marxin at gcc dot gnu.org
  2022-09-07 10:02 ` marxin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-09-07 10:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Sorry for the breakage, working on that right now.

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

* [Bug bootstrap/106855] [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX
  2022-09-06 16:33 [Bug bootstrap/106855] New: [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX dje at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-09-07 10:02 ` marxin at gcc dot gnu.org
@ 2022-09-07 10:02 ` marxin at gcc dot gnu.org
  2022-09-07 11:47 ` marxin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-09-07 10:02 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |marxin at gcc dot gnu.org

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

* [Bug bootstrap/106855] [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX
  2022-09-06 16:33 [Bug bootstrap/106855] New: [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX dje at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2022-09-07 10:02 ` marxin at gcc dot gnu.org
@ 2022-09-07 11:47 ` marxin at gcc dot gnu.org
  2022-09-07 12:18 ` cvs-commit at gcc dot gnu.org
  2022-09-07 12:19 ` marxin at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-09-07 11:47 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Patch candidate:
https://gcc.gnu.org/pipermail/gcc-patches/2022-September/601216.html

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

* [Bug bootstrap/106855] [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX
  2022-09-06 16:33 [Bug bootstrap/106855] New: [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX dje at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2022-09-07 11:47 ` marxin at gcc dot gnu.org
@ 2022-09-07 12:18 ` cvs-commit at gcc dot gnu.org
  2022-09-07 12:19 ` marxin at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-09-07 12:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

https://gcc.gnu.org/g:7abcdb06e31d82d4933cb6e0a626c3ccb28fa0c3

commit r13-2519-g7abcdb06e31d82d4933cb6e0a626c3ccb28fa0c3
Author: Martin Liska <mliska@suse.cz>
Date:   Wed Sep 7 11:47:40 2022 +0200

    Restore XCOFF for DWARF on AIX.

            PR bootstrap/106855

    gcc/ChangeLog:

            * collect2.cc (scan_prog_file): Restore if XCOFF_DEBUGGING_INFO.
            * config/rs6000/rs6000.cc (rs6000_option_override_internal):
              Restore usage of XCOFF_DEBUGGING_INFO.
            * config/rs6000/xcoff.h (XCOFF_DEBUGGING_INFO): Restore.
            * dwarf2asm.cc (XCOFF_DEBUGGING_INFO): Restore support for
              XCOFF_DEBUGGING_INFO.
            (dw2_asm_output_nstring): Likewise.
            (USE_LINKONCE_INDIRECT): Likewise.
            * dwarf2out.cc (XCOFF_DEBUGGING_INFO): Likewise.
            (HAVE_XCOFF_DWARF_EXTRAS): Likewise.
            (output_fde): Likewise.
            (output_call_frame_info): Likewise.
            (have_macinfo): Likewise.
            (add_AT_loc_list): Likewise.
            (add_AT_view_list): Likewise.
            (output_compilation_unit_header): Likewise.
            (output_pubnames): Likewise.
            (output_aranges): Likewise.
            (output_line_info): Likewise.
            (output_macinfo): Likewise.
            (dwarf2out_finish): Likewise.
            (dwarf2out_early_finish): Likewise.

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

* [Bug bootstrap/106855] [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX
  2022-09-06 16:33 [Bug bootstrap/106855] New: [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX dje at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2022-09-07 12:18 ` cvs-commit at gcc dot gnu.org
@ 2022-09-07 12:19 ` marxin at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-09-07 12:19 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

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

--- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed now.

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

end of thread, other threads:[~2022-09-07 12:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06 16:33 [Bug bootstrap/106855] New: [13 Regression] Removal of stabs/xcoff debugging broke bootstrap on AIX dje at gcc dot gnu.org
2022-09-06 16:33 ` [Bug bootstrap/106855] " dje at gcc dot gnu.org
2022-09-06 16:35 ` dje at gcc dot gnu.org
2022-09-07  8:25 ` rguenth at gcc dot gnu.org
2022-09-07 10:02 ` marxin at gcc dot gnu.org
2022-09-07 10:02 ` marxin at gcc dot gnu.org
2022-09-07 11:47 ` marxin at gcc dot gnu.org
2022-09-07 12:18 ` cvs-commit at gcc dot gnu.org
2022-09-07 12:19 ` marxin 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).