This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/30819] php 5.2.1 / gcc 4.1.1 / solaris 2.9 / 64 bit



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]