CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2019/07/25 08:17:11
Modified files: regress/gnu/egcs/gcc-bounds: Makefile regress/gnu/egcs/gcc-builtins: Makefile Log message: Since switching from bfd to lld linker there are no warnings about insecure libc functions anymore. To avoid false positives, change the regress result from FAILED to EXPECTED_FAIL if lld is used. When lld will support this feature, the regress tests can be enabled again. OK deraadt@