[LLVMbugs] [Bug 10737] Some issues with forward references in classes
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Aug 24 17:40:44 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10737
Eli Friedman <sharparrow1 at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #5 from Eli Friedman <sharparrow1 at yahoo.com> 2011-08-24 19:40:43 CDT ---
(In reply to comment #4)
> The bug now is:
>
> struct A {
> void func(foo);
> typedef int foo;
> };
>
> Should compile but does not.
That's not a bug.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list