Author Topic: Why is there no C23 standard in the C language?  (Read 4201 times)

Offline Ajajup

  • Single posting newcomer
  • *
  • Posts: 1
Why is there no C23 standard in the C language?
« on: January 19, 2025, 02:43:10 am »
Why is there no C23 standard in the C language?
Why  :(

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1672
Re: Why is there no C23 standard in the C language?
« Reply #1 on: January 19, 2025, 11:02:10 am »
This is OT here, ask in a C-related forum.

Offline nenin

  • Almost regular
  • **
  • Posts: 230
Re: Why is there no C23 standard in the C language?
« Reply #2 on: January 20, 2025, 07:09:09 am »
Why is there no C23 standard in the C language?
Why  :(
You can always add "other compile options", for example "-std=c23" for GCC.
https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1672
Re: Why is there no C23 standard in the C language?
« Reply #3 on: January 22, 2025, 01:49:06 pm »
Added support for C23 standard in r13605 (only on GCC13 and newer).