RE: Quickbase Software Potential Clients

2022-11-03 Thread Fluorine Jordan via Gcc
Hi, Apologies for intriguing your privacy again. Following up to see if you happen to check my below email which could help you to gain more customers to your company. Let me know if you would like me to schedule a quick call this week or the coming week or if you want me to share some samp

Local type inference with auto is in C2X

2022-11-03 Thread Florian Weimer via Gcc
So apparently auto was voted in to the committee draft of C2X at the last minute. I wonder how this aligns with the WG14 charter, given the lack of implementation experience with this feature, but it looks like we are now stuck with it. My main worry is that both Clang and GCC still enable implic

Re: Local type inference with auto is in C2X

2022-11-03 Thread Michael Matz via Gcc
Hello, On Thu, 3 Nov 2022, Florian Weimer via Gcc wrote: > will not have propagated widely once GCC 13 releases, so rejecting > implicit ints in GCC 13 might be too early. GCC 14 might want to switch > to C23/C24 mode by default, activating auto support, if the standard > comes out in 2023 (whic

Re: Local type inference with auto is in C2X

2022-11-03 Thread Joseph Myers
On Thu, 3 Nov 2022, Florian Weimer via Gcc wrote: > My main worry is that both Clang and GCC still enable implicit ints by > default. This means that auto variables have type int always, and that > can subtly alter the meaning of programs. The only indication that this > has happened in a code b

Re: Local type inference with auto is in C2X

2022-11-03 Thread Florian Weimer via Gcc
* Joseph Myers: > On Thu, 3 Nov 2022, Florian Weimer via Gcc wrote: > >> My main worry is that both Clang and GCC still enable implicit ints by >> default. This means that auto variables have type int always, and that >> can subtly alter the meaning of programs. The only indication that this >>

gcc-10-20221103 is now available

2022-11-03 Thread GCC Administrator via Gcc
Snapshot gcc-10-20221103 is now available on https://gcc.gnu.org/pub/gcc/snapshots/10-20221103/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 10 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

DWZ 0.15 released

2022-11-03 Thread Mark Wielaard
DWZ 0.15 has been released. dwz - DWARF optimization and duplicate removal tool dwz is a program that attempts to optimize DWARF debugging information contained in ELF shared libraries and ELF executables for size, by replacing DWARF information representation with equivalent smaller repr