Microsoft and I have RFC numbers in Who is IANA

2025-06-23 Thread Phillip Garcia via Gcc
gcc@gcc.gnu.org Activate reporter with API Key 20799a27----XXxx4180 The X is ?? In Microsoft Learn. Get Outlook for Android

Re: fixincludes comes up empty

2025-06-23 Thread Iain Sandoe via Gcc
Hi James > On 23 Jun 2025, at 17:08, Richard Biener via Gcc wrote: >> Am 23.06.2025 um 17:56 schrieb James K. Lowden : >> On Sat, 21 Jun 2025 11:03:19 +0200 >> Richard Biener wrote: >> A comparison of the mentions of "fixinclude" in config.{status,log} of two directories, bootstrap a

Re: fixincludes comes up empty

2025-06-23 Thread Richard Biener via Gcc
> Am 23.06.2025 um 17:56 schrieb James K. Lowden : > > On Sat, 21 Jun 2025 11:03:19 +0200 > Richard Biener wrote: > >>> A comparison of the mentions of "fixinclude" in config.{status,log} >>> of two directories, bootstrap and non-bootstrap, shows no >>> difference. >>> >>> What should I b

Re: fixincludes comes up empty

2025-06-23 Thread James K. Lowden
On Sat, 21 Jun 2025 11:03:19 +0200 Richard Biener wrote: > > A comparison of the mentions of "fixinclude" in config.{status,log} > > of two directories, bootstrap and non-bootstrap, shows no > > difference. > > > > What should I be looking for? > > For why fixinclude isn?t built - the config.

Mail delivery failed: returning message to sender

2025-06-23 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address failed: vanessa@sbcglobal.net: SMTP error from remote server for RCPT TO command, ho

Re: RFD: switch/case statement dispatch using hash

2025-06-23 Thread Andi Kleen via Gcc
Florian Weimer via Gcc writes: > * Andi Kleen via Gcc: > >> Joern Wolfgang Rennecke writes: >> >>> This has come up several time over the years: >>> https://gcc.gnu.org/legacy-ml/gcc/2006-07/msg00158.html >>> https://gcc.gnu.org/legacy-ml/gcc/2006-07/msg00155.html >>> https://gcc.gnu.org/piperma

[PATCH v2] man/man3attr/gnu::aligned.3: Add page

2025-06-23 Thread Alejandro Colomar via Gcc
Signed-off-by: Alejandro Colomar --- Hi! Here's a second revision, with some slight improvements, plus more detailed HISTORY, thanks to Aaron's feedback. (I took "always" as meaning since 1.0 --assuming 1.0 existed and was called like that--.) The formatted page looks like this: $ MA

Mail delivery failed: returning message to sender

2025-06-23 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address failed: m_deyoung_build...@sbcglobal.net: SMTP error from remote server for RCPT TO comm

Mail delivery failed: returning message to sender

2025-06-23 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address failed: deerfieldpl...@sbcglobal.net: SMTP error from remote server for RCPT TO command,

Re: RFD: switch/case statement dispatch using hash

2025-06-23 Thread Joern Wolfgang Rennecke
On 23/06/2025 12:31, Florian Weimer wrote: Also carry-less multiply persumably. It's challenging to use those instructions for compiling switch statements because they would then be used all over the place. Not necessarily; you can hide them in an UNSPEC if you are worried that exposing the

Mail delivery failed: returning message to sender

2025-06-23 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address failed: qsconsult...@sbcglobal.net: SMTP error from remote server for RCPT TO command, h

Re: RFD: switch/case statement dispatch using hash

2025-06-23 Thread Florian Weimer via Gcc
* Andi Kleen via Gcc: > Joern Wolfgang Rennecke writes: > >> This has come up several time over the years: >> https://gcc.gnu.org/legacy-ml/gcc/2006-07/msg00158.html >> https://gcc.gnu.org/legacy-ml/gcc/2006-07/msg00155.html >> https://gcc.gnu.org/pipermail/gcc/2010-March/190234.html >> >> , but