aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/misc.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-14re PR ada/19037 (constant renaming creates new constant)Olivier Hainque1-1/+3
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor1-2/+2
2007-08-09optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka1-2/+2
2007-06-21re PR tree-optimization/25737 (ACATS c974001 c974013 hang with struct aliasing)Eric Botcazou1-5/+0
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-2/+0
2007-06-06gigi.h, trans.c (Identifier_to_gnu): Change test for deferred constant by add...Gary Dismukes1-9/+27
2007-05-22* misc.c (enumerate_modes): Consider log2_b to always be one.Alexandre Oliva1-1/+1
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-2/+0
2007-04-22misc.c (gnat_expand_body): Don't call target for destructors, avoid redundant...Jan Hubicka1-11/+0
2007-04-06gnatvsn.ads, [...] (Get_Gnat_build_Type): Renamed Build_Type and made constant.Arnaud Charlet1-14/+23
2007-03-30typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola1-2/+0
2007-02-03* misc.c, utils2.c: Fix comment typos.Kazu Hirata1-1/+1
2006-10-31gigi.h: (tree_code_for_record_type): Declare.Eric Botcazou1-9/+13
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-0/+2
2006-09-13re PR ada/21952 (Annoying "attribute directive ignored" warnings)Eric Botcazou1-0/+2
2006-06-23tree.c (max_int_size_in_bytes): New function, inspired from code in function....Olivier Hainque1-4/+31
2006-05-19langhooks.h (struct lang_hooks): Add dwarf_name language hook.Nicolas Setton1-0/+11
2006-02-17re PR ada/26315 (ACATS failures c43208b c85006a c85006d cd92001)Eric Botcazou1-0/+1
2006-02-15lang.opt: Wvariadic-macros: New option.Eric Botcazou1-1/+4
2005-11-19re PR ada/23717 ([Ada] Wrong ICE diagnostic formatting)Richard Guenther1-4/+17
2005-07-04decl.c (prepend_attributes): New case.Eric Botcazou1-1/+9
2005-07-01Update FSF addressR. Kelley Cook1-2/+2
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook1-0/+1
2005-06-16Minor reformatting.Arnaud Charlet1-1/+1
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-03-23langhooks.h (truthvalue_conversion): Remove.Joseph Myers1-2/+0
2005-03-18ada-tree.h: (DECL_RENAMING_GLOBAL_P): New predicate.Eric Botcazou1-12/+12
2005-03-15re PR ada/20226 (Error in __gnat_install_SEH_handler breaks bootstrap)Pascal Obry1-4/+13
2005-03-13In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-0/+2
2005-02-10init.c (__gnat_initialize): Add a new parameter eh which contains the address...Arnaud Charlet1-3/+3
2004-12-08misc.c (gnat_types_compatible_p, [...]): Remove.Arnaud Charlet1-24/+2
2004-11-24c-opts.c (c_common_post_options): Don't clear flag_inline_functions.Steven Bosscher1-4/+1
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-1/+1
2004-10-01c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka1-1/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-2/+2
2004-09-01[multiple changes]Arnaud Charlet1-2/+2
2004-08-18alias.c (readonly_fields_p): Remove.Richard Henderson1-2/+0
2004-07-26[multiple changes]Arnaud Charlet1-35/+44
2004-07-13[multiple changes]Arnaud Charlet1-1/+37
2004-07-13function.c (pass_by_reference): New.Richard Henderson1-14/+14
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers1-8/+0
2004-06-28decl.c: Remove calls to add_decl_expr...Richard Kenner1-0/+9
2004-06-07ada-tree.def (TRANSFORM_EXPR, [...]): Deleted.Richard Kenner1-119/+36
2004-05-17[multiple changes]Arnaud Charlet1-60/+6
2004-05-10[multiple changes]Arnaud Charlet1-1/+3
2004-04-27[multiple changes]Arnaud Charlet1-34/+0
2004-03-19langhooks-def.h (LANG_HOOKS_HASH_TYPES): New macro and hook.Richard Kenner1-2/+4
2004-02-19Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.Richard Henderson1-1/+1
2004-02-10emit-rtl.c (set_decl_incoming_rtl): New.Josef Zlomek1-1/+1