diff options
Diffstat (limited to 'gcc/ada/exp_attr.adb')
-rw-r--r-- | gcc/ada/exp_attr.adb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/exp_attr.adb b/gcc/ada/exp_attr.adb index 4dbd38f4c59..cc658a2471e 100644 --- a/gcc/ada/exp_attr.adb +++ b/gcc/ada/exp_attr.adb @@ -841,9 +841,7 @@ package body Exp_Attr is -- Internal attributes used to deal with Ada 2012 delayed aspects. These -- were already rejected by the parser. Thus they shouldn't appear here. - when Attribute_CPU | - Attribute_Dispatching_Domain | - Attribute_Interrupt_Priority => + when Internal_Attribute_Id => raise Program_Error; ------------ |