]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
a68: disable psABI warnings for Algol 68
authorJose E. Marchesi <jose.marchesi@oracle.com>
Sun, 4 Jan 2026 22:40:49 +0000 (23:40 +0100)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Sun, 4 Jan 2026 22:42:22 +0000 (23:42 +0100)
Signed-off-by: Jose E. Marchesi <jemarch@gnu.org>
gcc/algol68/ChangeLog

* a68-lang.cc (a68_post_options): Disable psABI warnings.

gcc/algol68/a68-lang.cc

index ea794c8bdf83fdd5fc6fb5c15eaae7822a085304..c8e0a5767af5e53c83f071f67792a2dab8f9da09 100644 (file)
@@ -632,6 +632,9 @@ a68_post_options (const char **filename ATTRIBUTE_UNUSED)
   if (flag_bounds_check)
     OPTION_BOUNDS_CHECKING (&A68_JOB) = true;
 
+  /* No psABI change warnings for Algol 68.  */
+  warn_psabi = 0;
+
   return false;
 }