------- Comment #2 from sabre at nondot dot org 2008-08-14 04:23 ------- FYI, clang produces:
t.c:3:3: error: called object is not a function or function pointer (p - q)(); ^~~~~~~~~ t.c:8:3: error: called object is not a function or function pointer (p < q ? p : q)(); ^~~~~~~~~~~~~~~~~ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35441