aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/typeck.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-71/+30
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-6/+6
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+5
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-08-04Index: ChangeLogGeoffrey Keating1-1/+0
2002-06-04java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks...Zack Weinberg1-1/+1
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg1-0/+1
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth1-12/+0
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-8/+8
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-6/+5
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-2/+2
2001-12-03jcf.h: Fix obvious typo in comment.Per Bothner1-0/+2
2001-09-07typeck.c (java_array_type_length, [...]): Represent empty arrays by NULL index.Matt Kraai1-6/+15
2001-04-29jcf-io.c (read_zip_member): Cast to long in comparison with signed value.Kaveh R. Ghazi1-2/+3
2001-04-26Fix method search wrt scope of inner classes to match JLS2.Per Bothner1-2/+20
2001-03-07Brad's -ffast-math breakup.Brad Lucier1-1/+1
2001-02-19Forgot this file on last check-in.Bryce McKinlay1-5/+0
2001-02-14[multiple changes]Alexandre Petit-Bianco1-1/+9
2001-02-06typeck.c (build_prim_array_type): Added leading comment.Jeff Sturm1-34/+11
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-10/+15
2001-02-01jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last argument.Alexandre Petit-Bianco1-2/+0
2001-01-25ChangeLog (2001-01-21): Fixed typo.Alexandre Petit-Bianco1-7/+2
2000-10-13Remove obstacks.Mark Mitchell1-6/+0
2000-10-03re GNATS gcj/307 (gcj allows boolean value to be returned for int method)Tom Tromey1-1/+1
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-0/+1
2000-09-09typeck.c (build_java_array_type): Correct first parameter in ADJUST_FIELD_ALI...Geoff Keating1-1/+1
2000-08-29typeck.c (build_java_array_type): Rewrite code to do array alignment.Andrew Haley1-2/+23
2000-06-14tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek1-1/+4
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-15/+6
2000-03-13typeck.c (build_prim_array_type): Correctly set the high word too.Hans Boehm1-1/+1
2000-03-06[multiple changes]Alexandre Petit-Bianco1-58/+82
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-3/+3
1999-12-30expr.c (expand_invoke): Layout the loaded class before attempting to use it.Alexandre Petit-Bianco1-0/+3
1999-12-30class.c (class_depth): Return -1 if the class doesn't load properly.Alexandre Petit-Bianco1-2/+7
1999-11-17typeck.c: (lookup_java_method): search all inherited interfaces when...Godmar Back1-5/+51
1999-10-14jcf-dump.c (print_constant, [...]): Don't call a variadic function with a non...Kaveh R. Ghazi1-1/+5
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-1/+5
1999-07-21lang.c (flag_use_divide_subroutine): New variable.Andrew Haley1-16/+33
1999-05-13check-init.c (check_init): Removed code accepting to see things falling throu...Alexandre Petit-Bianco1-0/+3
1999-03-12Warning fixes:Kaveh R. Ghazi1-1/+0
1999-03-06Makefile.in (jcf-parse.o): Depend on $(PARSE_H).Kaveh R. Ghazi1-1/+1
1999-02-26typeck.c (convert_ieee_real_to_integer): Use save_expr instead of explicit bu...Per Bothner1-16/+5
1999-02-19parse.y (obtain_incomplete_type): Don't wrap unknown types in TREE_LIST - jus...Per Bothner1-1/+6
1999-01-23Update copyrights for the last patchKaveh Ghazi1-1/+1
1999-01-23Warning fixes:Kaveh R. Ghazi1-3/+3
1999-01-21[multiple changes]Andrew Haley1-1/+49
1998-11-25java-tree.h (end_params_node): Declare global.Per Bothner1-3/+3
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-5/+1