public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/114537] bit_cast does not work NSDMI of bitfields
Date: Mon, 01 Apr 2024 13:54:21 +0000	[thread overview]
Message-ID: <bug-114537-4-akhzMbPlZp@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-114537-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114537

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Fedor Chelnokov from comment #1)
> Probably related:
> ```
> #include <bit>
> 
> struct A { int a: 7; };
> 
> static_assert( 1 == std::bit_cast<A>(std::bit_cast<int>(A{1})).a );
> ```
> It looks valid and accepted by MSVC, but GCC prints:
> error: '__builtin_bit_cast' accessing uninitialized byte at offset 0
> 
> Online demo: https://gcc.godbolt.org/z/3W5onY955

That is unrelated and gcc is actually correct there see pr 99637.

  parent reply	other threads:[~2024-04-01 13:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-31 19:33 [Bug c++/114537] New: " pinskia at gcc dot gnu.org
2024-04-01  9:40 ` [Bug c++/114537] " fchelnokov at gmail dot com
2024-04-01 13:54 ` pinskia at gcc dot gnu.org [this message]
2024-04-03 15:10 ` jakub at gcc dot gnu.org
2024-04-04  8:48 ` cvs-commit at gcc dot gnu.org
2024-04-05 18:44 ` fchelnokov at gmail dot com
2024-04-21  4:08 ` cvs-commit at gcc dot gnu.org
2024-06-11 10:37 ` cvs-commit at gcc dot gnu.org
2024-06-11 10:57 ` jakub at gcc dot gnu.org
2024-06-20 13:22 ` cvs-commit at gcc dot gnu.org
2024-06-20 13:39 ` jakub at gcc dot gnu.org

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=bug-114537-4-akhzMbPlZp@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).