[LLVMbugs] [Bug 16469] New: Rejects-valid with decltype and exception specification

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jun 26 17:42:28 PDT 2013


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

            Bug ID: 16469
           Summary: Rejects-valid with decltype and exception
                    specification
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++11
          Assignee: unassignedclangbugs at nondot.org
          Reporter: sharparrow1 at yahoo.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Testcase:
void f() noexcept;
decltype(f)**g;

<stdin>:2:14: error: exception specifications are not allowed beyond a single
level of indirection
decltype(f)**g;
             ^
1 error generated.

This testcase is well-formed, as far as I can tell.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130627/6ad96ae0/attachment.html>


More information about the llvm-bugs mailing list