diff options
| author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-02-07 16:42:24 +0000 |
|---|---|---|
| committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-02-07 16:42:24 +0000 |
| commit | 6e5a79132dcd23182f1ce7a6f1960002956100aa (patch) | |
| tree | 0bdd845c1adb622d79a45e91abf5a44001f7be1c /libcpp/ChangeLog | |
| parent | 7a64c761698e15b8be5f4fbda6147bdc53bc0d5f (diff) | |
| download | ppe42-gcc-6e5a79132dcd23182f1ce7a6f1960002956100aa.tar.gz ppe42-gcc-6e5a79132dcd23182f1ce7a6f1960002956100aa.zip | |
PR preprocessor/56824
* line-map.c (get_combined_adhoc_loc, linemap_get_expansion_line,
linemap_get_expansion_filename, linemap_location_in_system_header_p,
linemap_location_from_macro_expansion_p,
linemap_macro_loc_to_spelling_point, linemap_macro_loc_to_def_point,
linemap_macro_loc_to_exp_point, linemap_expand_location): Fix
formatting.
(linemap_compare_locations): Look through adhoc locations for both
l0 and l1.
* gcc.dg/pr56824.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207606 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 90512820eb9..b7f2011190e 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,15 @@ +2014-02-07 Jakub Jelinek <jakub@redhat.com> + + PR preprocessor/56824 + * line-map.c (get_combined_adhoc_loc, linemap_get_expansion_line, + linemap_get_expansion_filename, linemap_location_in_system_header_p, + linemap_location_from_macro_expansion_p, + linemap_macro_loc_to_spelling_point, linemap_macro_loc_to_def_point, + linemap_macro_loc_to_exp_point, linemap_expand_location): Fix + formatting. + (linemap_compare_locations): Look through adhoc locations for both + l0 and l1. + 2014-01-23 Dodji Seketeli <dodji@redhat.com> PR PR preprocessor/58580 |

