public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "trippels at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug debug/66745] [6 Regression] ice in check_unstripped_args
Date: Fri, 03 Jul 2015 06:44:00 -0000	[thread overview]
Message-ID: <bug-66745-4-GdYHASfD3T@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-66745-4@http.gcc.gnu.org/bugzilla/>

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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-07-03
                 CC|                            |trippels at gcc dot gnu.org
          Component|c++                         |debug
            Summary|ice in                      |[6 Regression] ice in
                   |check_unstripped_args       |check_unstripped_args
     Ever confirmed|0                           |1

--- Comment #2 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
(gdb) p debug_tree(arg)                                                         
 <record_type 0x7fffe00572a0 asm_written type_2 type_6 TI                       
    size <integer_cst 0x7ffff6c32ea0 type <integer_type 0x7ffff6c362a0
bitsizetype> constant 128>                                                      
    unit size <integer_cst 0x7ffff6c32eb8 type <integer_type 0x7ffff6c361f8
sizetype> constant 16>                                                          
    align 64 symtab -608120512 alias set -1 canonical type 0x7fffe0057348       
    fields <field_decl 0x7fffe004fbe0 __pfn                                     
        type <pointer_type 0x7fffe0057150 type <method_type 0x7fffe1b3a930>     
            asm_written unsigned DI                                             
            size <integer_cst 0x7ffff6c32e58 constant 64>                       
            unit size <integer_cst 0x7ffff6c32e70 constant 8>                   
            align 64 symtab -608120032 alias set -1 canonical type
0x7fffe00571f8>                                                                 
        unsigned DI file
/home/dcb/rpmbuild/BUILD/ledger-720c03b139d251c53f9deef491f5953e2fdb97ca/src/py_account.cc
line 92 col 5264 size <integer_cst 0x7ffff6c32e58 64> unit size <integer_cst
0x7ffff6c32e70 8>                                                               
        align 64 offset_align 512                                               
        offset <integer_cst 0x7ffff6c32e88 constant 0>                          
        bit offset <integer_cst 0x7ffff6c32ed0 constant 0> context <record_type
0x7fffe00572a0>                                                                 
        chain <field_decl 0x7fffe004fc78 __delta type <integer_type
0x7ffff6c36930 long int>                                                        
            DI file
/home/dcb/rpmbuild/BUILD/ledger-720c03b139d251c53f9deef491f5953e2fdb97ca/src/py_account.cc
line 92 col 5264 size <integer_cst 0x7ffff6c32e58 64> unit size <integer_cst
0x7ffff6c32e70 8>                                                               
            align 64 offset_align 512 offset <integer_cst 0x7ffff6c32e88 0> bit
offset <integer_cst 0x7ffff6c32e58 64> context <record_type 0x7fffe00572a0>>>
ptrmemfunc fn type <pointer_type 0x7fffe0057150>                                
    pointer_to_this <pointer_type 0x7fffde2beb28> reference_to_this
<reference_type 0x7fffdfeea738> chain <type_decl 0x7fffe004fd10
__ptrmemfunc_type>>                       
$11 = void                                                                      

(gdb) p  debug_tree(strip_typedefs(arg,0))                                      
 <record_type 0x7fffdac08bd0 type_2 TI                                          
    size <integer_cst 0x7ffff6c32ea0 type <integer_type 0x7ffff6c362a0
bitsizetype> constant 128>                                                      
    unit size <integer_cst 0x7ffff6c32eb8 type <integer_type 0x7ffff6c361f8
sizetype> constant 16>                                                          
    align 64 symtab 0 alias set -1 canonical type 0x7fffe0057348                
    fields <field_decl 0x7fffd82e24c0 __pfn                                     
        type <pointer_type 0x7fffdac043f0 type <method_type 0x7fffe1b3c150>     
            unsigned DI                                                         
            size <integer_cst 0x7ffff6c32e58 constant 64>                       
            unit size <integer_cst 0x7ffff6c32e70 constant 8>                   
            align 64 symtab 0 alias set -1 canonical type 0x7fffe00571f8>       
        unsigned DI file /usr/include/boost/type_traits/is_class.hpp line 109
col 147 size <integer_cst 0x7ffff6c32e58 64> unit size <integer_cst
0x7ffff6c32e70 8>           
        align 64 offset_align 512                                               
        offset <integer_cst 0x7ffff6c32e88 constant 0>                          
        bit offset <integer_cst 0x7ffff6c32ed0 constant 0> context <record_type
0x7fffdac08bd0>                                                                 
        chain <field_decl 0x7fffd82e2980 __delta type <integer_type
0x7ffff6c36930 long int>                                                        
            DI file /usr/include/boost/type_traits/is_class.hpp line 109 col
147 size <integer_cst 0x7ffff6c32e58 64> unit size <integer_cst 0x7ffff6c32e70
8>                
            align 64 offset_align 512 offset <integer_cst 0x7ffff6c32e88 0> bit
offset <integer_cst 0x7ffff6c32e58 64> context <record_type 0x7fffdac08bd0>>>
ptrmemfunc fn type <pointer_type 0x7fffdac043f0>                                
    chain <type_decl 0x7fffd82e2ed8 __ptrmemfunc_type>>                         
$12 = void


  parent reply	other threads:[~2015-07-03  6:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-02 20:50 [Bug c++/66745] New: " dcb314 at hotmail dot com
2015-07-02 20:51 ` [Bug c++/66745] " dcb314 at hotmail dot com
2015-07-03  6:44 ` trippels at gcc dot gnu.org [this message]
2015-07-03  7:30 ` [Bug c++/66745] [6 Regression] " trippels at gcc dot gnu.org
2015-07-03 16:03 ` ramana at gcc dot gnu.org
2015-07-03 17:49 ` trippels at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-66745-4-GdYHASfD3T@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).