Date: Sun, 14 May 2017 18:07:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219282] lang/x10: fails to build with lang/gcc6 or later Message-ID: <bug-219282-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219282 Bug ID: 219282 Summary: lang/x10: fails to build with lang/gcc6 or later Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: needs-patch Severity: Affects Only Me Priority: --- Component: Ports Framework Assignee: portmgr@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: bacon4000@gmail.com, freebsd-ports-bugs@FreeBSD.org Blocks: 219275 Flags: maintainer-feedback?(bacon4000@gmail.com) CC: bacon4000@gmail.com [exec] In file included from ./x10aux/double_utils.h:16:0, [exec] from ./x10aux/basic_functions.h:18, [exec] from ./x10aux/class_cast.h:20, [exec] from ./x10rt.h:11, [exec] from gen/x10/lang/OutOfMemoryError.h:4, [exec] from x10aux/alloc.cc:20: [exec] ./x10aux/math.h: In function 'bool x10aux::math::isinf(float)': [exec] ./x10aux/math.h:55:48: error: '::isinff' has not been declared [exec] inline type name(float v) { return ::name##f(v); }= \ [exec] ^ [exec] ./x10aux/math.h:67:9: note: in expansion of macro 'ALIAS_MATH_FUNC1' [exec] ALIAS_MATH_FUNC1(bool, isinf); [exec] ^~~~~~~~~~~~~~~~ [exec] ./x10aux/math.h: In function 'bool x10aux::math::isfinite(float= )': [exec] ./x10aux/math.h:55:48: error: '::isfinitef' has not been declar= ed [exec] inline type name(float v) { return ::name##f(v); }= \ [exec] ^ [exec] ./x10aux/math.h:83:9: note: in expansion of macro 'ALIAS_MATH_FUNC1' [exec] ALIAS_MATH_FUNC1(bool, isfinite); [exec] ^~~~~~~~~~~~~~~~ [exec] ./x10aux/math.h: In function 'int x10aux::math::signbit(float)': [exec] ./x10aux/math.h:55:48: error: '::signbitf' has not been declared [exec] inline type name(float v) { return ::name##f(v); }= \ [exec] ^ [exec] ./x10aux/math.h:85:9: note: in expansion of macro 'ALIAS_MATH_FUNC1' [exec] ALIAS_MATH_FUNC1(int, signbit); [exec] ^~~~~~~~~~~~~~~~ [exec] x10aux/alloc.cc: At global scope: [exec] x10aux/alloc.cc:128:16: warning: 'ssize_t mygetline(char**, size_t*, FILE*)' defined but not used [-Wunused-function] [exec] static ssize_t mygetline (char **lineptr, size_t *sz, FILE *f) [exec] ^~~~~~~~~ [exec] gmake[1]: *** [Makefile:264: x10aux/alloc.o] Error 1 build log: http://sprunge.us/YJGj Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219275 [Bug 219275] [exp-run] Update GCC_DEFAULT from 5 to 6 --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219282-13>