History log of /openbsd-current/regress/gnu/egcs/gcc-builtins/strcpy-1.c.exp
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.4 05-Dec-2017 deraadt

adjust for warning: warning repairs


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.3 25-Sep-2016 bluhm

Adapt more places where binutils-2.17 has changed the format of the
linker warning massages.


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.2 28-Dec-2013 martynas

- adjust getcwd-1.c.exp.gcc{3,4} after the getwd linker warning got added
- adjust gcc-builtins to use the same approach as gcc-bounds
- enable gcc-bounds and gcc-builtins in the default regression suite
now that everything passes


# 1.1 28-Dec-2013 martynas

Add regression tests to check whether GCC folds unsafe builtins and
actually shows the security warning. Also add some other cases
where GCC used to yield the warning but shouldn't (e.g. strncat
simplified into strcat).