bgra8 wrote: @fhahn we have identified a bunch of tests at google that fail somewhere in the open source library https://code.videolan.org/videolan/x264. The `x264` is built with `-fstrict-aliasing`. All tests pass when removing `-fstrict-aliasing` or disabling Pointer-TBAA (`-fno-pointer-tbaa`).
Is this expected? Are the two mutually exclusive? https://github.com/llvm/llvm-project/pull/117244 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits