This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13059] [tree-ssa] ICE in gimplify_expr


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-16 18:43 -------
Something "shorter", "smaller":
struct S { 
    ~S() throw() { } 
}; 
 
struct C {    
    C(const S& = S()) { } 
}; 
 
void foo (){
  C test[] = {
    C()
  }; 
} 

(gdb) p debug_tree(*expr_p)
 <with_cleanup_expr 0x9e1208
    type <void_type 0x415b4e0c void VOID
        align 8 symtab 0 alias set -1
        pointer_to_this <pointer_type 0x415b4e80>>
    side-effects
    arg 1 <statement_list 0x9dd558 type <void_type 0x415b4e0c void>
        side-effects>
    rtl 2 (nil)

    pr13059.cc:12>
$5 = void

>From Phil's regression hunter: Search converges between 2003-11-11-ssa (#133) and 2003-11
-14-ssa (#134).

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]