Basil L. Contovounesios wrote: > Isn't this saying that C23 [[reproducible]] is stricter than GCC pure? > https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2956.htm#some-differences-with-gcc-const-and-pure
Yes: [1], section "Note on GCC attributes", also claims that "pure is more relaxed than [[reproducible]]". Bruno [1] https://stackoverflow.com/questions/76847905/