Lets $A\subset \mathbb F$ where $\mathbb F$ is an arbitrary field. Is is correct, that there are two possibilities?
- $A=\{0\}$, then $\gcd(A)=A$
- $A\neq\{0\}$, then $\gcd(A)=A\backslash\{0\}$
My reasoning here would be: If $0$ is a common divisor of all elements in $A$, then $\gcd$ must be divisible by $0$ which is only the case for $0$ itself. If any nonzereo element is in $A$, then a common divisor can only be another nonzero element. This yields $A\backslash\{0\}$ because those are all associated.
In the first case, the gcd set would be $\{0\}$; no nonzero element would be in the gcd set because the nonzero elements all divide $0$, so $0$ is a "greater" common divisor.
In the case where there is some $x \in A$ s.t. $x \neq 0$, any nonzero element of $\mathbb{F}$ (not only those of $A$) would be in the gcd set because they all divide every element of $A$ (since they all divide $1$, as they are all invertible), and they are all associates. So the gcd set would be $\mathbb{F}\setminus\{0\}$.
As Buh pointed out in the comments, there is a third case -- $A = \varnothing$ -- which has a gcd set $\{0\}$.