Date: Sun, 05 Feb 2017 13:30:22 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 216707] exp-run: Update lang/gcc from GCC 4.9 to GCC 5 Message-ID: <bug-216707-13-ZhGXzdAYLX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-216707-13@https.bugs.freebsd.org/bugzilla/> References: <bug-216707-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=3D216707 --- Comment #16 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Sun Feb 5 13:30:01 UTC 2017 New revision: 433405 URL: https://svnweb.freebsd.org/changeset/ports/433405 Log: audio/smasher: unbreak with gcc5 or later (runtime still broken) In file included from /usr/local/lib/gcc5/include/c++/string:52:0, from /usr/local/include/wx-2.8/wx/string.h:176, from /usr/local/include/wx-2.8/wx/memory.h:16, from /usr/local/include/wx-2.8/wx/object.h:20, from /usr/local/include/wx-2.8/wx/event.h:17, from /usr/local/include/wx-2.8/wx/window.h:19, from /usr/local/include/wx-2.8/wx/control.h:23, from /usr/local/include/wx-2.8/wx/checkbox.h:19, from settingsbook.cpp:4: /usr/local/lib/gcc5/include/c++/bits/basic_string.h: In instantiation of 'union std::__cxx11::basic_string<wxPoint>::<anonymous>': /usr/local/lib/gcc5/include/c++/bits/basic_string.h:119:7: required from 'class std::__cxx11::basic_string<wxPoint>' fxplotwindow.h:12:32: required from here /usr/local/lib/gcc5/include/c++/bits/basic_string.h:121:53: error: member 'wxPoint std::__cxx11::basic_string<wxPoint>::<anonymous union>::_M_local_b= uf [2]' with constructor not allowed in union _CharT _M_local_buf[_S_local_capacity + 1]; ^ /usr/local/lib/gcc5/include/c++/bits/basic_string.h:121:53: note: unrestricted unions only available with -std=3Dc++11 or -std=3Dgnu++11 PR: 216707 Reported by: antoine (via exp-run) Changes: head/audio/smasher/Makefile --=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-216707-13-ZhGXzdAYLX>