[LLVMbugs] [Bug 6454] clang -fsyntax-only fails on something g++ accepts [3]
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Mar 1 12:56:23 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=6454
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 14:56:22 CST ---
Clang is correct here. There are no type-dependent arguments in the call to
_Data_allocate, so name lookup fails at template definition time.
--
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