aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch12.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-08-31 10:43:42 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-31 10:43:42 +0200
commit56812278e832fe969c443ca1835863f974e4b9d2 (patch)
tree61b9423513f189f83c625631b581033c832eb05c /gcc/ada/sem_ch12.adb
parent7cda9727babdc93f846191782dcc4c0cdba25d26 (diff)
downloadgcc-56812278e832fe969c443ca1835863f974e4b9d2.zip
gcc-56812278e832fe969c443ca1835863f974e4b9d2.tar.gz
gcc-56812278e832fe969c443ca1835863f974e4b9d2.tar.bz2
[multiple changes]
2011-08-31 Jose Ruiz <ruiz@adacore.com> * s-taprop-linux.adb (Set_Task_Affinity): Avoid the use of anonymous access types. * affinity.c (__gnat_set_affinity_mask): Declare index variable. 2011-08-31 Yannick Moy <moy@adacore.com> * sem_ch8.adb (Analyze_Subprogram_Renaming): Refine expander test in full-expander test. Minor reformatting, renaming ALFA in Alfa (we dropped acronym) * einfo.adb (Primitive_Operations): Correctly return list of primitive operations in a case where it returned previously No_Elist. From-SVN: r178358
Diffstat (limited to 'gcc/ada/sem_ch12.adb')
-rw-r--r--gcc/ada/sem_ch12.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch12.adb b/gcc/ada/sem_ch12.adb
index 4cf739f..a88dfaf 100644
--- a/gcc/ada/sem_ch12.adb
+++ b/gcc/ada/sem_ch12.adb
@@ -3436,7 +3436,7 @@ package body Sem_Ch12 is
or else Might_Inline_Subp)
and then not Is_Actual_Pack
and then not Inline_Now
- and then not ALFA_Mode
+ and then not Alfa_Mode
and then (Operating_Mode = Generate_Code
or else (Operating_Mode = Check_Semantics
and then ASIS_Mode));