Fix out-of-bounds in gcov.c (PR gcov-profile/85871).
[official-gcc.git] / libatomic / fnand_n.c
bloba3c98c70494802811eb2fed04e1e5e112ce53c18
1 #define NAME nand
2 #define OP(X,Y) ~((X) & (Y))
3 #include "fop_n.c"