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: Linux and aliasing?



  In message <u9lndw7rr9.fsf@yorick.cygnus.com>you write:
  > It seems to me that this issue is broader than the kernel; any code that
  > uses casts to, say, get at the bitwise representation of a floating point
  > value is likely to break.
This has been the most common problem I've seen over the years with type
based alias analysis.  However, as I've mentioned before, most folks have
already fixed their code so that it would work with various vendor compilers
that added type based alias analysis years ago.


jeff



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