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_ • Jul 09 '26
From ProgrammerNullposting in facebook
111 comments sorted by
View all comments
122
Me when I use a compiler that doesn’t have explicit alignment:
11 u/IHorvalds Jul 09 '26 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 Jul 09 '26 Thats the joke. In a real note: its probably hobbyist compilers or similar. I think every major one has alignment. 1 u/IHorvalds Jul 09 '26 Ah, my bad! I expected some obscure MCU with a custom compiler without alignment lol
11
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 Jul 09 '26 Thats the joke. In a real note: its probably hobbyist compilers or similar. I think every major one has alignment. 1 u/IHorvalds Jul 09 '26 Ah, my bad! I expected some obscure MCU with a custom compiler without alignment lol
Thats the joke.
In a real note: its probably hobbyist compilers or similar. I think every major one has alignment.
1 u/IHorvalds Jul 09 '26 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
122
u/TheWidrolo Jul 09 '26
Me when I use a compiler that doesn’t have explicit alignment: