public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/44365] ICE with -fdump-tree-all
       [not found] <bug-44365-4@http.gcc.gnu.org/bugzilla/>
@ 2012-01-29  4:40 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-29  4:40 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.0

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-29 01:30:57 UTC ---
Fixed at least in 4.6.0 and above.


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

* [Bug c/44365] ICE with -fdump-tree-all
  2010-06-01 13:55 [Bug c/44365] New: " bmei at broadcom dot com
  2010-06-01 14:38 ` [Bug c/44365] " rguenth at gcc dot gnu dot org
@ 2010-06-01 18:16 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-06-01 18:16 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal
           Keywords|                            |ice-on-valid-code


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


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

* [Bug c/44365] ICE with -fdump-tree-all
  2010-06-01 13:55 [Bug c/44365] New: " bmei at broadcom dot com
@ 2010-06-01 14:38 ` rguenth at gcc dot gnu dot org
  2010-06-01 18:16 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-06-01 14:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2010-06-01 14:38 -------
Confirmed.  C FE issue.  We have a TYPE_DECL that refers to itself.

#1  0x0000000000a519fa in dump_generic_node (buffer=0x1646280, 
    node=0x7ffff5add690, spc=2, flags=0, is_stmt=0 '\000')
    at /space/rguenther/src/svn/gcc-4_5-branch/gcc/tree-pretty-print.c:881
881               dump_generic_node (buffer, TYPE_NAME (node), spc, flags,
false);
(gdb) p node->base.code
$3 = RECORD_TYPE
(gdb) p node->type.name
$4 = (tree) 0x7ffff5afd000
(gdb) p node->type.name->base.code
$5 = TYPE_DECL
(gdb) p node->type.name->common.type
$6 = (tree) 0x7ffff5add690
(gdb) p node->type.name->common.type->type.name
$7 = (tree) 0x7ffff5afd000


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-06-01 14:38:13
               date|                            |


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


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

end of thread, other threads:[~2012-01-29  1:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-44365-4@http.gcc.gnu.org/bugzilla/>
2012-01-29  4:40 ` [Bug c/44365] ICE with -fdump-tree-all pinskia at gcc dot gnu.org
2010-06-01 13:55 [Bug c/44365] New: " bmei at broadcom dot com
2010-06-01 14:38 ` [Bug c/44365] " rguenth at gcc dot gnu dot org
2010-06-01 18:16 ` pinskia 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).