Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Problem with gcc4 toolchain

Hello, i have written following code to demonstrate the issue: # include <stdio.h> int main(void) { unsigned long long int long_val = 0xaaaaaaaaaaaaaaaaLLU; unsigned long vala ...