public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/63287] New: __STDCPP_THREADS__ is not defined
@ 2014-09-17 15:49 redi at gcc dot gnu.org
  2014-09-17 15:50 ` [Bug c++/63287] " redi at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2014-09-17 15:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63287

            Bug ID: 63287
           Summary: __STDCPP_THREADS__ is not defined
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: redi at gcc dot gnu.org

16.8 [cpp.predefined] in C++11 says:

  __STDCPP_THREADS__
  Defined, and has the value integer constant 1, if and only if a program can
  have more than one thread of execution (1.10).

I'm not sure what the best way to meet that requirement is, given that . For
some platforms we could make -pthread imply -D__STDCPP_THREADS__, or maybe we
just want to define it unconditionally in every gthr-xxx.h header except
gthr-single.h


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

end of thread, other threads:[~2020-11-13 22:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-17 15:49 [Bug c++/63287] New: __STDCPP_THREADS__ is not defined redi at gcc dot gnu.org
2014-09-17 15:50 ` [Bug c++/63287] " redi at gcc dot gnu.org
2015-01-17 20:44 ` redi at gcc dot gnu.org
2020-11-12 18:19 ` redi at gcc dot gnu.org
2020-11-12 19:03 ` redi at gcc dot gnu.org
2020-11-13 12:36 ` redi at gcc dot gnu.org
2020-11-13 22:26 ` cvs-commit 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).