public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/108225] New: cross build gdb error for libstdc++'s std_mutex.h on x86_64-w64-mingw32 host
@ 2022-12-25 23:40 unlvsur at live dot com
  2022-12-31 18:54 ` [Bug libstdc++/108225] " unlvsur at live dot com
                   ` (31 more replies)
  0 siblings, 32 replies; 33+ messages in thread
From: unlvsur at live dot com @ 2022-12-25 23:40 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108225
           Summary: cross build gdb error for libstdc++'s std_mutex.h on
                    x86_64-w64-mingw32 host
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

/home/cqwrteur/toolchains/x86_64-pc-linux-gnu/x86_64-w64-mingw32/x86_64-w64-mingw32/include/c++/13.0.0/bits/std_mutex.h:151:7:
error: '__gthread_cond_init_function' was not declared in this scope; did you
mean '__gthread_mutex_init_functio
'?
  151 |       __GTHREAD_COND_INIT_FUNCTION(&_M_cond);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cqwrteur/toolchains/x86_64-pc-linux-gnu/x86_64-w64-mingw32/x86_64-w64-mingw32/include/c++/13.0.0/bits/std_mutex.h
 In destructor 'std::__condvar::~__condvar()':
/home/cqwrteur/toolchains/x86_64-pc-linux-gnu/x86_64-w64-mingw32/x86_64-w64-mingw32/include/c++/13.0.0/bits/std_mutex.h:157:69:
error: '_M_cond' was not declared in this scope
  157 |       int __e __attribute__((__unused__)) =
__gthread_cond_destroy(&_M_cond);
      |                                                                    
^~~~~~~
/home/cqwrteur/toolchains/x86_64-pc-linux-gnu/x86_64-w64-mingw32/x86_64-w64-mingw32/include/c++/13.0.0/bits/std_mutex.h:157:45:
error: '__gthread_cond_destroy' was not declared in this scope; did you mean
'__gthread_mutex_destroy'?
  157 |       int __e __attribute__((__unused__)) =
__gthread_cond_destroy(&_M_cond);
      |                                             ^~~~~~~~~~~~~~~~~~~~~~
      |                                             __gthread_mutex_destroy

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

end of thread, other threads:[~2023-01-12 13:49 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-25 23:40 [Bug libstdc++/108225] New: cross build gdb error for libstdc++'s std_mutex.h on x86_64-w64-mingw32 host unlvsur at live dot com
2022-12-31 18:54 ` [Bug libstdc++/108225] " unlvsur at live dot com
2022-12-31 18:57 ` unlvsur at live dot com
2022-12-31 19:04 ` unlvsur at live dot com
2022-12-31 19:12 ` unlvsur at live dot com
2022-12-31 19:22 ` unlvsur at live dot com
2022-12-31 19:24 ` unlvsur at live dot com
2023-01-04 12:25 ` [Bug libstdc++/108225] canadian compilation of " ebotcazou at gcc dot gnu.org
2023-01-04 13:23 ` redi at gcc dot gnu.org
2023-01-04 13:26 ` redi at gcc dot gnu.org
2023-01-04 13:32 ` redi at gcc dot gnu.org
2023-01-06  0:15 ` unlvsur at live dot com
2023-01-06  0:15 ` unlvsur at live dot com
2023-01-06  0:24 ` redi at gcc dot gnu.org
2023-01-06  0:27 ` redi at gcc dot gnu.org
2023-01-07 21:23 ` unlvsur at live dot com
2023-01-07 21:31 ` ebotcazou at gcc dot gnu.org
2023-01-07 21:34 ` unlvsur at live dot com
2023-01-07 21:35 ` unlvsur at live dot com
2023-01-07 21:41 ` unlvsur at live dot com
2023-01-07 21:58 ` unlvsur at live dot com
2023-01-07 22:15 ` redi at gcc dot gnu.org
2023-01-11  4:31 ` unlvsur at live dot com
2023-01-11  4:31 ` unlvsur at live dot com
2023-01-11  4:32 ` unlvsur at live dot com
2023-01-11  9:55 ` redi at gcc dot gnu.org
2023-01-11 10:16 ` ebotcazou at gcc dot gnu.org
2023-01-11 10:24 ` redi at gcc dot gnu.org
2023-01-11 14:45 ` ebotcazou at gcc dot gnu.org
2023-01-12 12:46 ` redi at gcc dot gnu.org
2023-01-12 12:52 ` redi at gcc dot gnu.org
2023-01-12 13:46 ` redi at gcc dot gnu.org
2023-01-12 13:49 ` 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).