aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/make.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-06-23 08:39:36 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-06-23 08:39:36 +0200
commitcd5a975094d0ef72cacd28e5334b6f83b6c1eadd (patch)
treec4111d0cf04a3fbaafe28dc59388d2a63c26f0ad /gcc/ada/make.adb
parent3aee21ef61bb90e6806563e326837316023185e8 (diff)
downloadgcc-cd5a975094d0ef72cacd28e5334b6f83b6c1eadd.zip
gcc-cd5a975094d0ef72cacd28e5334b6f83b6c1eadd.tar.gz
gcc-cd5a975094d0ef72cacd28e5334b6f83b6c1eadd.tar.bz2
[multiple changes]
2010-06-23 Robert Dewar <dewar@adacore.com> * freeze.adb: Minor reformatting. 2010-06-23 Bob Duff <duff@adacore.com> * g-pehage.adb (Trim_Trailing_Nuls): Fix the code to match the comment. 2010-06-23 Vincent Celier <celier@adacore.com> * make.adb (Compile_Sources): Complete previous change. 2010-06-23 Ed Schonberg <schonberg@adacore.com> * sem_ch6.adb (Add_Extra_Formal): Use suffix "C" in the name of the Constrained extra formal. 2010-06-23 Ed Schonberg <schonberg@adacore.com> * exp_ch13.adb (Expand_Freeze_Actions): If validity checks and Initialize_Scalars are enabled, compile the generated equality function for a composite type with full checks enabled, so that validity checks are performed on individual components. From-SVN: r161250
Diffstat (limited to 'gcc/ada/make.adb')
-rw-r--r--gcc/ada/make.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb
index fe157b0..d1cafbf 100644
--- a/gcc/ada/make.adb
+++ b/gcc/ada/make.adb
@@ -2449,7 +2449,7 @@ package body Make is
Need_To_Check_Standard_Library : Boolean :=
(Check_Readonly_Files or Must_Compile)
- and Unique_Compile;
+ and not Unique_Compile;
procedure Add_Process
(Pid : Process_Id;