jsji added a comment.

> Won't that end up producing a warning on ALL code built on any Linux distro 
> with a GCC toolchain older than 12.1? That would be terrible.

Good point. Yes, so should be something like:

  IsDistroWithNewToolchain = ( Distro.IsRedhat() && Distro >= Distro::RHEL9  || 
 (Distro.IsUbuntu() && Distro >= Distro::xxx)
  bool IEEELongDouble = T.isOSLinux() && IsDistroWithNewToolchain;


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117181

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to