http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49182
Summary: Fordward declarations of struct not usable in function
pointer types.
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49182
--- Comment #3 from Brad 2011-05-26 23:23:17
UTC ---
(In reply to comment #2)
> I forgot to mention GCC compiles it correctly with the C++ front-end.
Removing the typedefs will still cause compilation to error out not knowing
what a is. For exa
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49182
--- Comment #6 from Brad 2011-05-26 23:48:27
UTC ---
(In reply to comment #5)
> (In reply to comment #3)
> > (In reply to comment #2)
> > > I forgot to mention GCC compiles it correctly with the C++ front-end.
> >
> > Removing the typedefs will