Re: -Wformat and u8""

2022-05-10 Thread Tom Honermann via Gcc
On 5/10/22 9:27 AM, Jonathan Wakely wrote: On Mon, 9 May 2022 at 11:09, Andreas Schwab wrote: On Mai 09 2022, Florian Weimer via Gcc wrote: * Ulrich Drepper via Gcc: t.cc: In function ‘int main()’: t.cc:5:24: warning: format string is not an array of type ‘char’ [-Wformat=] 5 | printf

Re: Building gcc for C and C++ with a custom glibc

2021-01-23 Thread Tom Honermann via Gcc
On 1/17/21 4:08 PM, H.J. Lu wrote: On Sun, Jan 17, 2021 at 1:06 PM Tom Honermann via Gcc wrote: Hi all. I've been trying to build a custom gcc (trunk) with a custom glibc (trunk) with support for C and C++ on x86_64 Linux and have so far been unsuccessful at identifying a sequen

Building gcc for C and C++ with a custom glibc

2021-01-17 Thread Tom Honermann via Gcc
Hi all.  I've been trying to build a custom gcc (trunk) with a custom glibc (trunk) with support for C and C++ on x86_64 Linux and have so far been unsuccessful at identifying a sequence of configure/make invocations that completes successfully.  I'm not trying to build a cross compiler. The

Re: gcc support for C++20 P0929 (Checking for abstract class types)

2020-12-17 Thread Tom Honermann via Gcc
On 12/16/20 4:22 PM, Tom Honermann via Gcc wrote: Gcc (trunk) appears to have added support for P0929 <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0929r2.html>, but the C++20 support page <https://gcc.gnu.org/projects/cxx-status.html#cxx20> doesn't acknowled

gcc support for C++20 P0929 (Checking for abstract class types)

2020-12-16 Thread Tom Honermann via Gcc
Gcc (trunk) appears to have added support for P0929 , but the C++20 support page doesn't acknowledge it.  Oversight? https://www.godbolt.org/z/a4EjaG Tom.

Re: GCC 9.2 Status Report (2019-08-05), branch frozen for release

2019-08-08 Thread Tom Honermann
On 8/8/19 11:04 AM, Jakub Jelinek wrote: On Thu, Aug 08, 2019 at 10:49:41AM -0400, Tom Honermann wrote: Status == The first 9.2 release candidate has been released. The GCC 9 branch is frozen for preparation of the GCC 9.2 release. All changes to the branch now require release manager

Re: GCC 9.2 Status Report (2019-08-05), branch frozen for release

2019-08-08 Thread Tom Honermann
Status == The first 9.2 release candidate has been released. The GCC 9 branch is frozen for preparation of the GCC 9.2 release. All changes to the branch now require release manager approval. Hi, Jakub. If at all possible, I'd like to request that a back port of PR c++/88095 [1] be includ