[Bug 221288] lang/gcc5 links against libsupc++ when compiling

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 8 19:04:17 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221288

--- Comment #7 from Mark Millard <markmi at dsl-only.net> ---
(In reply to Mark Millard from comment #5)

FYI: An older report of the threading issues
with the tiny program:

static void f() {}

int main(int, const char* [])
{
  auto a0{ std::async( std::launch::async, f ) };
  a0.get();
  return 0;
}

is bugzilla 212330 .

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


More information about the freebsd-toolchain mailing list