mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user