diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-10-04 11:12:18 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-10-04 11:12:18 +0200 |
commit | 65f7ed64ca282f4c084499723a96c47085faaab8 (patch) | |
tree | 5c4a4a3d3a91aa0e0ba8ef824071967b4ac40d15 /gcc/ada/prj-proc.adb | |
parent | a40ada7ef7d7a4e6d66af16425d1135d15129404 (diff) | |
download | gcc-65f7ed64ca282f4c084499723a96c47085faaab8.zip gcc-65f7ed64ca282f4c084499723a96c47085faaab8.tar.gz gcc-65f7ed64ca282f4c084499723a96c47085faaab8.tar.bz2 |
[multiple changes]
2012-10-04 Vincent Celier <celier@adacore.com>
* prj-proc.adb (Recursive_Process): Use project directory
display path name as the value of 'Project_Dir.
2012-10-04 Robert Dewar <dewar@adacore.com>
* exp_ch4.adb (Expand_Compare_Minimize_Eliminate_Overflow):
Deal with case where we get a bignum operand and cannot do a
range analysis.
* sem_eval.adb (Why_Not_Static): Deal with bignum operands
2012-10-04 Ed Schonberg <schonberg@adacore.com>
* sem_ch4.adb (Find_Unary_Types): Within an instance, an
interpretation that involves a predefied arithmetic operator is
not a candidate if the corresponding generic formal type is not
a numeric type.
* sem_util.ads, sem_util.adb (Corresonding_Generic_Type): If a
type is a generic actual type within an instance, return the
corresponding formal in the generic unit, otherwise return
Any_Type.
From-SVN: r192071
Diffstat (limited to 'gcc/ada/prj-proc.adb')
-rw-r--r-- | gcc/ada/prj-proc.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/prj-proc.adb b/gcc/ada/prj-proc.adb index 19a92e9..cb9d533 100644 --- a/gcc/ada/prj-proc.adb +++ b/gcc/ada/prj-proc.adb @@ -2850,7 +2850,7 @@ package body Prj.Proc is Add_Attributes (Project, Name, - Name_Id (Project.Directory.Name), + Name_Id (Project.Directory.Display_Name), In_Tree.Shared, Project.Decl, Prj.Attr.Attribute_First, |