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

            Bug ID: 15935
           Summary: 3.3 rc1 testing result
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

I did an LTO bootstrap and most things work. The issues I know of that I think
need to be fixed before the release are:

* Bug 15882 is present. r181286 needs to be ported.
* With optimizations clang will still "miscompile"

extern "C" {
  __attribute__((used)) static void f() {
  }
}

by not having a 'f' symbol. I say "miscompile" because that is not actually
required by the standard, but has the potential to break quiet a bit of code.

The patch to fix this in under review at

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130506/173920.html

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