public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug regression/32610]  New: [4.2 4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762
@ 2007-07-03 13:48 doko at ubuntu dot com
  2007-07-03 13:49 ` [Bug regression/32610] " doko at ubuntu dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: doko at ubuntu dot com @ 2007-07-03 13:48 UTC (permalink / raw)
  To: gcc-bugs

seen with current gcc-4_2-branch and trunk, works with current gcc-4_1-branch.

$ gcc-4.2 -Wall -O3 -g -s mycompute_ml-gccbug.c
mycompute_ml-gccbug.c: In function 'matmat':
mycompute_ml-gccbug.c:23: internal compiler error: in
gen_tagged_type_instantiation_die, at dwarf2out.c:12762
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [4.2 4.3 regression] ICE in
                    gen_tagged_type_instantiation_die, at dwarf2out.c:12762
           Product: gcc
           Version: 4.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: regression
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: doko at ubuntu dot com


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


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

* [Bug regression/32610] [4.2 4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762
  2007-07-03 13:48 [Bug regression/32610] New: [4.2 4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762 doko at ubuntu dot com
@ 2007-07-03 13:49 ` doko at ubuntu dot com
  2007-07-03 14:51 ` [Bug debug/32610] [4.2/4.3 " pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: doko at ubuntu dot com @ 2007-07-03 13:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from doko at ubuntu dot com  2007-07-03 13:48 -------
Created an attachment (id=13835)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13835&action=view)
source code


-- 


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


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

* [Bug debug/32610] [4.2/4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762
  2007-07-03 13:48 [Bug regression/32610] New: [4.2 4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762 doko at ubuntu dot com
  2007-07-03 13:49 ` [Bug regression/32610] " doko at ubuntu dot com
@ 2007-07-03 14:51 ` pinskia at gcc dot gnu dot org
  2007-07-04  3:32 ` mmitchel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-03 14:51 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|regression                  |debug
           Keywords|                            |ice-on-valid-code
            Summary|[4.2 4.3 regression] ICE in |[4.2/4.3 regression] ICE in
                   |gen_tagged_type_instantiatio|gen_tagged_type_instantiatio
                   |n_die, at dwarf2out.c:12762 |n_die, at dwarf2out.c:12762
   Target Milestone|---                         |4.2.1


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


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

* [Bug debug/32610] [4.2/4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762
  2007-07-03 13:48 [Bug regression/32610] New: [4.2 4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762 doko at ubuntu dot com
  2007-07-03 13:49 ` [Bug regression/32610] " doko at ubuntu dot com
  2007-07-03 14:51 ` [Bug debug/32610] [4.2/4.3 " pinskia at gcc dot gnu dot org
@ 2007-07-04  3:32 ` mmitchel at gcc dot gnu dot org
  2007-07-08 19:30 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-07-04  3:32 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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


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

* [Bug debug/32610] [4.2/4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762
  2007-07-03 13:48 [Bug regression/32610] New: [4.2 4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762 doko at ubuntu dot com
                   ` (2 preceding siblings ...)
  2007-07-04  3:32 ` mmitchel at gcc dot gnu dot org
@ 2007-07-08 19:30 ` pinskia at gcc dot gnu dot org
  2007-07-20  3:52 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-08 19:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-07-08 19:30 -------
Confirmed.
Reduced testcase:
void matmat(int nbc1 ) { double (*m1)[nbc1]; }
void rtop(void) { matmat(1); }


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-07-08 19:30:30
               date|                            |


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


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

* [Bug debug/32610] [4.2/4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762
  2007-07-03 13:48 [Bug regression/32610] New: [4.2 4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762 doko at ubuntu dot com
                   ` (3 preceding siblings ...)
  2007-07-08 19:30 ` pinskia at gcc dot gnu dot org
@ 2007-07-20  3:52 ` mmitchel at gcc dot gnu dot org
  2007-08-21 10:15 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-07-20  3:52 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.1                       |4.2.2


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


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

* [Bug debug/32610] [4.2/4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762
  2007-07-03 13:48 [Bug regression/32610] New: [4.2 4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762 doko at ubuntu dot com
                   ` (4 preceding siblings ...)
  2007-07-20  3:52 ` mmitchel at gcc dot gnu dot org
@ 2007-08-21 10:15 ` jakub at gcc dot gnu dot org
  2007-08-21 17:11 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-08-21 10:15 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2007-
                   |                            |08/msg01339.html
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2007-08-06 15:45:53         |2007-08-21 10:15:29
               date|                            |


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


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

* [Bug debug/32610] [4.2/4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762
  2007-07-03 13:48 [Bug regression/32610] New: [4.2 4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762 doko at ubuntu dot com
                   ` (5 preceding siblings ...)
  2007-08-21 10:15 ` jakub at gcc dot gnu dot org
@ 2007-08-21 17:11 ` jakub at gcc dot gnu dot org
  2007-08-24 17:07 ` jakub at gcc dot gnu dot org
  2007-08-24 17:25 ` jakub at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-08-21 17:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2007-08-21 17:11 -------
Subject: Bug 32610

Author: jakub
Date: Tue Aug 21 17:11:20 2007
New Revision: 127669

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127669
Log:
        PR debug/32610
        * dwarf2out.c (gen_decl_die): Don't call
        gen_tagged_type_instantiation_die if decl doesn't have tagged type.

        * gcc.dg/debug/pr32610.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/debug/pr32610.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug debug/32610] [4.2/4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762
  2007-07-03 13:48 [Bug regression/32610] New: [4.2 4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762 doko at ubuntu dot com
                   ` (6 preceding siblings ...)
  2007-08-21 17:11 ` jakub at gcc dot gnu dot org
@ 2007-08-24 17:07 ` jakub at gcc dot gnu dot org
  2007-08-24 17:25 ` jakub at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-08-24 17:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2007-08-24 17:07 -------
Subject: Bug 32610

Author: jakub
Date: Fri Aug 24 17:06:59 2007
New Revision: 127776

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127776
Log:
        PR debug/32610
        * dwarf2out.c (gen_decl_die): Don't call
        gen_tagged_type_instantiation_die if decl doesn't have tagged type.

        * gcc.dg/debug/pr32610.c: New test.

Added:
    branches/gcc-4_2-branch/gcc/testsuite/gcc.dg/debug/pr32610.c
Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/dwarf2out.c
    branches/gcc-4_2-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug debug/32610] [4.2/4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762
  2007-07-03 13:48 [Bug regression/32610] New: [4.2 4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762 doko at ubuntu dot com
                   ` (7 preceding siblings ...)
  2007-08-24 17:07 ` jakub at gcc dot gnu dot org
@ 2007-08-24 17:25 ` jakub at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-08-24 17:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jakub at gcc dot gnu dot org  2007-08-24 17:24 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-08-24 17:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-03 13:48 [Bug regression/32610] New: [4.2 4.3 regression] ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:12762 doko at ubuntu dot com
2007-07-03 13:49 ` [Bug regression/32610] " doko at ubuntu dot com
2007-07-03 14:51 ` [Bug debug/32610] [4.2/4.3 " pinskia at gcc dot gnu dot org
2007-07-04  3:32 ` mmitchel at gcc dot gnu dot org
2007-07-08 19:30 ` pinskia at gcc dot gnu dot org
2007-07-20  3:52 ` mmitchel at gcc dot gnu dot org
2007-08-21 10:15 ` jakub at gcc dot gnu dot org
2007-08-21 17:11 ` jakub at gcc dot gnu dot org
2007-08-24 17:07 ` jakub at gcc dot gnu dot org
2007-08-24 17:25 ` jakub at gcc dot gnu dot 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).