Paul Koning <[EMAIL PROTECTED]> writes:

| This test program:
| 
| struct bar;
| 
| template <class T> struct bar *foo (T *p)
| {
|     return p->t;
| }
| 
| produces an error in 4.0.0:

yes, a parser bug.
good candidate for bugzilla PR.

-- Gaby

Reply via email to