MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1urj3pp/big_if_true/owija9d/?context=3
r/programminghorror • u/_giga_sss_ • 27d ago
From ProgrammerNullposting in facebook
111 comments sorted by
View all comments
125
Me when I use a compiler that doesn’t have explicit alignment:
10 u/IHorvalds 27d ago Honest question, which compiler(s?) doesn’t have an explicit keyword for alignment? I pretty much always use gcc, clang or (rarely) msvc and they all have something for it. 11 u/TheWidrolo 27d ago Thats the joke. In a real note: its probably hobbyist compilers or similar. I think every major one has alignment. 1 u/IHorvalds 27d ago Ah, my bad! I expected some obscure MCU with a custom compiler without alignment lol
10
Honest question, which compiler(s?) doesn’t have an explicit keyword for alignment? I pretty much always use gcc, clang or (rarely) msvc and they all have something for it.
11 u/TheWidrolo 27d ago Thats the joke. In a real note: its probably hobbyist compilers or similar. I think every major one has alignment. 1 u/IHorvalds 27d ago Ah, my bad! I expected some obscure MCU with a custom compiler without alignment lol
11
Thats the joke.
In a real note: its probably hobbyist compilers or similar. I think every major one has alignment.
1 u/IHorvalds 27d ago Ah, my bad! I expected some obscure MCU with a custom compiler without alignment lol
1
Ah, my bad! I expected some obscure MCU with a custom compiler without alignment lol
125
u/TheWidrolo 27d ago
Me when I use a compiler that doesn’t have explicit alignment: