------- Comment #3 from rguenth at gcc dot gnu dot org 2010-02-07 15:22 ------- No, this is not really debug-expr related. We have
struct crypto_tfm { ... void *__crt_ctx[] __attribute__ ((__aligned__(__alignof__(unsigned long long)))); }; and the FIELD_DECL for __crt_ctx has DECL_SIZE == 0, so get_inner_reference on a COMPONENT_REF of __crt_ctx will leave us with *pbitsize uninitialized. I have a patch. -- 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|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2010-02-07 15:22:59 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42991