aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/switch-c.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/switch-c.adb')
-rw-r--r--gcc/ada/switch-c.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/switch-c.adb b/gcc/ada/switch-c.adb
index 7668fce..43b69f1 100644
--- a/gcc/ada/switch-c.adb
+++ b/gcc/ada/switch-c.adb
@@ -274,7 +274,7 @@ package body Switch.C is
Osint.Fail ("RTS path not valid: missing "
& "adainclude directory");
- elsif RTS_Lib_Path_Name = null then
+ else pragma Assert (RTS_Lib_Path_Name = null);
Osint.Fail ("RTS path not valid: missing "
& "adalib directory");
end if;