[Bug c/49182] New: Fordward declarations of struct not usable in function pointer types.

2011-05-26 Thread brad.lionberger at intel dot com
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

[Bug c/49182] Fordward declarations of struct not usable in function pointer types.

2011-05-26 Thread brad.lionberger at intel dot com
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

[Bug c/49182] Fordward declarations of struct not usable in function pointer types.

2011-05-26 Thread brad.lionberger at intel dot com
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