------- Comment #37 from ebotcazou at gcc dot gnu dot org 2007-03-06 07:03 ------- > Thanks for investigating. The above code is illegal as per the ISO C standard > because it violates the type-based aliasing rules: you're not allowed to read > a void** object through a zval** lvalue
I meant a void* object through a zval* lvalue... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30819