[Bug bootstrap/82091] [5 only] Build failure on macOS 10.13 with Xcode 9

2020-09-08 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82091

Francois-Xavier Coudert  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #7 from Francois-Xavier Coudert  ---
Fixed in newer versions.

[Bug bootstrap/82091] [5 only] Build failure on macOS 10.13 with Xcode 9

2018-05-20 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82091

--- Comment #6 from Jürgen Reuter  ---
I do see this error now also with the trunk version [r260425] under Darwin 17.5
with Xcode 9.3.1.

[Bug bootstrap/82091] [5 only] Build failure on macOS 10.13 with Xcode 9

2017-11-18 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82091

--- Comment #5 from Jürgen Reuter  ---
I can see this also for trunk r253992: 
In file included from ../../gcc/unique-ptr-tests.cc:23:
In file included from ../../gcc/../include/unique-ptr.h:77:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:639:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdexcept:250:4:
error: no member named 'fancy_abort' in namespace 'std::__1';
  did you mean simply 'fancy_abort'?
  _VSTD::abort();
  ^~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__config:392:15:
note: expanded from macro '_VSTD'
#define _VSTD std::_LIBCPP_NAMESPACE
  ^
../../gcc/system.h:725:13: note: 'fancy_abort' declared here
extern void fancy_abort (const char *, int, const char *)
^
In file included from ../../gcc/unique-ptr-tests.cc:23:
In file included from ../../gcc/../include/unique-ptr.h:77:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:639:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdexcept:261:5:
error: no member named 'fancy_abort' in namespace 'std::__1';
  did you mean simply 'fancy_abort'?
_VSTD::abort();
^~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__config:392:15:
note: expanded from macro '_VSTD'
#define _VSTD std::_LIBCPP_NAMESPACE
  ^
../../gcc/system.h:725:13: note: 'fancy_abort' declared here
extern void fancy_abort (const char *, int, const char *)
^
In file included from ../../gcc/unique-ptr-tests.cc:23:
In file included from ../../gcc/../include/unique-ptr.h:77:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:639:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdexcept:272:5:
error: no member named 'fancy_abort' in namespace 'std::__1';
  did you mean simply 'fancy_abort'?
_VSTD::abort();
^~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__config:392:15:
note: expanded from macro '_VSTD'
#define _VSTD std::_LIBCPP_NAMESPACE
  ^
../../gcc/system.h:725:13: note: 'fancy_abort' declared here
extern void fancy_abort (const char *, int, const char *)
^
In file included from ../../gcc/unique-ptr-tests.cc:23:
In file included from ../../gcc/../include/unique-ptr.h:77:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:3698:5:
error: no member named 'fancy_abort' in namespace 'std::__1'; did
  you mean simply 'fancy_abort'?
_VSTD::abort();
^~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__config:392:15:
note: expanded from macro '_VSTD'
#define _VSTD std::_LIBCPP_NAMESPACE
  ^
../../gcc/system.h:725:13: note: 'fancy_abort' declared here
extern void fancy_abort (const char *, int, const char *)
^
5 warnings and 10 errors generated.
make[3]: *** [unique-ptr-tests.o] Error 1
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2

[Bug bootstrap/82091] [5 only] Build failure on macOS 10.13 with Xcode 9

2017-11-18 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82091

Jürgen Reuter  changed:

   What|Removed |Added

 CC||juergen.reuter at desy dot de

--- Comment #4 from Jürgen Reuter  ---
I can see this also for trunk r253992: 
In file included from ../../gcc/unique-ptr-tests.cc:23:
In file included from ../../gcc/../include/unique-ptr.h:77:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:639:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdexcept:250:4:
error: no member named 'fancy_abort' in namespace 'std::__1';
  did you mean simply 'fancy_abort'?
  _VSTD::abort();
  ^~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__config:392:15:
note: expanded from macro '_VSTD'
#define _VSTD std::_LIBCPP_NAMESPACE
  ^
../../gcc/system.h:725:13: note: 'fancy_abort' declared here
extern void fancy_abort (const char *, int, const char *)
^
In file included from ../../gcc/unique-ptr-tests.cc:23:
In file included from ../../gcc/../include/unique-ptr.h:77:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:639:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdexcept:261:5:
error: no member named 'fancy_abort' in namespace 'std::__1';
  did you mean simply 'fancy_abort'?
_VSTD::abort();
^~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__config:392:15:
note: expanded from macro '_VSTD'
#define _VSTD std::_LIBCPP_NAMESPACE
  ^
../../gcc/system.h:725:13: note: 'fancy_abort' declared here
extern void fancy_abort (const char *, int, const char *)
^
In file included from ../../gcc/unique-ptr-tests.cc:23:
In file included from ../../gcc/../include/unique-ptr.h:77:
In file included from
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:639:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/stdexcept:272:5:
error: no member named 'fancy_abort' in namespace 'std::__1';
  did you mean simply 'fancy_abort'?
_VSTD::abort();
^~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__config:392:15:
note: expanded from macro '_VSTD'
#define _VSTD std::_LIBCPP_NAMESPACE
  ^
../../gcc/system.h:725:13: note: 'fancy_abort' declared here
extern void fancy_abort (const char *, int, const char *)
^
In file included from ../../gcc/unique-ptr-tests.cc:23:
In file included from ../../gcc/../include/unique-ptr.h:77:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:3698:5:
error: no member named 'fancy_abort' in namespace 'std::__1'; did
  you mean simply 'fancy_abort'?
_VSTD::abort();
^~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__config:392:15:
note: expanded from macro '_VSTD'
#define _VSTD std::_LIBCPP_NAMESPACE
  ^
../../gcc/system.h:725:13: note: 'fancy_abort' declared here
extern void fancy_abort (const char *, int, const char *)
^
5 warnings and 10 errors generated.
make[3]: *** [unique-ptr-tests.o] Error 1
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2

[Bug bootstrap/82091] [5 only] Build failure on macOS 10.13 with Xcode 9

2017-09-03 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82091

Jack Howarth  changed:

   What|Removed |Added

 CC||howarth.at.gcc at gmail dot com

--- Comment #3 from Jack Howarth  ---
Isn't this due to gcc-5-branch missing the proposed back port of...

https://gcc.gnu.org/ml/gcc-patches/2017-08/msg00476.html
https://gcc.gnu.org/ml/gcc-patches/2017-08/msg00478.html
https://gcc.gnu.org/ml/gcc-patches/2017-08/msg00477.html

Iain Sandoe said he could only approve the objc bits and was waiting for the
appropriate maintainers to approve the rest of the patch before it could be
applied to gcc-5-branch.

[Bug bootstrap/82091] [5 only] Build failure on macOS 10.13 with Xcode 9

2017-09-03 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82091

--- Comment #2 from Francois-Xavier Coudert  ---
Yes, on 6 and 7 the headers are included early, as my patch is doing here.

[Bug bootstrap/82091] [5 only] Build failure on macOS 10.13 with Xcode 9

2017-09-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82091

Andrew Pinski  changed:

   What|Removed |Added

   Target Milestone|--- |5.5
Summary|[5] Build failure on macOS  |[5 only] Build failure on
   |10.13 with Xcode 9  |macOS 10.13 with Xcode 9

--- Comment #1 from Andrew Pinski  ---
IIRC this has been patched in GCC 7 (maybe GCC 6 also).