[PATCH] D143760: [Codeview] Fix incorrect size determination for Fortran complex types.

Steve Merritt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 06:15:58 PST 2023


smerritt added a comment.

Consider that Codeview includes an entry to describe an 80 bit complex.  If the 80 bits was intended to represent the total size of the complex that would mean that the real and imaginary components of the complex are 40 bits each, requiring the existence of a 5-byte floating point value.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143760/new/

https://reviews.llvm.org/D143760



More information about the llvm-commits mailing list