a68: disable psABI warnings for Algol 68

Signed-off-by: Jose E. Marchesi <jemarch@gnu.org>

gcc/algol68/ChangeLog

	* a68-lang.cc (a68_post_options): Disable psABI warnings.
This commit is contained in:
Jose E. Marchesi
2026-01-04 23:40:49 +01:00
parent ae06660928
commit 6cf7cea10e

View 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;
}