On Fri, 24 Mar 2017, Diego Biurrun wrote:

These compilers pass the inline assembly check, but fail to compile
our inline assembly in various ways.
---

Martin, better log message welcome :)

configure | 1 +
1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index d9609fc..2d84700 100755
--- a/configure
+++ b/configure
@@ -5074,6 +5074,7 @@ elif enabled tms470; then
    disable inline_asm
elif enabled pathscale; then
    add_cflags -fstrict-overflow -OPT:wrap_around_unsafe_opt=OFF
+    disable inline_asm
elif enabled_any msvc icl; then
    enabled x86_32 && disable aligned_stack
    enabled_all x86_32 debug && add_cflags -Oy-
--
2.1.4

I don't actually know anything about the pathscale compiler other than what I saw in the red fate instances, so not sure if this is generally an issue with them, or just the setup in that particular fate instance. So I'd rather defer this until someone who actually knows the compiler can comment.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to