[LLVMbugs] [Bug 10458] poor diagnostic when trying to use 'auto' not in '0x mode
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Sep 4 13:39:20 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10458
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> 2011-09-04 15:39:19 CDT ---
r139103 fixes the issue with new-type-ids. For error recovery, we now handle
'auto' well enough to pass the C++0x 'auto' test suite in C++98 mode (apart
from the ExtWarn warnings and no error when using 'auto' as a storage class
specifier).
--
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