[Bug 216707] exp-run: Update lang/gcc from GCC 4.9 to GCC 5
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Feb 5 13:30:23 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216707
--- Comment #16 from commit-hook at 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_buf
[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=c++11 or -std=gnu++11
PR: 216707
Reported by: antoine (via exp-run)
Changes:
head/audio/smasher/Makefile
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list