aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/prj-tree.adb
diff options
context:
space:
mode:
authorEmmanuel Briot <briot@adacore.com>2009-11-30 11:38:12 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2009-11-30 12:38:12 +0100
commit33f9ea08c652e009b218398cf9c98dab7e9af7af (patch)
treee8e32375adf3a0ce406c14d3d2ae986aeaa030c9 /gcc/ada/prj-tree.adb
parent566d1cc10c256f8f64619a7f5d1035fdb23e66f7 (diff)
downloadgcc-33f9ea08c652e009b218398cf9c98dab7e9af7af.zip
gcc-33f9ea08c652e009b218398cf9c98dab7e9af7af.tar.gz
gcc-33f9ea08c652e009b218398cf9c98dab7e9af7af.tar.bz2
prj-tree.adb (Create_Attribute): Fix handling of VMS and Windows
2009-11-30 Emmanuel Briot <briot@adacore.com> * prj-tree.adb (Create_Attribute): Fix handling of VMS and Windows * prj-attr.ads: Minor comment updates From-SVN: r154790
Diffstat (limited to 'gcc/ada/prj-tree.adb')
-rw-r--r--gcc/ada/prj-tree.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/prj-tree.adb b/gcc/ada/prj-tree.adb
index 27e3520..b35d889 100644
--- a/gcc/ada/prj-tree.adb
+++ b/gcc/ada/prj-tree.adb
@@ -3078,7 +3078,9 @@ package body Prj.Tree is
if At_Index /= 0 then
if Attribute_Kind_Of (Start_At) =
- Optional_Index_Associative_Array
+ Optional_Index_Associative_Array
+ or else Attribute_Kind_Of (Start_At) =
+ Optional_Index_Case_Insensitive_Associative_Array
then
-- Results in: for Name ("index" at index) use "value";
-- This is currently only used for executables