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.adb6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/switch-c.adb b/gcc/ada/switch-c.adb
index a5528810654..b0be8908b90 100644
--- a/gcc/ada/switch-c.adb
+++ b/gcc/ada/switch-c.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2001-2010, Free Software Foundation, Inc. --
+-- Copyright (C) 2001-2011, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -1058,6 +1058,10 @@ package body Switch.C is
Osint.Fail
("-gnatZ is no longer supported: consider using --RTS=zcx");
+ -- Note on language version switches: whenever a new language
+ -- version switch is added, function Switch.Is_Language_Switch and
+ -- procedure Switch.M.Normalize_Compiler_Switches must be updated.
+
-- Processing for 83 switch
when '8' =>