summaryrefslogtreecommitdiff
path: root/gcc/java/typeck.c
AgeCommit message (Expand)Author
2016-09-30Makefile.def: Remove libjava.Andrew Haley
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz
2016-01-04Update copyright years.Jakub Jelinek
2015-11-11decl.c: Remove unused header files.Andrew MacLeod
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-22gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-01-10Update copyright years in gcc/Richard Sandiford
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez
2010-05-23java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher
2009-09-01tree-flow.h (mark_addressable): Move declaration ...Richard Guenther
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez
2008-08-12defaults.h (TARGET_FLOAT_FORMAT): Remove.Ulrich Weigand
2008-06-24jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey
2007-08-17typeck.c (find_method_in_interfaces): Update.Tom Tromey
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola
2007-03-30typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola
2007-01-11typeck.c (convert): Don't use flag_emit_class_files.Tom Tromey
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-11-12re PR java/29805 (Write past end of array in java/typeck.c)David Daney
2006-02-09re PR java/26192 (ICE while compiling jar or class file (azureus))Andrew Haley
2006-02-04decl.c (java_init_decl_processing): Create char_type_node as a regular INTEGE...Roger Sayle
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston
2005-09-18builtins.c (max_builtin, [...]): Use fold_buildN.James A. Morrison
2005-09-06check-init.c, [...]: Fix comment typos.Kazu Hirata
2005-09-05re PR java/23431 (gcj allows overriding with more restrictive access)Ranjit Mathew
2005-06-25Update FSF address.Kelley Cook
2005-06-09* typeck.c (convert): Only clear TREE_OVERFLOW on INTEGER_CST nodes.Roger Sayle
2005-03-06jcf-dump.c, [...]: Update copyright.Kazu Hirata
2005-03-06Remove xref code.Ranjit Mathew
2004-12-20typeck.c: Use fold_convert for ints and booleans.Andrew Haley
2004-12-17re PR java/18931 (Java bytecode ICE in except.c remove_unreachable_regions)Andrew Haley
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell
2004-08-04typeck.c (convert_ieee_real_to_integer): Call fold on the range checking tree...Roger Sayle