aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/misc.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-06* misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.Alan Modra1-1/+1
2004-01-12misc.c: Remove trailing spaces.Arnaud Charlet1-3/+3
2004-01-09expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell1-5/+7
2004-01-05[multiple changes]Arnaud Charlet1-2/+8
2003-11-14lang.opt: Change -Wno-long-long to -Wlong-long since the latter is the canoni...Andreas Jaeger1-1/+1
2003-11-10Add handling of -nostdlib, now recognized/needed by gnat1.Arnaud Charlet1-0/+5
2003-11-06genmodes.c: Change the word "bitsize" to "precision" throughout.Zack Weinberg1-4/+4
2003-11-04re PR ada/12806 (Program_Error sinput.adb:397)Arnaud Charlet1-6/+112
2003-10-31C90 prototype updates.R. Kelley Cook1-3/+3
2003-10-293vtrasym.adb, [...]: Minor reformattingArnaud Charlet1-0/+7
2003-10-213psoccon.ads, [...]: Files added.Arnaud Charlet1-85/+135
2003-09-04misc.c: Include "target.h".Michael Matz1-0/+1
2003-09-03targhooks.c: New file.DJ Delorie1-2/+2
2003-07-06c-common.h (c_comon_handle_filename, [...]): New.Neil Booth1-4/+0
2003-07-03misc.c (gnat_argv): Revert last change.Matt Kraai1-3/+3
2003-07-03* misc.c (save_argv): Make const.Neil Booth1-1/+1
2003-07-02* misc.c (save_argc, save_argv): Keep non-static!Neil Booth1-2/+2
2003-07-02c-common.h (c_common_init_options): New prototype.Neil Booth1-9/+14
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-1/+1
2003-06-26c-opts.c (missing_arg): Make non-static.Neil Booth1-7/+0
2003-06-15c-opts.c (lang_flags): Update for new spelling of flags.Neil Booth1-1/+1
2003-06-14Makefile.in: Update to use common.opt and lang_opt_files.Neil Booth1-3/+3
2003-06-14lang.opt: Add -Wall.Neil Booth1-0/+4
2003-06-12* misc.c (gnat_handle_option): Fix warnings.Neil Booth1-1/+4
2003-06-11Make-lang.in: Update to handle command-line options.Neil Booth1-62/+38
2003-06-10* init.c, misc.c, trans.c, utils.c: Remove dead code.Nathanael Nerode1-14/+1
2003-06-08Make-lang.in: Update.Neil Booth1-0/+3
2003-06-07Makefile.in (OJBS, c-opts.o): Update.Neil Booth1-2/+4
2003-04-07tree.c (tree_size): For all 'c' and 'x' nodes...Zack Weinberg1-0/+16
2003-04-03stor-layout.c (do_type_align): New fn, split out from...Jason Merrill1-1/+5
2003-03-08c-common.h (c_common_init, [...]): Update.Neil Booth1-9/+5
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-6/+26