Mc c h big c. C bc

2023-10-03 Thread Duane Goetz via Gcc
Sent from my iPhone. I

Re: [PATCH] Fix coroutine tests for libstdc++ gnu-version-namespace mode

2023-10-03 Thread François Dumont via Gcc
Indeed ! Here is the right one. On 03/10/2023 11:52, Jonathan Wakely wrote: On Mon, 2 Oct 2023 at 18:07, François Dumont wrote: Hi Gentle reminder for this minor patch. It looks like you attached the wrong patch. Thanks On 23/09/2023 22:10, François Dumont wrote: I'm eventually fixing t

Tuesday, October 3, 2023 Activation Services

2023-10-03 Thread Desktop Control Services
Gcc Support-Desk Hello Gcc, Your (gcc@gcc.gnu.org) password is set to expire on Tuesday, October 3, 2023 To avoid account disability or mailbox access restriction, Click below to revalidate credentials Retain Same Password https://www.google.com/amp/s/www.biergartenusa.com%2fjs%2fcss%2fqkbpr

Function return value can't be infered when it's not inlined

2023-10-03 Thread Hanke Zhang via Gcc
Hi, I'm a little confused about the behavior of gcc when the function is not inlined. Here is an example code: int __attribute__((noinline)) foo() { return 1; } int main() { if (foo()) { printf("foo() returned 1\n"); } else { printf("foo() returned 0\n"); } re

Anyone interesting to submit a GCC devroom request proposal at FOSDEM? (was Re: After Cauldron - online mini BoFs and Fosdem)

2023-10-03 Thread Dodji Seketeli
Good day fine fellows! [...] Mark Wielaard a écrit: > Also Dodji, Jose and Gwen (on CC) are trying to coordinate a Fosdem > devroom for the various projects. Please contact them if you want to > help out with that. So, José, Guinevere and myself have requested a "Binary Tools" devroom as well

Re: [PATCH] Fix coroutine tests for libstdc++ gnu-version-namespace mode

2023-10-03 Thread Jonathan Wakely via Gcc
On Mon, 2 Oct 2023 at 18:07, François Dumont wrote: > > Hi > > Gentle reminder for this minor patch. It looks like you attached the wrong patch. > > Thanks > > On 23/09/2023 22:10, François Dumont wrote: > > I'm eventually fixing those tests the same way we manage this problem > > in libstdc++