Martin Sebor <mse...@gmail.com> writes: > Recent libgcc builds have been triggering -Wbuiltin-declaration-mismatch > due to the declaration of the __clear_cache built-in being incompatible > with how GCC declares it internally. The attached patch adjusts > the libgcc declaration and the one in the manual to match what GCC > expects. > > Tested on x86_64-linux.
OK, thanks. Richard