9front - general discussion about 9front
 help / color / mirror / Atom feed
From: ori@eigenstate.org
To: 9front@9front.org
Subject: Re: [9front] [PATCH] cc: support const and restrict inside array declarations
Date: Sun, 14 May 2023 01:25:45 -0400	[thread overview]
Message-ID: <E88575936AB4BCE247B20CFAEBB98DCE@eigenstate.org> (raw)
In-Reply-To: <ZGAd4S2sAhvK8lSJ@one.net.tachibana-labs.org>

Quoth mia soweli <inbox@tachibana-labs.org>:
> this allows c23 style array declarations (see c23 draft section 6.7.6),
> with type qualifiers inside the brackets.
> for example:
> 
> 	const int list[restrict 4];
> 	int list[const 4];
> 	int list[const restrict 4];
> 	int list[volatile 4];
> 	int list[noret 4]; /* we may not want to allow this */
> 
> they are ignored as with other uses of const, restrict, and volatile.
> it does not allow
> 
> 	int list[static 4];
> 
> which is also allowed in c23.
> 

I'm not sure why this is useful. Is there some specific code
that wants this?


  reply	other threads:[~2023-05-14  5:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-13 23:31 mia soweli
2023-05-14  5:25 ` ori [this message]
2023-05-14 10:20   ` [9front] " mia soweli
2023-05-14  8:10 ` Michael Forney
2023-05-14 10:23   ` [9front] " mia soweli
2023-05-14 11:10 ` [9front] [PATCH] cc: support type qualifiers inside array brackets mia soweli
2023-05-15  7:39   ` [9front] " mia soweli
2023-05-15 12:51     ` ori
2023-05-15 14:05       ` [9front] " mia soweli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E88575936AB4BCE247B20CFAEBB98DCE@eigenstate.org \
    --to=ori@eigenstate.org \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).