libcpp/ChangeLog:
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Dec 2014 23:35:29 +0000 (23:35 +0000)
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Dec 2014 23:35:29 +0000 (23:35 +0000)
commit6d6bdc289851f7c10ecc3bf66301caf4983dd30e
tree33789715c13d21a2d6b517515a507f50dc9274ee
parent9b11544d9d667cd7e183a57cac5b85f267bd9ee8
libcpp/ChangeLog:

2014-12-05  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* line-map.c (linemap_position_for_loc_and_offset): Add new
linemap_assert_fails.

gcc/fortran/ChangeLog:

2014-12-05  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* scanner.c (gfc_next_char_literal): Use gfc_warning_now.
(load_file): Use the line length as the column hint for
linemap_line_start. Reserve a location for the highest column of
the line.

gcc/testsuite/ChangeLog:

2014-12-05  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* gfortran.dg/line_length_5.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218407 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/scanner.c
gcc/testsuite/ChangeLog
libcpp/ChangeLog
libcpp/line-map.c