Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2017 20:14:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216770] lang/julia: fails to build with clang 4.0
Message-ID:  <bug-216770-13-5gSxesGWjK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216770-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216770-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216770

--- Comment #11 from commit-hook@freebsd.org ---
A commit references this bug:

Author: dim
Date: Mon Feb 13 20:13:29 UTC 2017
New revision: 313706
URL: https://svnweb.freebsd.org/changeset/base/313706

Log:
  For now, compile all of contrib/gdtoa without requiring strict aliasing,
  since it is using type punning of union members, and clang does not yet
  support gcc's extensions which allow this (refer to
  https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#Type%2dpunning
  for more information).

  This should fix strtod(3) return values for the lang/julia port, so it
  does not fail on an assertion during its build.

  PR:           216770

Changes:
  projects/clang400-import/lib/libc/gdtoa/Makefile.inc

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216770-13-5gSxesGWjK>