public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Re: PR 57779 New debug check
@ 2013-08-02  2:42 David Edelsohn
  2013-08-02  3:02 ` Gabriel Dos Reis
  0 siblings, 1 reply; 6+ messages in thread
From: David Edelsohn @ 2013-08-02  2:42 UTC (permalink / raw)
  To: Francois Dumont; +Cc: Paolo Carlini, Jonathan Wakely, libstdc++, GCC Patches

This patch broke bootstrap on AIX and probably many other targets.

In file included from /tmp/20130801/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/
debug/safe_sequence.h:34:0,
                 from /nasfarm/edelsohn/src/src/libstdc++-v3/src/c++11/debug.cc:
26:
/tmp/20130801/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/debug/functions.h: In
function 'bool __gnu_debug::__foreign_iterator_aux4(const __gnu_debug::_Safe_ite
rator<_Iterator, _Sequence>&, _InputIterator, _PointerType1, _PointerType2)':
/tmp/20130801/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/debug/functions.h:189:
6: error: 'addressof' is not a member of 'std'
  __l(std::addressof(*__other),
      ^
/tmp/20130801/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/debug/functions.h:190:
6: error: 'addressof' is not a member of 'std'
      std::addressof(*(__it._M_get_sequence()->_M_base().begin())))
      ^
/tmp/20130801/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/debug/functions.h:191:
10: error: 'addressof' is not a member of 'std'
  || __ge(std::addressof(*__other),
          ^
/tmp/20130801/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/debug/functions.h:192:
3: error: 'addressof' is not a member of 'std'
   std::addressof(*(__it._M_get_sequence()->_M_base().end() - 1)) + 1);
   ^
/tmp/20130801/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/debug/functions.h: In
function 'bool __gnu_debug::__foreign_iterator_aux3(const __gnu_debug::_Safe_ite
rator<_Iterator, _Sequence>&, _InputIterator, std::true_type)':
/tmp/20130801/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/debug/functions.h:208:
6: error: '__addressof' is not a member of 'std'
  if (std::__addressof(*(__it._M_get_sequence()->_M_base().end() - 1))
      ^
/tmp/20130801/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/debug/functions.h:209:
8: error: '__addressof' is not a member of 'std'
      - std::__addressof(*(__it._M_get_sequence()->_M_base().begin()))
        ^
/tmp/20130801/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/debug/functions.h:212:
4: error: 'addressof' is not a member of 'std'
    std::addressof(*(__it._M_get_sequence()->_M_base().begin())),
    ^
/tmp/20130801/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/debug/functions.h:213:
4: error: 'addressof' is not a member of 'std'
    std::addressof(*__other));

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-08-02 10:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <51DDC4A0.6020008@gmail.com>
     [not found] ` <CAH6eHdS-X3B61M3+6NcYmiZ69Q80xda9JUMN7ciZgOC8=yZz8A@mail.gmail.com>
     [not found]   ` <51DEE0A9.9010809@oracle.com>
     [not found]     ` <CAH6eHdQtkAqrDTsSQ5S7xE8P2ABK3JzOAuYNvAB7pxOGWprXSQ@mail.gmail.com>
     [not found]       ` <51DF1291.6040404@gmail.com>
     [not found]         ` <CAH6eHdSdghzQ7NXQutXnVho6a=WVS-Dvnr37Q=myAEWVs2+JSA@mail.gmail.com>
     [not found]           ` <CAH6eHdT=x7djoPSA1Ach9oeENEpz9WH8rGu5jSg4uiEwg+jowA@mail.gmail.com>
     [not found]             ` <51E45AB2.10000@gmail.com>
     [not found]               ` <775842B8-CCCC-4126-9577-AF34711D5123@oracle.com>
     [not found]                 ` <CAH6eHdQ9RO8ycEscmaAiJZQqntLk4tHboeK1TjcJydTVxXovHw@mail.gmail.com>
     [not found]                   ` <51EEE901.4010107@gmail.com>
     [not found]                     ` <51EF9530.3010702@oracle.com>
     [not found]                       ` <51F03BF4.6080207@gmail.com>
     [not found]                         ` <51F050BC.1060106@oracle.com>
2013-07-31 20:01                           ` PR 57779 New debug check François Dumont
2013-07-31 22:40                             ` Paolo Carlini
2013-08-01 20:00                               ` François Dumont
2013-08-02  2:42 David Edelsohn
2013-08-02  3:02 ` Gabriel Dos Reis
2013-08-02  6:54   ` Paolo Carlini
2013-08-02  7:37     ` Paolo Carlini
2013-08-02 10:37       ` Gabriel Dos Reis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).