diff --git a/benchmarks/bugs/bug-extrude.geo b/benchmarks/bugs/bug-extrude.geo
index 9aadb4299bee4d18bbaa0f3736c57c16b614c619..7a2d24d5e3395d3ad3c13030baf58aff284162a7 100644
--- a/benchmarks/bugs/bug-extrude.geo
+++ b/benchmarks/bugs/bug-extrude.geo
@@ -73,4 +73,10 @@ Line Loop(54) = {-45,44};
 Plane Surface(55) = {54};
 
 // extruding this makes Gmsh go nuts
+
+// we just need to generalize 
+// int compareTwoCurves(const void *a, const void *b)
+// in Geo/CAD.cpp
+// Currently, we only compare start/end points ...
+
 Extrude Surface {51, {0,0,3}};