Re: [PATCH] middle-end/70090: Register __bdos for sanitizers if necessary

2022-05-11 Thread Jakub Jelinek via Gcc-patches
On Wed, May 11, 2022 at 07:41:31AM +0530, Siddhesh Poyarekar wrote: > The asan initializer registers __builtin_object_size for languages that > don't have it, e.g. Fortran. Register __builtin_dynamic_object_size too > (we need both because __builtin_dynamic_object_size computation may > involve

[PATCH] middle-end/70090: Register __bdos for sanitizers if necessary

2022-05-10 Thread Siddhesh Poyarekar
The asan initializer registers __builtin_object_size for languages that don't have it, e.g. Fortran. Register __builtin_dynamic_object_size too (we need both because __builtin_dynamic_object_size computation may involve generating __builtin_object_size as a fallback) so that