]> git.ipfire.org Git - thirdparty/gcc.git/blob - libatomic/fand_n.c
* omp-low.c (lower_rec_input_clauses): Handle references properly
[thirdparty/gcc.git] / libatomic / fand_n.c
1 #define NAME and
2 #define OP(X,Y) ((X) & (Y))
3 #include "fop_n.c"