This is the mail archive of the gcc@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]

Re: Aliasing problems in GNU Chill?


  In message <19990902102549.A3136@x8b4e53cd.dhcp.okstate.edu>you write:
  > No. SET_SHORT & friends are unsigned char when USE_CHARS is set, and
  > it's unconditionally set. Hence the exception for char* pointers comes
  > into play (I believe.) 
I've cleaned this up.

  > It could use some changes (the above block is dead code with USE_CHARS
  > defined), but it appears to be correct.
Be careful if you try to clean up that code since it's actually a compiler
intrinsic -- ie, the compiler knows the ABI for most of the powerset functions.

jeff


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