Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 19:03:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 202665] clang++ core dump during compile with invalid syntax
Message-ID:  <bug-202665-29464-Ea5ubNmMIK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202665-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202665-29464@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=3D202665

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: dim
Date: Tue Feb 27 19:02:50 UTC 2018
New revision: 330080
URL: https://svnweb.freebsd.org/changeset/base/330080

Log:
  Avoid using the C++11 auto keyword, which was introduced in r328555, as
  part of an upstream change.  This is not supported by gcc 4.2.1, which
  is still the default system compiler for some architectures.

  Direct commit to stable/9 and stable/10, since this does not apply to
  stable/11 and head.

  Reported by:  jau@iki.fi
  PR:           202665,226068

Changes:
  stable/10/contrib/llvm/tools/clang/lib/Sema/SemaInit.cpp
  stable/9/contrib/llvm/tools/clang/lib/Sema/SemaInit.cpp

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202665-29464-Ea5ubNmMIK>