[PATCH] fix compatability typos

2023-04-11 Thread Reini Urban via Gcc-patches
gcc/Changelog: * gcc/config/arm/arm.cc(arm_print_asm_arch_directives): fix compatability typo * gcc/fortran/gfortran.texi(intrinsics): fix compatability typo * gcc/fortran/invoke.texi(-fdec-math): fix compatability typo * gcc/m2/gm2-compiler/M2Base.def(CannotCheckTypeInPass3): fix comp

[PATCH] fix for __sanitizer_struct_mallinfo with mallinfo2

2023-03-19 Thread Reini Urban via Gcc-patches
Fix sanititzers with mallinfo2 e.g fedora already uses mallinfo2 with long v[10]; -- Reini Urban From 074b5b5d073137762a3bbef3cece5646cea537b5 Mon Sep 17 00:00:00 2001 From: Reini Urban Date: Sat, 12 Mar 2022 09:52:36 +0100 Subject: [PATCH 1/2] __sanitizer_struct_mallinfo vs mallinfo2 size asser