public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/55364] New: ICE: in remove_addr_table_entry, at dwarf2out.c:4201 with -O -gsplit-dwarf
@ 2012-11-17 11:14 zsojka at seznam dot cz
  2012-11-20  8:00 ` [Bug debug/55364] " mpolacek at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: zsojka at seznam dot cz @ 2012-11-17 11:14 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55364
           Summary: ICE: in remove_addr_table_entry, at dwarf2out.c:4201
                    with -O -gsplit-dwarf
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz


Created attachment 28714
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28714
reduced testcase

Compiler output:
$ gcc -O -gsplit-dwarf testcase.c 
testcase.c:13:1: internal compiler error: in remove_addr_table_entry, at
dwarf2out.c:4201
 }
 ^
0x70f423 remove_addr_table_entry
        /mnt/svn/gcc-trunk/gcc/dwarf2out.c:4201
0x70f453 remove_loc_list_addr_table_entries
        /mnt/svn/gcc-trunk/gcc/dwarf2out.c:4215
0x730930 resolve_addr
        /mnt/svn/gcc-trunk/gcc/dwarf2out.c:22639
0x730960 resolve_addr
        /mnt/svn/gcc-trunk/gcc/dwarf2out.c:22687
0x7458aa dwarf2out_finish
        /mnt/svn/gcc-trunk/gcc/dwarf2out.c:23309
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

Tested revisions:
r193581 - crash


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

* [Bug debug/55364] ICE: in remove_addr_table_entry, at dwarf2out.c:4201 with -O -gsplit-dwarf
  2012-11-17 11:14 [Bug debug/55364] New: ICE: in remove_addr_table_entry, at dwarf2out.c:4201 with -O -gsplit-dwarf zsojka at seznam dot cz
@ 2012-11-20  8:00 ` mpolacek at gcc dot gnu.org
  2013-03-05 21:55 ` ccoutant at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2012-11-20  8:00 UTC (permalink / raw)
  To: gcc-bugs


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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-11-20
                 CC|                            |mpolacek at gcc dot
                   |                            |gnu.org, sterling at gcc
                   |                            |dot gnu.org
   Target Milestone|---                         |4.8.0
     Ever Confirmed|0                           |1

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> 2012-11-20 08:00:13 UTC ---
Confirmed.  Started with
http://gcc.gnu.org/viewcvs?view=revision&revision=193267


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

* [Bug debug/55364] ICE: in remove_addr_table_entry, at dwarf2out.c:4201 with -O -gsplit-dwarf
  2012-11-17 11:14 [Bug debug/55364] New: ICE: in remove_addr_table_entry, at dwarf2out.c:4201 with -O -gsplit-dwarf zsojka at seznam dot cz
  2012-11-20  8:00 ` [Bug debug/55364] " mpolacek at gcc dot gnu.org
@ 2013-03-05 21:55 ` ccoutant at gcc dot gnu.org
  2013-03-05 23:09 ` ccoutant at gcc dot gnu.org
  2013-03-05 23:12 ` ccoutant at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ccoutant at gcc dot gnu.org @ 2013-03-05 21:55 UTC (permalink / raw)
  To: gcc-bugs


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

Cary Coutant <ccoutant at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |ccoutant at gcc dot gnu.org
                   |gnu.org                     |


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

* [Bug debug/55364] ICE: in remove_addr_table_entry, at dwarf2out.c:4201 with -O -gsplit-dwarf
  2012-11-17 11:14 [Bug debug/55364] New: ICE: in remove_addr_table_entry, at dwarf2out.c:4201 with -O -gsplit-dwarf zsojka at seznam dot cz
  2012-11-20  8:00 ` [Bug debug/55364] " mpolacek at gcc dot gnu.org
  2013-03-05 21:55 ` ccoutant at gcc dot gnu.org
@ 2013-03-05 23:09 ` ccoutant at gcc dot gnu.org
  2013-03-05 23:12 ` ccoutant at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ccoutant at gcc dot gnu.org @ 2013-03-05 23:09 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Cary Coutant <ccoutant at gcc dot gnu.org> 2013-03-05 23:08:52 UTC ---
Author: ccoutant
Date: Tue Mar  5 23:08:45 2013
New Revision: 196480

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196480
Log:
gcc/
    PR debug/55364
    * dwarf2out.c (resolve_addr): Don't call
    remove_loc_list_addr_table_entries a second time for the same
    expression.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c


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

* [Bug debug/55364] ICE: in remove_addr_table_entry, at dwarf2out.c:4201 with -O -gsplit-dwarf
  2012-11-17 11:14 [Bug debug/55364] New: ICE: in remove_addr_table_entry, at dwarf2out.c:4201 with -O -gsplit-dwarf zsojka at seznam dot cz
                   ` (2 preceding siblings ...)
  2013-03-05 23:09 ` ccoutant at gcc dot gnu.org
@ 2013-03-05 23:12 ` ccoutant at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ccoutant at gcc dot gnu.org @ 2013-03-05 23:12 UTC (permalink / raw)
  To: gcc-bugs


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

Cary Coutant <ccoutant at gcc dot gnu.org> changed:

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

--- Comment #3 from Cary Coutant <ccoutant at gcc dot gnu.org> 2013-03-05 23:11:53 UTC ---
Fixed at r196480.


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

end of thread, other threads:[~2013-03-05 23:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-17 11:14 [Bug debug/55364] New: ICE: in remove_addr_table_entry, at dwarf2out.c:4201 with -O -gsplit-dwarf zsojka at seznam dot cz
2012-11-20  8:00 ` [Bug debug/55364] " mpolacek at gcc dot gnu.org
2013-03-05 21:55 ` ccoutant at gcc dot gnu.org
2013-03-05 23:09 ` ccoutant at gcc dot gnu.org
2013-03-05 23:12 ` ccoutant 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).