aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/debug.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-07-18 11:23:28 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-18 11:23:28 +0200
commitc7a7f405b33e48462f58c56036cfb0583f31dc5b (patch)
treeb02ad286762b2a84132da63b62041a80f09d3126 /gcc/ada/debug.adb
parentbaa571ab785c7b183d1dda08a077d1658e28c4f1 (diff)
downloadgcc-c7a7f405b33e48462f58c56036cfb0583f31dc5b.zip
gcc-c7a7f405b33e48462f58c56036cfb0583f31dc5b.tar.gz
gcc-c7a7f405b33e48462f58c56036cfb0583f31dc5b.tar.bz2
[multiple changes]
2014-07-18 Vincent Celier <celier@adacore.com> * par-ch4.adb (Simple_Expression): Add missing style check for binary adding operators. (Term): Add missing style check for multiplying operators. 2014-07-18 Robert Dewar <dewar@adacore.com> * impunit.adb: Minor comment correction. * widechar.adb, s-wchcon.ads: Minor comment corrections. From-SVN: r212783
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r--gcc/ada/debug.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb
index 869b8cd..1299a25 100644
--- a/gcc/ada/debug.adb
+++ b/gcc/ada/debug.adb
@@ -134,7 +134,7 @@ package body Debug is
-- d.N Add node to all entities
-- d.O Dump internal SCO tables
-- d.P Previous (non-optimized) handling of length comparisons
- -- d.Q
+ -- d.Q Previous (incomplete) style check for binary operators
-- d.R Restrictions in ali files in positional form
-- d.S Force Optimize_Alignment (Space)
-- d.T Force Optimize_Alignment (Time)