gcd and simp:false;



I'm confused why the gcd function does not respect simp:false.

(%i1) simp:false$
(%i2) gcd(x,y);
(%o2) 1

Any suggestions?
Chris