re PR java/15543 ("jv-scan --complexity" segfaults)
authorPer Bothner <per@bothner.com>
Sat, 12 Feb 2005 06:12:40 +0000 (22:12 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Sat, 12 Feb 2005 06:12:40 +0000 (22:12 -0800)
commit7b45aab4226dff7e661073990ea4a98f5b3e0088
tree8d7d8e61dc84237fee9ab7693129f6afe61f17c6
parentf4ddadddf99edb3fd2ec0585c7463278d2f0e70c
re PR java/15543 ("jv-scan --complexity" segfaults)

PR java/15543
* parse-scan.y (input_location): Remove variable.
(main_input_filename): New - replaces input_filename, which isn't
settable if USE_MAPPED_LOCATION.
* lex.c (java_init_lex): Wrap some more places in #ifndef JC1-LITE,
so we don't reference input_location or wfl_operator in that case.
* jv-scan.c (expand_location): Remove - no longer used.
(main): Set main_input_filename rather than input_filename.

From-SVN: r94928
gcc/java/ChangeLog
gcc/java/jv-scan.c
gcc/java/lex.c
gcc/java/parse-scan.y