https://bugs.llvm.org/show_bug.cgi?id=34323

            Bug ID: 34323
           Summary: DW_OP_bit_piece refactoring broke handling of Q0 and
                    friends on SPARC64
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Common Code Generator Code
          Assignee: apra...@apple.com
          Reporter: jo...@netbsd.org
                CC: llvm-bugs@lists.llvm.org

Compile

  long double a; fn1() { long double _Complex b = a = b * 1.0L; }

with -O2 -g -target sparc64 and watch it assert due to oversized debug
fragments. This is fallout from r289266.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to