Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.c > #394025

Re: VAX

Path csiph.com!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail
From Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups comp.arch, comp.lang.c
Subject Re: VAX
Date Tue, 05 Aug 2025 19:14:48 -0700
Organization None to speak of
Lines 25
Message-ID <87h5yl6vs7.fsf@example.invalid> (permalink)
References <0c857b8347f07f3a0ca61c403d0a8711@www.novabbs.com> <2025Jul30.075918@mips.complang.tuwien.ac.at> <slrn108kkt8.efbg.lars@cleo.beagle-ears.com> <2025Aug1.191648@mips.complang.tuwien.ac.at> <kr7jQ.442699$Tc12.355083@fx17.iad> <106jvc3$qan0$1@dont-email.me> <106kh0k$18ipb$1@paganini.bofh.team> <2025Aug3.185110@mips.complang.tuwien.ac.at> <106otf6$1sov2$1@dont-email.me> <106p4k6$1u13o$1@dont-email.me> <20250804121938.0000122a@yahoo.com> <2025Aug4.140932@mips.complang.tuwien.ac.at> <2025Aug4.165141@mips.complang.tuwien.ac.at> <20250804182839.00000600@yahoo.com> <87sei7do4g.fsf@example.invalid> <20250804220315.00007240@yahoo.com> <6859dc0d-f3b5-481b-8ffb-b4c0a722412e@alumni.caltech.edu> <20250804224049.00006937@yahoo.com> <87ldny7397.fsf@example.invalid> <20250805141510.761@kylheku.com>
MIME-Version 1.0
Content-Type text/plain
Injection-Date Wed, 06 Aug 2025 02:14:51 +0000 (UTC)
Injection-Info dont-email.me; posting-host="a1d8d86f54dc776c8d74f7b67e60c5df"; logging-data="3277169"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Y3pgI9323Z8yCIWJw9hL3"
User-Agent Gnus/5.13 (Gnus v5.13)
Cancel-Lock sha1:IvWtiPtY5542Ij0WbFhiuoGbRuI= sha1:cReMK1snE7f/v2PknpRoi8gBelQ=
Xref csiph.com comp.arch:112977 comp.lang.c:394025

Cross-posted to 2 groups.

Show key headers only | View raw


Kaz Kylheku <643-408-1753@kylheku.com> writes:
> On 2025-08-05, Keith Thompson <Keith.S.Thompson+u@gmail.com> wrote:
>> Breaking existing code that uses "_BitInt" as an identifier is
>> a non-issue.  There very probably is no such code.
>
> However, that doesn't mean GCC can carelessly introduce identifiers
> in this namespace.

Agreed -- and in gcc did not do that in this case.  I was referring to
_BitInt, not to other identifiers in the reserved namespace.

Do you have any reason to believe that gcc's use of _BitInt will break
any existing code?  My best guess is that there is no such code, that
the only real world uses of the name _BitInt are deliberate uses of the
new C23 feature, and that gcc's support of _BitInt in non-C23 mode
will not break anything.

It is of course possible that I'm wrong.

If the name _BitInt did break (non-portable) existing C code, then the
fault would lie with the C committee, not with the gcc maintainers.

-- 
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */

Back to comp.lang.c | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: VAX Michael S <already5chosen@yahoo.com> - 2025-08-04 18:28 +0300
  Re: VAX Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-08-04 09:53 -0700
    Re: VAX Michael S <already5chosen@yahoo.com> - 2025-08-04 22:03 +0300
      Re: VAX James Kuyper <jameskuyper@alumni.caltech.edu> - 2025-08-04 15:25 -0400
        Re: VAX Michael S <already5chosen@yahoo.com> - 2025-08-04 22:40 +0300
          Re: VAX "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2025-08-04 12:44 -0700
          Re: VAX Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-08-04 22:21 -0700
            Re: VAX Kaz Kylheku <643-408-1753@kylheku.com> - 2025-08-05 21:25 +0000
              Re: VAX Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-08-05 19:14 -0700
                Re: VAX Kaz Kylheku <643-408-1753@kylheku.com> - 2025-08-06 04:31 +0000
                Re: VAX Michael S <already5chosen@yahoo.com> - 2025-08-06 11:48 +0300
              Re: VAX James Kuyper <jameskuyper@alumni.caltech.edu> - 2025-08-06 11:56 -0400
                Re: VAX Tim Rentsch <tr.17687@z991.linuxsc.com> - 2025-12-15 11:51 -0800
          Re: VAX Kaz Kylheku <643-408-1753@kylheku.com> - 2025-08-05 21:13 +0000
            Re: VAX James Kuyper <jameskuyper@alumni.caltech.edu> - 2025-08-06 11:54 -0400
              Re: VAX Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-08-06 13:58 -0700
                Re: VAX Tim Rentsch <tr.17687@z991.linuxsc.com> - 2026-01-06 21:33 -0800
      Re: VAX Kaz Kylheku <643-408-1753@kylheku.com> - 2025-08-05 21:08 +0000
        Re: VAX Jakob Bohm <egenagwemdimtapsar@jbohm.dk> - 2025-08-17 20:18 +0200
          Re: VAX Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-08-17 22:18 -0700
            Re: VAX Richard Heathfield <rjh@cpax.org.uk> - 2025-08-18 08:02 +0100
            Re: VAX David Brown <david.brown@hesbynett.no> - 2025-08-18 11:34 +0200
              Re: VAX Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-08-18 21:57 -0700
    Re: VAX Tim Rentsch <tr.17687@z991.linuxsc.com> - 2026-01-06 21:14 -0800

csiph-web