------- Additional Comments From dberlin at gcc dot gnu dot org 2005-06-10 22:13 ------- Subject: Re: [4.1 Regression] ICE: SSA_NAME verification failure
On Fri, 2005-06-10 at 22:10 +0000, kreckel at ginac dot de wrote: > ------- Additional Comments From kreckel at ginac dot de 2005-06-10 22:10 > ------- > (In reply to comment #5) > > Note this code really contains some invalid inline-asm: > > __asm__("jmp " "" "cl_module__cl_prin_globals__ctorend"); > > > > __asm__ ("\n" "" "cl_module__" "cl_prin_globals" "__dtorend" ":"); > > Though unrelated: What exactly is invalid here? for starters, altering control flow through an asm statement is explicitly not allowed. > > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22005