aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
1994-11-16(rest_of_compilation): Always rerun jump_optimize after CSE if -O2.Richard Kenner1-1/+1
1994-10-25(lang_options): Add -f{no-,}access-control.Jason Merrill1-0/+2
1994-10-18Fix commentJason Merrill1-5/+1
1994-09-30Don't include times.h for winnt.Richard Kenner1-4/+8
1994-09-05*** empty log message ***Jason Merrill1-0/+2
1994-09-02Add better error messages than abort to reload1, and print insn involed.Michael Meissner1-8/+19
1994-08-30Add -WreorderJason Merrill1-0/+2
1994-07-18(rest_of_compilation): Clear DECL_ABSTRACT_ORIGIN ifJim Wilson1-0/+1
1994-07-07expr.c (expand_expr, [...]): All cleanups have to be protected by interim exc...Mike Stump1-0/+16
1994-07-01(compile_file): Pass through static consts and inlinesJason Merrill1-24/+46
1994-06-30(lang_options): Add -W{no-,}non-virtual-dtor.Jason Merrill1-0/+2
1994-06-26(v_message_with_decl): Avoid fwrite for stderr; mixing it with fprintfRichard Kenner1-4/+11
1994-06-24Add -W[no]-bad-function-cast.Richard Kenner1-0/+2
1994-06-23(compile_file): Use TREE_SYMBOL_REFERENCED instead ofJason Merrill1-15/+8
1994-06-23(compile_file): Don't try to write function if we didn't save insnsRichard Kenner1-0/+1
1994-06-16(compile_file): Unset DECL_DEFER_OUTPUT on decls considered at end of file.Jason Merrill1-0/+9
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1-4/+9
1994-05-31(v_pedwarn_with_decl): Don't even issue warnings fromDoug Evans1-7/+9
1994-05-31(lang_options): Add -f{no-,}implicit-templates.Jason Merrill1-0/+4
1994-05-27toplev.c (compile_file): Call init_regs after `word_mode' is valid.Doug Evans1-1/+1
1994-05-13calls.c (expand_call): Only destroy temporaries at the end of function calls,...Mike Stump1-0/+6
1994-05-06loose some C++ options.Mike Stump1-4/+0
1994-05-02Don't write out static consts now, unless we need them.Per Bothner1-6/+25
1994-04-20(compile_file): Call new function init_regs.Doug Evans1-4/+2
1994-04-20Add -fhandle-signatures for C++ frontend.Mike Stump1-0/+2
1994-04-13Don't warn about unused static const variables.Per Bothner1-5/+4
1994-04-06Add -f[no-]vtable-thunks (for C++).Per Bothner1-0/+2
1994-04-06(lang_options): Group and alphabetize some options.Richard Kenner1-44/+48
1994-04-06(lang_options): Add -Wmissing-declarations.Richard Kenner1-0/+2
1994-03-30Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs.Richard Kenner1-2/+2
1994-03-25(compile_file): Remove unused label.Richard Kenner1-2/+0
1994-03-24(v_pedwarn_with_decl): Don't cause compilation to failDoug Evans1-1/+9
1994-03-14(compile_file): Call bc_write_file here and pass asm_out_file, not stdout.Richard Kenner1-4/+4
1994-03-11Use PVPROTO for varargs prototypes.Richard Kenner1-14/+14
1994-03-08(compile_file): Likewise.Jim Wilson1-1/+1
1994-02-27(id_clash_len): Now unsigned.Richard Kenner1-1/+26
1994-02-14(lang_options): Add -W{no,}extern-inline.Richard Kenner1-0/+2
1994-02-10Use PROTO for varargs functions.Richard Kenner1-71/+144
1994-02-08Include ctype.h.Richard Kenner1-0/+1
1994-02-08(open_dump_file): New function.Doug Evans1-115/+32
1994-02-05(rest_of_compilation): Invoke MACHINE_DEPENDENT_REORG if defined.Richard Kenner1-0/+5
1994-02-02(lang_options): Sort C++ options and add -f{no-,}external-templates.Richard Kenner1-34/+36
1994-02-01(rest_of_compilation): `volatile' function warning corrected to readRichard Kenner1-1/+1
1994-01-31Unify error and message functions:Richard Kenner1-153/+426
1994-01-24(compile_file): If yyparse returns an error, pop allJim Wilson1-2/+9
1994-01-23(rest_of_compilation): Defer compilation of function that were specified as i...Richard Kenner1-3/+5
1994-01-08(rest_of_compilation): jump_optimize can change max_reg_num so rerun reg_scanDoug Evans1-2/+5
1994-01-03(rest_of_compilation): Pass 1 for flag_before_jump firstTorbjorn Granlund1-1/+1
1993-12-31(main): Turn on -fomit-frame-pointer if it is safe.Richard Kenner1-0/+8
1993-12-24cse.c (cse_insn): Set "cse_jumps_altered" when collapsing a switch statement ...Jeff Law1-0/+4