This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/16248] [3.5 Regression] recent concurrence.h chanes breaks mingw bootstrap


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-07-01 04:13 -------
Hmmm. Are you sure you are using the p.20040630-4.2 patch? It does not have init
or once bits, so your error doesn't make sense to me.

Also:
/aaronwl/cs/compilers/gcc/build/mingw-head/i686-pc-mingw32/libstdc++-
v3/include/bits/concurrence.h: In constructor `__gnu_cxx::lock::lock
(__gthread_mutex_t&)':

should be

In constructor `__gnu_cxx::lock::lock(__glibcxx_mutex&)':

-benjamin

Are you sure you are using head sources with just the p.20040630-4.2 patch?

-benjamin

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]