This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: Recent 4.1 breakage...


Benjamin Kosnik wrote:

+// Avoid leaking the semaphores if a VERIFY fails.
+#undef _GLIBCXX_ASSERT


Might as well just remove the VERIFY bits then....


No! That's the whole point of my patch: the VERIFY bits are actually doing the right work, are changing test! And the testcases are still working (i.e., testing) as expected, only do not assert hard and do not leak the semaphore.

Paolo.


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