aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
1993-10-05(error and its kin): Use #defines for the argument lists for ease ofRichard Kenner1-55/+53
1993-10-03(lang_options): Add temporary parameter "gnat".Richard Kenner1-0/+3
1993-09-28(output_quoted_string): New function.Paul Eggert1-1/+21
1993-09-23(lang_options): Add -fallow-single-precision.Richard Stallman1-0/+1
1993-09-22fixed typoJan Brittenson1-1/+1
1993-09-21bytecodeJan Brittenson1-46/+107
1993-08-26Cygnus<->FSF merge.Brendan Kehoe1-2/+0
1993-08-08(rest_of_decl_compilation): Fix typo in previous change.Richard Stallman1-1/+1
1993-08-08(rest_of_decl_compilation): Don't look at DECL_IGNORED_P.Richard Stallman1-6/+7
1993-08-04toplev.c (rest_of_compilation): If not optimizing, turn off DECL_INLINE for f...Jeff Law1-1/+3
1993-07-26(main): When -W sets warn_uninitialized, avoid later warningRichard Stallman1-1/+5
1993-07-26(strip_off_ending): Allow .ad* for Ada.Richard Kenner1-1/+3
1993-07-23(rest_of_decl_compilation): Pass 0 as DONT_OUTPUT_DATA to assemble_variable.Richard Stallman1-1/+1
1993-07-17(rest_of_compilation): If function is extern inline,Richard Stallman1-0/+5
1993-07-09Cygnus<->FSF merge.Brendan Kehoe1-0/+2
1993-06-26(compile_file): Switch to temporary allocation when writing out inlineRichard Kenner1-2/+6
1993-06-25add C++ flagsBrendan Kehoe1-0/+4
1993-06-25(lang_options): Add -fdollars-in-identifiers.Richard Stallman1-0/+2
1993-06-22toplev.c (report_error_function): Change format of the included-file stack to...Brendan Kehoe1-1/+1
1993-06-19(compile_file): For static decl never defined,Richard Stallman1-1/+5
1993-05-24(compile_file): Undo previous changes (that were to callRichard Stallman1-5/+10
1993-05-15Fix typo in last change.Richard Stallman1-1/+1
1993-05-15(compile_file): If support dbx output,Richard Stallman1-0/+5
1993-05-06(main): Improve error message in previous change.Richard Stallman1-1/+1
1993-05-05(main): If C++ for Dwarf requested, warn and turn it off.Richard Stallman1-0/+9
1993-05-05(flag_defer_pop): Initialize to 0.Richard Stallman1-1/+2
1993-04-13(main): Don't call signal for undefined signal names.Richard Kenner1-0/+2
1993-04-13(-Wprotocol): addedKresten Krab Thorup1-0/+2
1993-04-11(strip_off_ending): Add .atr for Ada.Richard Kenner1-0/+2
1993-04-09(lang_options): Add -fgnu-runtime and -fnext-runtime.Tom Wood1-0/+4
1993-03-31(compile_file): Call incomplete_decl_finalize_hook only if nonzero.Richard Stallman1-1/+2
1993-03-31(compile_file): Only call `*incomplete_decl_finalize_hook'Richard Stallman1-1/+1
1993-03-28(lang_options): Add -W{no-,}missing-braces.Richard Stallman1-0/+2
1993-03-26Cygnus<-->FSF merge.Brendan Kehoe1-0/+2
1993-03-25Added front-end taggint to object files.Mike Stump1-0/+18
1993-03-23(DEFAULT_PCC_STRUCT_RETURN): Add default definition of 1.Jim Wilson1-1/+11
1993-03-23(compile_file): If warning about a functionRichard Stallman1-1/+8
1993-03-22(incomplete_decl_finalize_hook): New variable.Richard Stallman1-0/+8
1993-03-09Comment change.Richard Stallman1-0/+3
1993-03-08(flag_volatile_global): New variable.Richard Stallman1-0/+2
1993-02-27(compile_file): Use pedwarn_with_decl to warn aboutRichard Stallman1-1/+1
1993-02-25No need to #undef ABS; done in rtl.h.Richard Kenner1-1/+0
1993-02-18(ABS): #undef after including sys/time.h and sys/resource.h.Richard Stallman1-0/+1
1993-02-08(compile_file): Don't flag global register variables as unused.John Hassey1-0/+1
1993-02-05* toplev.c (lang_options): Remove `-fSOS' and `-fno-SOS'.Brendan Kehoe1-2/+0
1993-01-14c-decl.c (c_decode_option): Set WARN_UNINITIALIZED to 2 with -Wall...Brendan Kehoe1-2/+10
1993-01-10# Fix misspellings in comments.Paul Eggert1-1/+1
1993-01-09(really_sorry): Use progname in error message, not c++.Richard Stallman1-1/+1
1992-11-22(W_options): Delete -Wreturn-type, as it is in lang_options.Richard Stallman1-1/+0
1992-11-11(lang_options): Change +e... to -+e...Richard Stallman1-3/+3