8sa1-gcc/gcc/java
Kaveh R. Ghazi ab3a6dd6e2 Warning fixes:
* class.c (build_utf8_ref): Initialize variable `field'.
        * decl.c (init_decl_processing): Initialize variable `field'.
        * expr.c (build_known_method_ref): Mark parameters `method_type',
        `method_signature' and `arg_list' with ATTRIBUTE_UNUSED.
        (process_jvm_instruction): Likewise for parameter `length'.
        * jvspec.c (lang_specific_driver): Mark variables `saw_math',
        `saw_libc', `saw_gc', `saw_threadlib' and `saw_libgcj' with
        ATTRIBUTE_UNUSED.
        * parse.y (maybe_generate_clinit): Remove unused variable
        `has_non_primitive_fields'.
        (find_in_imports_on_demand): Initialize variables `node_to_use'
        and `cl'.
        (patch_binop): Likewise for variable `prom_type'.
        (patch_unaryop): Likewise for variable `prom_type'.
        * verify.c (verify_jvm_instructions): Likewise for variable `last'.
        * xref.c (xref_table): Add missing initializer.

From-SVN: r27030
1999-05-19 11:30:30 +00:00
..
buffer.c
buffer.h
ChangeLog Warning fixes: 1999-05-19 11:30:30 +00:00
check-init.c [multiple changes] 1999-05-14 06:44:11 -07:00
class.c Warning fixes: 1999-05-19 11:30:30 +00:00
config-lang.in
constants.c
convert.h
decl.c Warning fixes: 1999-05-19 11:30:30 +00:00
except.c java-except.h (struct eh_range): Removed unused `next' member. 1999-05-18 15:03:26 +00:00
expr.c Warning fixes: 1999-05-19 11:30:30 +00:00
gjavah.c gjavah.c (print_include): Cast the result of `strlen' to int when comparing against a signed value. 1999-05-13 12:05:02 +00:00
java-except.h java-except.h (struct eh_range): Removed unused `next' member. 1999-05-18 15:03:26 +00:00
java-opcodes.h
java-tree.def
java-tree.h check-init.c (check_init): Removed code accepting to see things falling through default:, when doing xrefs. 1999-05-13 07:33:37 -07:00
javaop.def
javaop.h
jcf-depend.c
jcf-dump.c
jcf-io.c expr.c (expand_invoke): Mark parameter `nargs' with ATTRIBUTE_UNUSED. 1999-05-12 17:04:30 +00:00
jcf-parse.c
jcf-path.c
jcf-reader.c expr.c (expand_invoke): Mark parameter `nargs' with ATTRIBUTE_UNUSED. 1999-05-12 17:04:30 +00:00
jcf-write.c
jcf.h
jv-scan.c
jvgenmain.c
jvspec.c Warning fixes: 1999-05-19 11:30:30 +00:00
keyword.gperf
keyword.h
lang-options.h lang-options.h: -MD, -MMD, -M and -MM not needed here for cpplib-enabled build. 1999-05-11 04:50:13 -04:00
lang-specs.h
lang.c [multiple changes] 1999-05-14 06:44:11 -07:00
lex.c check-init.c (check_init): Exclude a case of error when doing xrefs. 1999-05-03 09:45:18 -07:00
lex.h lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or HOST_BITS_PER_CHAR. 1999-05-12 16:52:35 +00:00
Make-lang.in Make-lang.in (jvspec.o): Don't define WITH_THREAD_x or WITH_GC_x flags. 1999-05-11 12:00:35 +00:00
Makefile.in Makefile.in: Remove -v from bison command lines. 1999-04-30 17:57:22 +00:00
mangle.c
parse-scan.c parse-scan.y (interface_declaration): Call report_class_declaration for interfaces. 1999-05-03 17:04:54 +00:00
parse-scan.y parse-scan.y (interface_declaration): Call report_class_declaration for interfaces. 1999-05-03 16:59:16 +00:00
parse.c Warning fixes: 1999-05-19 11:30:30 +00:00
parse.h class.c (make_field_value): DECL_INITIAL may be a string literal... 1999-05-05 14:10:07 -07:00
parse.y Warning fixes: 1999-05-19 11:30:30 +00:00
typeck.c check-init.c (check_init): Removed code accepting to see things falling through default:, when doing xrefs. 1999-05-13 07:33:37 -07:00
verify.c Warning fixes: 1999-05-19 11:30:30 +00:00
xref.c Warning fixes: 1999-05-19 11:30:30 +00:00
xref.h [multiple changes] 1999-05-14 06:44:11 -07:00
zextract.c
zipfile.h