ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] странная проблема с gcc?
@ 2024-05-20 20:37 Vladislav Zavjalov
  2024-05-20 21:11 ` Ivan A. Melnikov
  2024-05-20 21:13 ` Dmitry V. Levin
  0 siblings, 2 replies; 6+ messages in thread
From: Vladislav Zavjalov @ 2024-05-20 20:37 UTC (permalink / raw)
  To: devel

Всем привет!

Локализовал какую-то странную проблему в C коде,
не понимаю, это проблема с моим пониманием С или с компилятором.

Код ниже: число печатается кусочками по два байта.
Это перестает работать при компиляции с -O2 или -O3.

Воспроизводится с
gcc version 13.2.1 20240128 (ALT Sisyphus 13.2.1-alt3)

---

#include <stdint.h>
#include <stdio.h>

int
main(){
  uint32_t v1 = 0x12345678;
  uint32_t v2 = 0;

  for (int i=0; i<2; ++i)
    printf("%x\n", ((uint16_t*)&v1)[i]);

  return 0;
}



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-21 17:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-20 20:37 [devel] странная проблема с gcc? Vladislav Zavjalov
2024-05-20 21:11 ` Ivan A. Melnikov
2024-05-20 21:31   ` Vladislav Zavjalov
2024-05-21 16:49   ` Andrey Savchenko
2024-05-21 17:06     ` Vladislav Zavjalov
2024-05-20 21:13 ` Dmitry V. Levin

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