예전에는 문제없이 unsigned char에 대한 int 형으로의 캐스팅이 문제없이 되었던 것 같은데 안되서
C99나 C11의 영향인지 조금 더 찾아보는 중.
[링크 : https://gcc.gnu.org/onlinedocs/gcc/Characters-implementation.html#Characters-implementationl]
[링크 : https://gcc.gnu.org/onlinedocs/gcc/Integers-implementation.html]
[링크 : https://gcc.gnu.org/wiki/NewWconversion]
'프로그램 사용 > gcc' 카테고리의 다른 글
gcc unsigned to signed upcast 테스트 (0) | 2021.07.08 |
---|---|
gcc vectorized loop (0) | 2021.06.30 |
gcc %p (nil) (0) | 2021.05.07 |
gcc -D 옵션 인자를 printf로 출력하기 (0) | 2021.04.08 |
Auto-vectorization in GCC (0) | 2021.03.25 |