[Bug target/61407] Build errors on latest OS X 10.10 Yosemite with Xcode 6 on GCC 4.8.3
howarth.at.gcc at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Aug 26 17:28:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407
Jack Howarth <howarth.at.gcc at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |howarth.at.gcc at gmail dot com
--- Comment #28 from Jack Howarth <howarth.at.gcc at gmail dot com> ---
I noticed that MacPorts is using…
#if SANITIZER_MAC && ( !defined(__DARWIN_64_BIT_INO_T) ||
__DARWIN_64_BIT_INO_T)
and
# if ! defined(__DARWIN_64_BIT_INO_T) || __DARWIN_64_BIT_INO_T
rather than just…
#if SANITIZER_MAC && __DARWIN_64_BIT_INO_T
and
# if __DARWIN_64_BIT_INO_T
in their patch for gcc49…
https://trac.macports.org/browser/trunk/dports/lang/gcc49/files/patch-10.10.diff
Should we be doing the same?
More information about the Gcc-bugs
mailing list