The draft semantics of eq? and eqv? as applied to procedures should return to the IEEE/R5RS rules, as distinct from the R6RS rule that procedure equivalence is completely implementation-dependent.
WG1 has already unanimously agreed with this statement.
Note: This objection was raised originally by Gerry Sussman. Vincent Stewart Manis, Alan Watson, Jussi Piitulainen, Sudarshan S. Chawathe agree.
The WG decided to return to the R5RS semantics of eqv?, but defined eq? on procedures to return true if the procedures have the same location tags, thus allowing divergence between eqv? and eq? in the case of having different location tags.