--- Comment #3 from janus at gcc dot gnu dot org 2010-04-26 14:56 ---
Note: There is another OOP PR which fails only with optimization: PR41753.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43895
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-04-26 14:38 ---
smells like DECL_VALUE_EXPR
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
GCC bu
--- Comment #1 from sfilippone at uniroma2 dot it 2010-04-26 14:34 ---
Created an attachment (id=20491)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20491&action=view)
test-case
Funny thing: if I change the declaration
type(d_sparse_mat)
into
class(d_sparse_mat)
then it compi