From: Andrey Savchenko <bircoph@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] странная проблема с gcc?
Date: Tue, 21 May 2024 19:49:24 +0300
Message-ID: <20240521194924.219380bc1050c9a7024b11ce@altlinux.org> (raw)
In-Reply-To: <kxtdlj2izfrh36uwbflc2wt4tqmzq7zjgyl2m6zupplfl3dng7@6p7jr5i4xdk6>
[-- Attachment #1: Type: text/plain, Size: 1349 bytes --]
On Tue, 21 May 2024 01:11:42 +0400 Ivan A. Melnikov wrote:
> On Mon, May 20, 2024 at 11:37:50PM +0300, Vladislav Zavjalov wrote:
> > Всем привет!
> >
> > Локализовал какую-то странную проблему в C коде,
> > не понимаю, это проблема с моим пониманием С или с компилятором.
> >
> > Код ниже: число печатается кусочками по два байта.
> > Это перестает работать при компиляции с -O2 или -O3.
>
> Это неопределённое поведение (UB), вызванное нарушением strict
> aliasing rules. Так делать не надо, но если очень хочется,
> (осторожно: учу плохому) добавьте `-fno-strict-aliasing`
> к ключам компилятора.
>
> А вообще про strict aliasing почитайте, полезное.
Можно же union использовать, он именно для такой задачи
и создавался:
union val {
uint32_t v32;
uint16_t v16[2];
};
Тогда проблем со strict aliasing не будет и костыли
с -fno-strict-aliasing не нужны.
Best regards,
Andrew Savchenko
[-- Attachment #2: Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2024-05-21 16:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-20 20:37 Vladislav Zavjalov
2024-05-20 21:11 ` Ivan A. Melnikov
2024-05-20 21:31 ` Vladislav Zavjalov
2024-05-21 16:49 ` Andrey Savchenko [this message]
2024-05-21 17:06 ` Vladislav Zavjalov
2024-05-20 21:13 ` Dmitry V. Levin
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=20240521194924.219380bc1050c9a7024b11ce@altlinux.org \
--to=bircoph@altlinux.org \
--cc=devel@lists.altlinux.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
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git