[clang] fff2690 - [C23] Remove WG14 N2416 from the C status page

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 3 10:28:59 PDT 2024


Author: Aaron Ballman
Date: 2024-04-03T13:28:28-04:00
New Revision: fff2690eba58f3a548865b5246b09233663c680d

URL: https://github.com/llvm/llvm-project/commit/fff2690eba58f3a548865b5246b09233663c680d
DIFF: https://github.com/llvm/llvm-project/commit/fff2690eba58f3a548865b5246b09233663c680d.diff

LOG: [C23] Remove WG14 N2416 from the C status page

This paper did not add any normative changes for us to check
conformance against. It added a note describing a potential behavioral
difference between compile-time and runtime evaluation of negative
floating-point values in the presence of rounding modes.

Added: 
    

Modified: 
    clang/www/c_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/c_status.html b/clang/www/c_status.html
index 370d99b55b1312..bc27b20ce6487e 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -750,11 +750,6 @@ <h2 id="c2x">C23 implementation status</h2>
       <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2379.htm">N2379</a></td>
       <td class="unknown" align="center">Unknown</td>
     </tr>
-    <tr>
-      <td>Floating-point negation and conversion</td>
-      <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2416.pdf">N2416</a></td>
-      <td class="unknown" align="center">Unknown</td>
-    </tr>
     <tr>
       <td>Annex F.8 update for implementation extensions and rounding</td>
       <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2384.pdf">N2384</a></td>


        


More information about the cfe-commits mailing list