[Bug c++/22005] [4.1 Regression] ICE: SSA_NAME verification failure

dberlin at dberlin dot org gcc-bugzilla@gcc.gnu.org
Fri Jun 10 22:13:00 GMT 2005


------- 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



More information about the Gcc-bugs mailing list