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

            Bug ID: 22292
           Summary: Segmentation fault when diagnosing error
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 13716
  --> http://llvm.org/bugs/attachment.cgi?id=13716&action=edit
source

Crashes when trying to compile the following C++ code:

unsigned a[32];
unsigned *prio_bits_array = a;
template<unsigned I> void f() {
    __atomic_store_n(prio_op_array + I, false, __ATOMIC_RELAXED);
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to