Displaying 3 results from an estimated 3 matches for "release_801".
Did you mean:
release_80
2020 Jun 24
3
2.3.10.1 on OpenBSD
...Will look into the warnings, and the testing errors (also attached). Let see how it works on this machine.
OpenBSD 6.7 (GENERIC.MP) #2: Thu Jun 4 09:55:08 MDT 2020
real mem = 17125511168 (16332MB)
avail mem = 16593879040 (15825MB)
bios0: Supermicro A2SDi-4C-HLN4F
OpenBSD clang version 8.0.1 (tags/RELEASE_801/final) (based on LLVM 8.0.1)
Target: amd64-unknown-openbsd6.7
Thread model: posix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20200624/4da3a574/attachment-0001.html>
-------------- next part --------------...
2019 Aug 29
2
enable_shared_from_this fails at runtime when inherited privately
...#39;boost::enable_shared_from_this<foo>')
I'm think, it would be helpful, if the std implemantions also would fail
at compile time already, and wanted to ask if this would be
possible/feasible.
BR, Christian
compilers:
gcc-Version 9.2.0 (Gentoo 9.2.0 p1)
clang version 8.0.1 (tags/RELEASE_801/final) (used with both
libstdc++.so.6 and libc++.so.1 (v8.0.1))
2020 Jan 14
3
[tablegen] table readability / performance
Hello
I've been looking at the tables generated by
`SequenceToOffsetTable::emit`, and notice that when the generated data
are strings, the data is basically un-grep-able, and very tricky to
read, as they are emitted as an array of comma-separated char-literal:
extern const char HexagonInstrNameData[] = {
/* 0 */ 'G', '_', 'F', 'L', 'O',