public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493
@ 2021-05-11 15:54 cnsun at uwaterloo dot ca
  2021-05-12  9:28 ` [Bug target/100530] [8/9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e marxin at gcc dot gnu.org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: cnsun at uwaterloo dot ca @ 2021-05-11 15:54 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100530
           Summary: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: cnsun at uwaterloo dot ca
  Target Milestone: ---

$ gcc-trunk -v
Using built-in specs.
COLLECT_GCC=gcc-trunk
COLLECT_LTO_WRAPPER=/scratch/software/gcc-trunk/libexec/gcc/x86_64-pc-linux-gnu/12.0.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /tmp/tmp.FUbEknNORK-gcc-builder/gcc/configure
--enable-languages=c,c++,lto --enable-checking-yes --enable-multiarch
--prefix=/scratch/software/gcc-trunk --disable-bootstrap
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.0.0 20210511 (experimental) [master revision
:7db32cac8:aa891c56f25baac94db004e309d1b6e40b770a95] (GCC)

$ cat mutant.c
__seg_gs i;

$ gcc-trunk -g mutant.c
mutant.c:1:10: warning: type defaults to ‘int’ in declaration of ‘i’
[-Wimplicit-int]
    1 | __seg_gs i;
      |          ^
mutant.c:1:1: internal compiler error: in add_dwarf_attr, at dwarf2out.c:4493
    1 | __seg_gs i;
      | ^~~~~~~~
0x6a0017 add_dwarf_attr
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/dwarf2out.c:4493
0x6a0017 add_dwarf_attr
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/dwarf2out.c:4480
0x6a0017 add_AT_string
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/dwarf2out.c:4753
0x6a0017 add_name_attribute
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/dwarf2out.c:20909
0xb0587c add_name_attribute
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/dwarf2out.c:13684
0xb0587c modified_type_die
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/dwarf2out.c:13876
0xb078f4 add_type_attribute
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/dwarf2out.c:22023
0xafb587 gen_variable_die
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/dwarf2out.c:24331
0xb1d6c8 gen_decl_die
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/dwarf2out.c:26780
0xb1ec96 dwarf2out_decl
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/dwarf2out.c:27270
0xb1f434 dwarf2out_early_global_decl
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/dwarf2out.c:26920
0x8dfeeb finish_decl(tree_node*, unsigned int, tree_node*, tree_node*,
tree_node*)
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/c/c-decl.c:5534
0x9431ab c_parser_declaration_or_fndef
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/c/c-parser.c:2370
0x94b9d3 c_parser_external_declaration
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/c/c-parser.c:1777
0x94c439 c_parser_translation_unit
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/c/c-parser.c:1650
0x94c439 c_parse_file()
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/c/c-parser.c:21984
0x9ac765 c_common_parse_file()
        /tmp/tmp.FUbEknNORK-gcc-builder/gcc/gcc/c-family/c-opts.c:1218
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.

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

* [Bug target/100530] [8/9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
@ 2021-05-12  9:28 ` marxin at gcc dot gnu.org
  2021-05-17 15:12 ` [Bug target/100530] [9/10/11/12 " rguenth at gcc dot gnu.org
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-05-12  9:28 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE with -g: in             |[8/9/10/11/12 Regression]
                   |add_dwarf_attr with         |ICE with -g: in
                   |__seg_gs (Alternative       |add_dwarf_attr with
                   |address-space) global       |__seg_gs (Alternative
                   |variable                    |address-space) global
                   |                            |variable since
                   |                            |r8-4385-ga297ccb52e0c894e
                 CC|                            |dbowman at caspiannetworks dot com
                   |                            |, marxin at gcc dot gnu.org

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Started with r8-4385-ga297ccb52e0c894e.

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

* [Bug target/100530] [9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
  2021-05-12  9:28 ` [Bug target/100530] [8/9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e marxin at gcc dot gnu.org
@ 2021-05-17 15:12 ` rguenth at gcc dot gnu.org
  2021-05-27  5:05 ` cnsun at uwaterloo dot ca
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-05-17 15:12 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |9.4

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

* [Bug target/100530] [9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
  2021-05-12  9:28 ` [Bug target/100530] [8/9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e marxin at gcc dot gnu.org
  2021-05-17 15:12 ` [Bug target/100530] [9/10/11/12 " rguenth at gcc dot gnu.org
@ 2021-05-27  5:05 ` cnsun at uwaterloo dot ca
  2021-06-01  8:20 ` rguenth at gcc dot gnu.org
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: cnsun at uwaterloo dot ca @ 2021-05-27  5:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Chengnian Sun <cnsun at uwaterloo dot ca> ---
A duplicate.

__seg_gs pitches[];

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

* [Bug target/100530] [9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
                   ` (2 preceding siblings ...)
  2021-05-27  5:05 ` cnsun at uwaterloo dot ca
@ 2021-06-01  8:20 ` rguenth at gcc dot gnu.org
  2021-06-11 16:22 ` dcb314 at hotmail dot com
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:20 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.4                         |9.5

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

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

* [Bug target/100530] [9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
                   ` (3 preceding siblings ...)
  2021-06-01  8:20 ` rguenth at gcc dot gnu.org
@ 2021-06-11 16:22 ` dcb314 at hotmail dot com
  2021-08-19 16:43 ` pinskia at gcc dot gnu.org
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: dcb314 at hotmail dot com @ 2021-06-11 16:22 UTC (permalink / raw)
  To: gcc-bugs

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

David Binderman <dcb314 at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcb314 at hotmail dot com

--- Comment #4 from David Binderman <dcb314 at hotmail dot com> ---
I see this also with the source code for ./gcc.target/i386/pr100936.c
and flag -g:

$ /home/dcb/gcc/results.20210611.asan.ubsan/bin/gcc -c -g
./gcc.target/i386/pr100936.c
./gcc.target/i386/pr100936.c:5:1: internal compiler error: in add_dwarf_attr,
at
 dwarf2out.c:4493
    5 | __seg_gs int var;
      | ^~~~~~~~
0x88a057 add_dwarf_attr(die_struct*, dw_attr_struct*)
        ../../trunk.git/gcc/dwarf2out.c:4493

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

* [Bug target/100530] [9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
                   ` (4 preceding siblings ...)
  2021-06-11 16:22 ` dcb314 at hotmail dot com
@ 2021-08-19 16:43 ` pinskia at gcc dot gnu.org
  2021-08-19 16:44 ` pinskia at gcc dot gnu.org
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-19 16:43 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tschwinge at gcc dot gnu.org

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 101975 has been marked as a duplicate of this bug. ***

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

* [Bug target/100530] [9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
                   ` (5 preceding siblings ...)
  2021-08-19 16:43 ` pinskia at gcc dot gnu.org
@ 2021-08-19 16:44 ` pinskia at gcc dot gnu.org
  2021-08-19 16:45 ` pinskia at gcc dot gnu.org
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-19 16:44 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |88094

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
PR 88094 is most likely a dup of this too but for avr rather than x86_64.
I think x86_64 and avr are the only two targets that implement named address
space now; spu target was removed which is where named address space was
originally written for.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88094
[Bug 88094] ICE: add add_dwarf_attr

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

* [Bug target/100530] [9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
                   ` (6 preceding siblings ...)
  2021-08-19 16:44 ` pinskia at gcc dot gnu.org
@ 2021-08-19 16:45 ` pinskia at gcc dot gnu.org
  2022-01-09 12:02 ` [Bug debug/100530] " tschwinge at gcc dot gnu.org
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-19 16:45 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2021-08-19
     Ever confirmed|0                           |1

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

* [Bug debug/100530] [9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
                   ` (7 preceding siblings ...)
  2021-08-19 16:45 ` pinskia at gcc dot gnu.org
@ 2022-01-09 12:02 ` tschwinge at gcc dot gnu.org
  2022-01-10  9:35 ` rguenth at gcc dot gnu.org
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2022-01-09 12:02 UTC (permalink / raw)
  To: gcc-bugs

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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |debug
           Keywords|accepts-invalid,            |ice-on-valid-code
                   |ice-on-invalid-code         |
             Target|x86_64-linux-gnu            |all x86
   Last reconfirmed|2021-08-19 00:00:00         |2022-1-9
                 CC|                            |rguenth at gcc dot gnu.org

--- Comment #7 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Per PR101975 (which I've just ran into again, compiling
'libgomp.c/address-space-1.c' with '-g -S -foffload=disable'), we understand
this to be a Component: debug problem, and Keywords: ice-on-valid-code.

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

* [Bug debug/100530] [9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
                   ` (8 preceding siblings ...)
  2022-01-09 12:02 ` [Bug debug/100530] " tschwinge at gcc dot gnu.org
@ 2022-01-10  9:35 ` rguenth at gcc dot gnu.org
  2022-01-17 14:50 ` rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-01-10  9:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
PR#101975 contains some analysis.

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

* [Bug debug/100530] [9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
                   ` (9 preceding siblings ...)
  2022-01-10  9:35 ` rguenth at gcc dot gnu.org
@ 2022-01-17 14:50 ` rguenth at gcc dot gnu.org
  2022-05-27  9:45 ` [Bug debug/100530] [10/11/12/13 " rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-01-17 14:50 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|all x86                     |x86_64-*-* i?86-*-*
           Priority|P3                          |P2

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

* [Bug debug/100530] [10/11/12/13 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
                   ` (10 preceding siblings ...)
  2022-01-17 14:50 ` rguenth at gcc dot gnu.org
@ 2022-05-27  9:45 ` rguenth at gcc dot gnu.org
  2022-06-28 10:44 ` jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:45 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.5                         |10.4

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9 branch is being closed

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

* [Bug debug/100530] [10/11/12/13 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
                   ` (11 preceding siblings ...)
  2022-05-27  9:45 ` [Bug debug/100530] [10/11/12/13 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:44 ` jakub at gcc dot gnu.org
  2023-07-07 10:39 ` [Bug debug/100530] [11/12/13/14 " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:44 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.4                        |10.5

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.4 is being released, retargeting bugs to GCC 10.5.

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

* [Bug debug/100530] [11/12/13/14 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
                   ` (12 preceding siblings ...)
  2022-06-28 10:44 ` jakub at gcc dot gnu.org
@ 2023-07-07 10:39 ` rguenth at gcc dot gnu.org
  2023-11-21  1:23 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07 10:39 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #11 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10 branch is being closed.

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

* [Bug debug/100530] [11/12/13/14 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
                   ` (13 preceding siblings ...)
  2023-07-07 10:39 ` [Bug debug/100530] [11/12/13/14 " rguenth at gcc dot gnu.org
@ 2023-11-21  1:23 ` pinskia at gcc dot gnu.org
  2023-12-05 12:49 ` rguenth at gcc dot gnu.org
  2024-01-18 17:57 ` pinskia at gcc dot gnu.org
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-11-21  1:23 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iamanonymous.cs at gmail dot com

--- Comment #12 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 112638 has been marked as a duplicate of this bug. ***

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

* [Bug debug/100530] [11/12/13/14 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
                   ` (14 preceding siblings ...)
  2023-11-21  1:23 ` pinskia at gcc dot gnu.org
@ 2023-12-05 12:49 ` rguenth at gcc dot gnu.org
  2024-01-18 17:57 ` pinskia at gcc dot gnu.org
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-12-05 12:49 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pitchumani.s at hotmail dot com

--- Comment #13 from Richard Biener <rguenth at gcc dot gnu.org> ---
*** Bug 88094 has been marked as a duplicate of this bug. ***

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

* [Bug debug/100530] [11/12/13/14 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e
  2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
                   ` (15 preceding siblings ...)
  2023-12-05 12:49 ` rguenth at gcc dot gnu.org
@ 2024-01-18 17:57 ` pinskia at gcc dot gnu.org
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-01-18 17:57 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gjl at gcc dot gnu.org

--- Comment #14 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 113480 has been marked as a duplicate of this bug. ***

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

end of thread, other threads:[~2024-01-18 17:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11 15:54 [Bug c/100530] New: ICE with -g: in add_dwarf_attr, at dwarf2out.c:4493 cnsun at uwaterloo dot ca
2021-05-12  9:28 ` [Bug target/100530] [8/9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e marxin at gcc dot gnu.org
2021-05-17 15:12 ` [Bug target/100530] [9/10/11/12 " rguenth at gcc dot gnu.org
2021-05-27  5:05 ` cnsun at uwaterloo dot ca
2021-06-01  8:20 ` rguenth at gcc dot gnu.org
2021-06-11 16:22 ` dcb314 at hotmail dot com
2021-08-19 16:43 ` pinskia at gcc dot gnu.org
2021-08-19 16:44 ` pinskia at gcc dot gnu.org
2021-08-19 16:45 ` pinskia at gcc dot gnu.org
2022-01-09 12:02 ` [Bug debug/100530] " tschwinge at gcc dot gnu.org
2022-01-10  9:35 ` rguenth at gcc dot gnu.org
2022-01-17 14:50 ` rguenth at gcc dot gnu.org
2022-05-27  9:45 ` [Bug debug/100530] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:44 ` jakub at gcc dot gnu.org
2023-07-07 10:39 ` [Bug debug/100530] [11/12/13/14 " rguenth at gcc dot gnu.org
2023-11-21  1:23 ` pinskia at gcc dot gnu.org
2023-12-05 12:49 ` rguenth at gcc dot gnu.org
2024-01-18 17:57 ` pinskia 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).