diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-01-03 12:12:15 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-01-03 12:12:15 +0100 |
commit | 8190087e812225b4a1cf5bab944a3c3d1c476d0e (patch) | |
tree | 350e960ba4b34da39e02ac8ef4aa2a786cd24b4f /gcc/ada/usage.adb | |
parent | 6f5c2c4b49db5e9eafff76c7beae96e585afbfe6 (diff) | |
download | gcc-8190087e812225b4a1cf5bab944a3c3d1c476d0e.zip gcc-8190087e812225b4a1cf5bab944a3c3d1c476d0e.tar.gz gcc-8190087e812225b4a1cf5bab944a3c3d1c476d0e.tar.bz2 |
[multiple changes]
2013-01-03 Thomas Quinot <quinot@adacore.com>
* gnat_rm.texi, freeze.adb (Check_Component_Storage_Order): Check that
a record extension has the same scalar storage order as the parent type.
2013-01-03 Thomas Quinot <quinot@adacore.com>
* exp_ch4.adb: Add comment.
2013-01-03 Vincent Celier <celier@adacore.com>
* prj.adb: Minor spelling error correction in comment.
2013-01-03 Vincent Celier <celier@adacore.com>
* gnatcmd.adb (GNATCmd): If a single main has been specified
as an absolute path, use its simple file name to find specific
switches, instead of the absolute path.
2013-01-03 Javier Miranda <miranda@adacore.com>
* sem_warn.adb (Warn_On_Overlapping_Actuals): For overlapping
parameters that are record types or array types generate warnings
only compiling under -gnatw.i
* opt.ads (Extensions_Allowed): Restore previous documentation.
2013-01-03 Vincent Celier <celier@adacore.com>
* prj-conf.adb (Do_Autoconf): If Target is specified in the
main project, but not on the command line, use the Target in
the project to invoke gprconfig in auto-configuration.
* makeutl.ads (Default_Config_Name): New constant String.
2013-01-03 Arnaud Charlet <charlet@adacore.com>
* usage.adb: Minor: fix typo in usage.
2013-01-03 Thomas Quinot <quinot@adacore.com>
* sem_ch13.adb (Analyze_Record_Representation_Clause): Reject
an illegal component clause for an inherited component in a
record extension.
From-SVN: r194849
Diffstat (limited to 'gcc/ada/usage.adb')
-rw-r--r-- | gcc/ada/usage.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb index 769afde..48fe87d 100644 --- a/gcc/ada/usage.adb +++ b/gcc/ada/usage.adb @@ -502,7 +502,7 @@ begin Write_Line (" L* turn off warnings for missing " & "elaboration pragma"); Write_Line (" .l turn on info messages for inherited aspects"); - Write_Line (" .L* turn off info messages for inherited aspects"); + Write_Line (" .L* turn off info messages for inherited aspects"); Write_Line (" m+ turn on warnings for variable assigned " & "but not read"); Write_Line (" M* turn off warnings for variable assigned " & |