]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Document -gnatd_w for CCG
authorRichard Kenner <kenner@adacore.com>
Wed, 15 May 2024 16:50:58 +0000 (12:50 -0400)
committerMarc Poulhiès <poulhies@adacore.com>
Thu, 20 Jun 2024 08:50:51 +0000 (10:50 +0200)
gcc/ada/

* debug.adb: Add documentation for -gnatd_w.

gcc/ada/debug.adb

index 602a8fa0b635ae2b5a3ce8421ae1476d052c18c7..97f88b7664f3f0b291dc93a9b43b948cd50b34f1 100644 (file)
@@ -159,7 +159,7 @@ package body Debug is
    --  d_t  In LLVM-based CCG, dump LLVM IR after transformations are done
    --  d_u  In LLVM-based CCG, dump flows
    --  d_v  Enable additional checks and debug printouts in Atree
-   --  d_w
+   --  d_w  In LLVM-based CCG, don't send front end data to CCG
    --  d_x  Disable inline expansion of Image attribute for enumeration types
    --  d_y
    --  d_z
@@ -1011,6 +1011,8 @@ package body Debug is
 
    --  d_v  Enable additional checks and debug printouts in Atree
 
+   --  d_w  In LLVM-based CCG, don't send front end data to CCG
+
    --  d_x  The compiler does not expand in line the Image attribute for user-
    --       defined enumeration types and the standard boolean type.