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

Piotr Kubaj <pku...@anongoth.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #3 from Piotr Kubaj <pku...@anongoth.pl> ---
This issue wasn't completely fixed. babl builds on powerpc64 now, but I
discovered clang exiting with the same assert on powerpc, while building
x11/babl as well.

Reduced test case:
double a;
b() {
  if (a)
    ;
}

Compile with:
/usr/bin/cc -cc1 -triple powerpc-unknown-freebsd13.0 -emit-obj
-ffp-exception-behavior=strict model-cmyk-61260b.c

Compiling the same test case for powerpc64 and powerpcspe also makes clang fail
on the same assertion.

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

Reply via email to