public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/58938] New: [4.7/4.8/4.9 Regression] std::exception_ptr is missing on architectures with incomplete atomic int support
@ 2013-10-31 11:17 rafal at rawicki dot org
  2013-10-31 12:19 ` [Bug libstdc++/58938] " paolo.carlini at oracle dot com
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: rafal at rawicki dot org @ 2013-10-31 11:17 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58938

            Bug ID: 58938
           Summary: [4.7/4.8/4.9 Regression] std::exception_ptr is missing
                    on architectures with incomplete atomic int support
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rafal at rawicki dot org

In file ./libstdc++-v3/libsupc++/exception (also in trunk) bits/exception_ptr.h
is included conditionally:

#if (__cplusplus >= 201103L) && (ATOMIC_INT_LOCK_FREE > 1)
#include <bits/exception_ptr.h>
#include <bits/nested_exception.h>
#endif

On ARM architecture ATOMIC_INT_LOCK_FREE is set to 1. That leads to losing some
functionality of standard library for no good reason.


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

end of thread, other threads:[~2014-10-31 20:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-31 11:17 [Bug libstdc++/58938] New: [4.7/4.8/4.9 Regression] std::exception_ptr is missing on architectures with incomplete atomic int support rafal at rawicki dot org
2013-10-31 12:19 ` [Bug libstdc++/58938] " paolo.carlini at oracle dot com
2013-10-31 13:10 ` redi at gcc dot gnu.org
2013-10-31 13:37 ` rafal at rawicki dot org
2013-10-31 13:39 ` rafal at rawicki dot org
2013-10-31 14:11 ` paolo.carlini at oracle dot com
2013-10-31 14:13 ` redi at gcc dot gnu.org
2013-10-31 14:55 ` amacleod at redhat dot com
2013-11-04 14:17 ` rguenth at gcc dot gnu.org
2013-11-04 14:50 ` paolo.carlini at oracle dot com
2013-11-04 15:46 ` rafal at rawicki dot org
2013-11-04 16:24 ` redi at gcc dot gnu.org
2014-10-31 20:48 ` frankhb1989 at gmail dot com
2014-10-31 20:59 ` [Bug libstdc++/58938] " redi at gcc dot gnu.org

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).