|
|
| Bugzilla Link |
4192 |
| Resolution |
FIXED |
| Resolved on |
Feb 22, 2010 12:49 |
| Version |
unspecified |
| OS |
Linux |
Extended Description
Testcase (x86-64 Linux):
#include <stdint.h>
int64_t x;
long x;
Compiles successfully with gcc and clang without -ffreestanding; fails with "clang -ffreestanding". We probably want clang's stdint.h to be consistent with the system headers here.