[all-commits] [llvm/llvm-project] cb5829: [C11] Claim conformance to WG14 N1396 (#101214)

Aaron Ballman via All-commits all-commits at lists.llvm.org
Fri Aug 2 05:18:01 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cb58294f86212aeff45f4a303767fcf4ac7d82ba
      https://github.com/llvm/llvm-project/commit/cb58294f86212aeff45f4a303767fcf4ac7d82ba
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2024-08-02 (Fri, 02 Aug 2024)

  Changed paths:
    A clang/test/C/C11/n1396.c
    M clang/www/c_status.html

  Log Message:
  -----------
  [C11] Claim conformance to WG14 N1396 (#101214)

The crux of this paper is that floating point expressions can be
evaluated in a wider format, but the return statement in a function
should still return a value of the function's return type rather than
the wider format type.

Note, this is an Annex F conformance requirement and we do not currently
claim conformance to Annex F, so technically we conform either way.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list