http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56723
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2013-03-25 Ever Confirmed|0 |1 --- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-03-25 18:46:46 UTC --- Unfortunately, only by chance "slightly": AFAICS the column is at the closing round bracket. Compare: int f (int *); int callf (int (*)(double *), int, int); int docall(void) { return callf (f, 23, 72); }