aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2003-06-15c-opts.c (lang_flags): Update for new spelling of flags.Neil Booth3-21/+10
2003-06-15c-pch.c (asm_file_name): Remove.Neil Booth2-3/+7
2003-06-14lang-specs.h: Rewrite -MD and -MMD to append an underscore.Neil Booth4-5/+11
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell4-3/+12
2003-06-14Makefile.in: Update to use common.opt and lang_opt_files.Neil Booth3-12/+12
2003-06-11hooks.c (hook_int_size_t_constcharptr_int_0): New.Neil Booth2-0/+5
2003-06-11lang.c (java_handle_option): Update dependency_tracking for OPT_MF case.Tom Tromey2-0/+4
2003-06-11lang.c (java_handle_option): OPT_fbootclasspath_ can take an empty argument.Tom Tromey2-6/+12
2003-06-10resource.c (write_resource_constructor): Use expand_expr to generate the addr...Andrew Haley3-3/+10
2003-06-10langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.Andrew Haley2-0/+21
2003-06-09Make-lang.in (JAVA_OBJS, [...]): Update.Neil Booth8-241/+365
2003-06-09tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is removed.Nathan Sidwell4-16/+19
2003-06-08jvspec.c (jvgenmain_spec): Added `*' after fassume-compiled and fno-assume-co...Tom Tromey2-1/+6
2003-06-08builtins.c (define_builtin_type, [...]): Delete.Roger Sayle2-101/+52
2003-06-08��> 2003-06-07�� Anthony Green�� <green@redhat.com> ��>...Anthony Green2-6/+12
2003-06-08Make-lang.in: Update.Neil Booth3-1/+10
2003-06-07Makefile.in (OJBS, c-opts.o): Update.Neil Booth2-2/+8
2003-06-05install.tex: Document profiledbootstrap.Jan Hubicka2-0/+8
2003-05-31flags.h (flag_wrapv): New flag controlling overflow semantics.Roger Sayle2-0/+8
2003-05-29builtins.c (cos_builtin, [...]): Delete.Roger Sayle2-53/+52
2003-05-23* win32-host.c: Normalize copyright boilerplate.Nathanael Nerode2-3/+9
2003-05-17cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi2-5/+8
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg4-11/+17
2003-05-13class.c (layout_class_method): Set DECL_EXTERNAL.Richard Henderson6-14/+47
2003-05-04Make-lang.in (java/parse.o, [...]): Depend on input.h.Nathan Sidwell4-5/+10
2003-05-03re PR java/10491 (gcjh should make enclosing class a "friend" of inner classes)Tom Tromey2-0/+38
2003-05-03re PR java/10459 (ICE with certain expressions as 3rd clause of for loop)Tom Tromey2-7/+21
2003-05-02Makefile.in (TREE_H): Replace location.h with input.h.Nathan Sidwell3-6/+14
2003-05-01missed from my previous checkinNathan Sidwell1-0/+24
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell11-64/+64
2003-04-20jcf-io.c (find_class): use DIR_SEPARATOR instead of '/' when computing java s...Mohan Embar2-1/+7
2003-04-14* gjavah.c (print_c_decl): Indentation fix.Tom Tromey2-6/+10
2003-04-13tree.c (build_constructor): New function.Zack Weinberg5-18/+24
2003-04-10re PR java/10253 (String concatenation with int zero, as in ""+0, results in ...Eric Blake2-19/+36
2003-04-10[multiple changes]Andrew Haley6-10/+143
2003-04-06hashtable.c (gcc_obstack_init): Delete this function and everything related t...Steven Bosscher3-42/+0
2003-03-30fastjar.texi: Remove @ at start of file.Joseph Myers2-1/+5
2003-03-25* parse.y (create_interface): Call CHECK_DEPRECATED.Tom Tromey2-0/+7
2003-03-23configure.in: Check whether it is necessary to link against libm to use ldexp.Zack Weinberg2-427/+432
2003-03-21javaop.h (jfloat, jdouble): Make them structures mirroring the bit fields of ...Zack Weinberg4-88/+188
2003-03-20Makefile.in (STRICT2_WARN): Add @WERROR@.Loren J. Rittle1-1/+1
2003-03-19c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'.Nathanael Nerode2-12/+17
2003-03-19lex.c (do_java_lex): Renamed from java_lex.Tom Tromey2-1/+26
2003-03-13parse.y (resolve_inner_class): Error if qualifier is a primitive type.Tom Tromey2-2/+14
2003-03-12gjavah.c (is_first_data_member): New global variable.Andrew Haley2-0/+23
2003-03-11parse.y (resolve_field_access): Initialize class if field is found in another...Tom Tromey3-1/+28
2003-03-11jcf-io.c (caching_stat): Initialize origsep to remove compiler warning.Andrew Haley2-1/+6
2003-03-10jcf-io.c (caching_stat): Account for both DIR_SEPARATOR and DIR_SEPARATOR_2 f...Ranjit Mathew3-10/+47
2003-03-08c-common.h (c_common_init, [...]): Update.Neil Booth2-67/+74
2003-03-07jcf.h (COMPARE_FILENAMES): New macro similar to "strcmp" to compare file name...Ranjit Mathew3-5/+28