Sent from my iPhone. I
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
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
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
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
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++