------- Comment #6 from rguenth at gcc dot gnu dot org 2008-09-04 09:28 ------- ./cc1plus -quiet t.ii -O t.ii: In function 'void AlsaDriver1()': t.ii:8: error: non-register as LHS of unary operation m_pFunction = (struct GenericMemFuncType) D.2092;
t.ii:8: internal compiler error: verify_gimple failed Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. invalid gimple which obviously confuses us. We should use VIEW_CONVERT_EXPR here instead. I'm unsure if we want to fix this up during gimplification or in the frontends though. Sill, mine. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED Last reconfirmed|2008-09-04 02:27:57 |2008-09-04 09:28:21 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37354