OSDN Git Service

* c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Sep 2003 22:18:33 +0000 (22:18 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Sep 2003 22:18:33 +0000 (22:18 +0000)
commit7512c2dbfaef85fc5d84fb45064c3fa365ad380b
tree92931566ca86595833d4e800dfd6d8299effef0c
parentfcb934914828f47f460119414dfbb86e8e95c737
    * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not
        file and line separately.

f/
        * com.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not
        file and line separately.
java/
        * check-init.c (check_init): Save and restore input_location
        instead of file and line separately.
        * decl.c (java_expand_body): Likewise.
        * jcf-write.c (generate_bytecode_insns): Likewise.
        * parse.y (safe_layout_class): Likewise.
        * jcf-parse.c (read_class, parse_class_file): Likewise.
        (java_parse_file): Use %H for warning locator.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71886 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-decl.c
gcc/f/ChangeLog
gcc/f/com.c
gcc/java/ChangeLog
gcc/java/check-init.c
gcc/java/decl.c
gcc/java/jcf-parse.c
gcc/java/jcf-write.c
gcc/java/parse.y