diff options
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 323a75786a6..8288423941d 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,11 @@ +2014-05-26 Richard Biener <rguenther@suse.de> + + * configure.ac: Remove long long and __int64 type checks, + add check for uint64_t and fail if that wasn't found. + * include/cpplib.h (cpp_num_part): Use uint64_t. + * config.in: Regenerate. + * configure: Likewise. + 2014-05-21 Marek Polacek <polacek@redhat.com> PR c/61212 |
