aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/typeck.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+2
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-4/+4
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-23java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher1-1/+0
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2009-09-01tree-flow.h (mark_addressable): Move declaration ...Richard Guenther1-65/+0
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-3/+5
2008-08-12defaults.h (TARGET_FLOAT_FORMAT): Remove.Ulrich Weigand1-2/+1
2008-06-24jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey1-4/+4
2007-08-17typeck.c (find_method_in_interfaces): Update.Tom Tromey1-3/+1
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-4/+3
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-8/+0
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-8/+0
2007-03-30typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola1-21/+2
2007-01-11typeck.c (convert): Don't use flag_emit_class_files.Tom Tromey1-4/+2
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-1/+1
2006-11-12re PR java/29805 (Write past end of array in java/typeck.c)David Daney1-2/+2
2006-02-09re PR java/26192 (ICE while compiling jar or class file (azureus))Andrew Haley1-0/+2
2006-02-04decl.c (java_init_decl_processing): Create char_type_node as a regular INTEGE...Roger Sayle1-5/+9
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston1-9/+5
2005-09-18builtins.c (max_builtin, [...]): Use fold_buildN.James A. Morrison1-16/+16
2005-09-06check-init.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-09-05re PR java/23431 (gcj allows overriding with more restrictive access)Ranjit Mathew1-1/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-09* typeck.c (convert): Only clear TREE_OVERFLOW on INTEGER_CST nodes.Roger Sayle1-1/+2
2005-03-06jcf-dump.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-06Remove xref code.Ranjit Mathew1-3/+0
2004-12-20typeck.c: Use fold_convert for ints and booleans.Andrew Haley1-1/+1
2004-12-17re PR java/18931 (Java bytecode ICE in except.c remove_unreachable_regions)Andrew Haley1-16/+2
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-1/+1
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-2/+1
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+2
2004-08-04typeck.c (convert_ieee_real_to_integer): Call fold on the range checking tree...Roger Sayle1-18/+21
2004-07-24boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump1-1/+1
2004-07-21verify.c (verify_jvm_instructions): Comment change only.Andrew Haley1-2/+10
2004-07-20tree.h: Include vec.hNathan Sidwell1-6/+5
2004-07-18builtins.c (max_builtin, [...]): Replace calls to build with buildN.Roger Sayle1-15/+15
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-3/+2
2004-06-27Formatting fixes.Ranjit Mathew1-4/+4
2004-05-19typeck.c: Remove non-printable character 160.Paolo Bonzini1-1/+1
2004-03-15re PR java/14551 (Switch w sign-extended byte and >16 labels causes error in ...Andrew Haley1-1/+8
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-16typeck.c (find_method_in_interfaces): Move variable definition up.Andrew Pinski1-1/+2
2004-01-16re PR java/13273 (gcj generates call to abstract method)Andrew Haley1-66/+111
2003-12-20class.c: Remove uses of "register" specifier in declarations of arguments and...Kazu Hirata1-3/+3
2003-08-12parse.y (java_check_regular_methods): Typo fixes.Tom Tromey1-83/+101
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