public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gavin Ray <ray.gavin97@gmail.com>
To: gcc@gcc.gnu.org
Subject: Using [[may_alias]] in C23/C++23 on a union works in neither post-"union" position, or at the end of the definition
Date: Mon, 5 Dec 2022 22:17:33 -0500	[thread overview]
Message-ID: <CAFtvWZM89spjQ6es3UZsyRNcthZ49TvXUFvwy1cw3qr8qvpfyQ@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 524 bytes --]

The reproduction is below. Not sure if this is intended or a bug, sorry to
clutter up the mailing list if it's intended!

union __attribute__((may_alias)) works {};

// <source>:3:18: note: attribute for 'union broken2' must follow the
'union' keyword
union broken1 {} [[may_alias]];

// Okay, so let's move it so it follows union...
// <source>:7:21: warning: 'may_alias' attribute directive ignored
[-Wattributes]
//  7 | union [[may_alias]] broken2 {};
//    |                     ^~~~~~~
union [[may_alias]] broken2 {};

             reply	other threads:[~2022-12-06  3:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-06  3:17 Gavin Ray [this message]
2022-12-06 16:54 ` Joseph Myers
2022-12-06 18:35   ` Gavin Ray
2022-12-06 19:23     ` Jonathan Wakely
2022-12-06 20:31       ` Gavin Ray
2022-12-06 20:36         ` Jonathan Wakely

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=CAFtvWZM89spjQ6es3UZsyRNcthZ49TvXUFvwy1cw3qr8qvpfyQ@mail.gmail.com \
    --to=ray.gavin97@gmail.com \
    --cc=gcc@gcc.gnu.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 read-only IMAP folder(s) and NNTP newsgroup(s).