aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@adacore.com>2024-05-15 12:50:58 -0400
committerMarc Poulhiès <poulhies@adacore.com>2024-06-20 10:50:51 +0200
commit20f5d5e09df70e7563242059a4d2bf1e3b07bcaa (patch)
tree66fab9a32038102b0291f58e274e2f3bfaec5cd9
parent23c332e2a56dc93e3c00e745e08396762a33204e (diff)
downloadgcc-20f5d5e09df70e7563242059a4d2bf1e3b07bcaa.zip
gcc-20f5d5e09df70e7563242059a4d2bf1e3b07bcaa.tar.gz
gcc-20f5d5e09df70e7563242059a4d2bf1e3b07bcaa.tar.bz2
ada: Document -gnatd_w for CCG
gcc/ada/ * debug.adb: Add documentation for -gnatd_w.
-rw-r--r--gcc/ada/debug.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb
index 602a8fa..97f88b7 100644
--- a/gcc/ada/debug.adb
+++ b/gcc/ada/debug.adb
@@ -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.