[LLVMbugs] [Bug 6448] clang -fsyntax-only fails on something g++ accepts

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 1 11:03:53 PST 2010


http://llvm.org/bugs/show_bug.cgi?id=6448

Douglas Gregor <dgregor at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Douglas Gregor <dgregor at apple.com> 2010-03-01 13:03:53 CST ---
In all of these cases, the code is ill-formed because it is missing a
"template" keyword after the "->". We should produce a better diagnostic, but
that's PR5404.

-- 
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