diff options
author | glisse <glisse@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-03 20:06:49 +0000 |
---|---|---|
committer | glisse <glisse@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-03 20:06:49 +0000 |
commit | de2e6b8afe9a8f4e2d8640e8e08a3a1069e19774 (patch) | |
tree | 8333424ab8e4eaff4241a11934358310633c59e2 /libcpp/ChangeLog | |
parent | adc17cf799c99798265f17a04ddd457d9eb24bf5 (diff) | |
download | gcc-de2e6b8afe9a8f4e2d8640e8e08a3a1069e19774.tar.gz |
2013-01-03 Marc Glisse <marc.glisse@inria.fr>
PR bootstrap/50167
gcc/
* graphite-interchange.c (pdr_stride_in_loop): Use gmp_fprintf.
* graphite-poly.c (debug_gmp_value): Likewise.
PR bootstrap/50177
libcpp/
* line-map.c (get_combined_adhoc_loc): Cast from extern "C" type.
(new_linemap): Likewise.
(linemap_enter_macro): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194868 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index fc78ca81060..332efa3ab9d 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2013-01-03 Marc Glisse <marc.glisse@inria.fr> + + PR bootstrap/50177 + * line-map.c (get_combined_adhoc_loc): Cast from extern "C" type. + (new_linemap): Likewise. + (linemap_enter_macro): Likewise. + 2012-12-03 Jakub Jelinek <jakub@redhat.com> PR bootstrap/55380 |