Date: Wed, 02 Nov 2016 15:21:44 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 213993] math/kmplot: fix for lang/gcc5 Message-ID: <bug-213993-13-rap5zwNkxu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-213993-13@https.bugs.freebsd.org/bugzilla/> References: <bug-213993-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=3D213993 --- Comment #5 from Kenneth Salerno <kennethsalerno@yahoo.com> --- (In reply to Tobias C. Berner from comment #4) Hi, Tobias. Sorry for being so terse, I submitted 14 patches at once for lang/gcc5 :) /wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp: In member function 'QPointF View::toPixel(const QPointF&, View::ClipBehaviour, const QPointF&)': /wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:480:14: error: 'isnan' was not declared in this scope if ( isnan(x) ) ^ /wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:480:14: n= ote: suggested alternative: In file included from /wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:71:0: /usr/local/lib/gcc5/include/c++/cmath:862:5: note: 'std::isnan' isnan(_Tp __f) ^ /wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:500:15: error: 'isinf' was not declared in this scope if ( isinf(x) =3D=3D -1 ) ^ /wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:500:15: n= ote: suggested alternative: In file included from /wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:71:0: /usr/local/lib/gcc5/include/c++/cmath:853:5: note: 'std::isinf' isinf(_Tp __f) ^ /wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:507:14: error: 'isnan' was not declared in this scope if ( isnan(y) ) ^ /wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:507:14: n= ote: suggested alternative: In file included from /wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:71:0: /usr/local/lib/gcc5/include/c++/cmath:862:5: note: 'std::isnan' isnan(_Tp __f) ^ /wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:527:15: error: 'isinf' was not declared in this scope if ( isinf(y) =3D=3D -1 ) ^ /wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:527:15: n= ote: suggested alternative: In file included from /wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:71:0: /usr/local/lib/gcc5/include/c++/cmath:853:5: note: 'std::isinf' isinf(_Tp __f) ^ --=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-213993-13-rap5zwNkxu>