[Bug debug/47361] ICE: in build_abbrev_table, at dwarf2out.c:10477 with -g -feliminate-dwarf2-dups

2021-08-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47361

Andrew Pinski  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Andrew Pinski  ---
-feliminate-dwarf2-dups was removed in GCC 8 by r8-2622 so closing as won't
fix.

[Bug debug/47361] ICE: in build_abbrev_table, at dwarf2out.c:10477 with -g -feliminate-dwarf2-dups

2021-08-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47361
Bug 47361 depends on bug 53118, which changed state.

Bug 53118 Summary: [9/10/11/12 regression] -feliminate-dwarf2-dups is broken 
for C++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53118

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

[Bug debug/47361] ICE: in build_abbrev_table, at dwarf2out.c:10477 with -g -feliminate-dwarf2-dups

2019-11-19 Thread hart3778avery at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47361

hart3778avery at gmx dot com  changed:

   What|Removed |Added

 CC||hart3778avery at gmx dot com

--- Comment #5 from hart3778avery at gmx dot com  
---
Then I guess we can consider this resolved? http://mrcoupon.com.tw/

[Bug debug/47361] ICE: in build_abbrev_table, at dwarf2out.c:10477 with -g -feliminate-dwarf2-dups

2017-09-23 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47361

Zdenek Sojka  changed:

   What|Removed |Added

  Known to work||8.0

--- Comment #4 from Zdenek Sojka  ---
-feliminate-dwarf2-dups was removed in gcc 8.0.

[Bug debug/47361] ICE: in build_abbrev_table, at dwarf2out.c:10477 with -g -feliminate-dwarf2-dups

2015-03-26 Thread a...@cloudius-systems.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47361

Avi Kivity a...@cloudius-systems.com changed:

   What|Removed |Added

 CC||a...@cloudius-systems.com

--- Comment #3 from Avi Kivity a...@cloudius-systems.com ---
Seeing this with 4.9.2.


[Bug debug/47361] ICE: in build_abbrev_table, at dwarf2out.c:10477 with -g -feliminate-dwarf2-dups

2014-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47361
Bug 47361 depends on bug 53118, which changed state.

Bug 53118 Summary: [4.7 regression] -feliminate-dwarf2-dups is broken for C++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53118

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED


[Bug debug/47361] ICE: in build_abbrev_table, at dwarf2out.c:10477 with -g -feliminate-dwarf2-dups

2014-06-12 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47361
Bug 47361 depends on bug 53118, which changed state.

Bug 53118 Summary: [4.8/4.9/4.10 regression] -feliminate-dwarf2-dups is broken 
for C++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53118

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|FIXED   |---


[Bug debug/47361] ICE: in build_abbrev_table, at dwarf2out.c:10477 with -g -feliminate-dwarf2-dups

2011-03-29 Thread dexuan.cui at intel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47361

Dexuan Cui dexuan.cui at intel dot com changed:

   What|Removed |Added

 CC||dexuan.cui at intel dot com

--- Comment #2 from Dexuan Cui dexuan.cui at intel dot com 2011-03-30 
02:22:53 UTC ---
(In reply to comment #1)
 A candidate patch was posted to
 http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01414.html
Hi Dodji, what's the status of the patch? have it been accepted?

(In reply to comment #0)
 Created attachment 23030 [details]
 reduced testcase
 +++ This bug was initially created as a clone of Bug #46101 +++
 Compiler output:
 $ gcc pr47361.C -std=c++0x -g -feliminate-dwarf2-dups
 pr47361.C:8:4: internal compiler error: in build_abbrev_table, at
 dwarf2out.c:10477
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See http://gcc.gnu.org/bugs.html for instructions.
 Tested revisions:
 r168990 - crash
 4.5 - doesn't know nullptr

We got a similar bug with the option -feliminate-dwarf2-dups of gcc 4.5.1 when
building Qt in the embedded Yocto project:
http://bugzilla.pokylinux.org/show_bug.cgi?id=932

One difference is we are not in c++0x mode.

I tried the patch http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01637.html, but
still got the same issue.


[Bug debug/47361] ICE: in build_abbrev_table, at dwarf2out.c:10477 with -g -feliminate-dwarf2-dups

2011-01-20 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47361

Dodji Seketeli dodji at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2011.01.20 15:01:51
 CC|dodji at gcc dot gnu.org|
 AssignedTo|unassigned at gcc dot   |dodji at gcc dot gnu.org
   |gnu.org |
 Ever Confirmed|0   |1


[Bug debug/47361] ICE: in build_abbrev_table, at dwarf2out.c:10477 with -g -feliminate-dwarf2-dups

2011-01-20 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47361

--- Comment #1 from Dodji Seketeli dodji at gcc dot gnu.org 2011-01-20 
20:47:31 UTC ---
A candidate patch was posted to
http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01414.html