Похожие чаты

Got another almost impossible exercise I'll simplify a bit so

if long long a[3] = {3, 65535, 65536} and short int *q = (short*) a

why (*(q+9)-q[0]) == -2 is true?

5 ответов

8 просмотров

should be UB, Assuming sizeof(short int) == 2 and sizeof(long) == 8) you might have an short int array that looks like this short int b[] = { 3, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0 }; doing b[9] - b[0] yields -2

that is undefined behavior

Assuming if the sizeof long is always 8 and the sizeof short is always 2 and the endianess is always little-endian in such an environment, passing -fno-strict-aliasing flag will make it well-defined behavior.

Mmmmm.....
Assuming if the sizeof long is always 8 and the si...

the language does not define -fno-strict-aliasing, hence it is still UB according to the standard.

olli
the language does not define -fno-strict-aliasing,...

Yeah, it is actually a compiler feature to deactivate strict aliasing.

Похожие вопросы

Обсуждают сегодня

как правильно удалить сддм? прописал в etc/portage.use/plasma-meta -sddm , но при обновлении юзов мне предлагает поставить lightdm (ещё лучше 😡), добавил туда - display-manage...
REDis
25
Except the wealthiest, people that buy crypto want to "cash out" at the end of the day, one way or another. Converting to fiat is craziness, converting to BTC is unwise. Hold ...
Erdelanax
2
#include <stdio.h> #include <stdlib.h> #include <time.h> void mass_first_generate(int mass[5][7]) {     for (int N = 0; N < 5; N++) {         for (int A = 0; A < 7; A++) {   ...
Чувак
6
Всем привет! Решаю 99 OCaml Problems и столкнулся со следующей проблемой (прошу палками не забивать, я OCaml практически не трогал до этого момента): open OUnit2 let create_...
К|/|pи/\/\ 6е3yглbIи
2
Всем привет! Имеется функция: function IsValidChar(ch: UTF8Char): Boolean; var i: Integer; ValidChars: AnsiString; begin ValidChars := 'abcdefghijklmnopqrstuvwxyzABCDE...
Евгений
44
возможно ли как-то передать в электрон или таури медиа поток с рендера 2д движка? двиг запускается как dll, а дальше надо как-то отправлять рендер кодировать не подходит, зр...
Kyle Nekto
7
https://www.linkedin.com/posts/ugama-benedicta-kelechi-codergirl-103041300_mobiledevelopment-fluttertraining-handsonlearning-activity-7263445699227254784-IdHB?utm_source=share...
CoderGirl
16
like, question: int b = 99999; is this valid and predictable C?
Ludovic 'Archivist' Lagouardette
15
Помогите пожалуйста. Делаю систему плагинов. Проблема сейчас в такая: плагины загружаются в основном потоке. FLibHandle := SafeLoadLibrary(FFileName) Но нужно еще выполнить фу...
Илья 🤣
10
VIP-397 BNBx Oracle implementation upgrade Summary This proposal, if approved, will upgrade the implementation of the BNBx Oracle contract on Venus from version 1 (V1) to v...
Venus Announcements
2
Карта сайта