[Ada] Avoid repeated analysis of constraint ranges
gcc/ada/ * sem_ch3.adb (Constraint_Index): Remove redundant problematic analysis.
This commit is contained in:
parent
05b7561e37
commit
60b803a7f1
1 changed files with 0 additions and 2 deletions
|
@ -14171,8 +14171,6 @@ package body Sem_Ch3 is
|
||||||
then
|
then
|
||||||
-- A Range attribute will be transformed into N_Range by Resolve
|
-- A Range attribute will be transformed into N_Range by Resolve
|
||||||
|
|
||||||
Analyze (S);
|
|
||||||
Set_Etype (S, T);
|
|
||||||
R := S;
|
R := S;
|
||||||
|
|
||||||
Process_Range_Expr_In_Decl (R, T);
|
Process_Range_Expr_In_Decl (R, T);
|
||||||
|
|
Loading…
Add table
Reference in a new issue