------- Comment #5 from sfilippone at uniroma2 dot it  2010-04-26 15:32 -------
(In reply to comment #0)
> The attached code produces the subject message, but only with optimization; at
> -O0 it works. 
> ------ behaviour ----------
> [sfili...@localhost bug14]$ gfortran  -O1  -c bug14.f90
> bug14.f90: In function ‘bug14’:
> bug14.f90:30:0: error: statement makes a memory store, but has no VDEFS
> a_4.a.$data = 0B;
> bug14.f90:30:0: internal compiler error: verify_ssa failed
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <http://gcc.gnu.org/bugs.html> for instructions.
>

Fails at -O2 and -O3 as well.. 


-- 


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

Reply via email to