.:
commit911483bc888edb37da87535a6d09e1a9f0e46da6
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Apr 2003 11:57:38 +0000 (20 11:57 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Apr 2003 11:57:38 +0000 (20 11:57 +0000)
tree6df1380397d5413a13bae6c8718beff0cc10f10f
parent03c8911ca0554955d34dc4dc439cd50b705c0134
.:
* cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
* gcov.c (output_lines): Don't be so fussy about going past EOF.
cp:
* cp/decl2.c (start_static_storage_duration_function): Take count
arg, don't check if it wraps round.
(generate_ctor_or_dtor_function): Add locus arg, use it.
(generate_ctor_and_dtor_functions_for_priority): Data arg is a
locus.
(finish_file): Set line numbers to past EOF for synthesized
functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65847 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cpplex.c
gcc/gcov.c