aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
1998-11-15toplev.c (compile_file): Don't pedwarn about undefined static functions just ...Jason Merrill1-2/+6
1998-11-12Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.Geoffrey Noer1-3/+3
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-28/+28
1998-11-04toplev.c (output_lang_identify): Make definition dependent on ASM_IDENTIFY_LA...Jeff Law1-1/+4
1998-11-04rtl.h (flow2_completed): Declare.Jeff Law1-0/+3
1998-10-31toplev.c (rest_of_compilation): No longer set reload_completed.Jeff Law1-2/+2
1998-10-29flow.c (XNMALLOC): New macro.Bernd Schmidt1-0/+2
1998-10-29[multiple changes]Zack Weinberg1-0/+1
1998-10-28Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.Richard Henderson1-0/+28
1998-10-28regclass.c (renumber, [...]): New static variables, moved out of allocate_reg...Bernd Schmidt1-0/+4
1998-10-27* toplev.c (compile_file): Temporarily revert last change.Jason Merrill1-4/+0
1998-10-27toplev.c (compile_file): Call allocate_reg_info to free register table memory.Jeffrey A Law1-0/+4
1998-10-27Ignore empty target specific options...Nick Clifton1-5/+20
1998-10-21invoke.texi: Document -flang-isoc9x.Mark Mitchell1-0/+1
1998-10-20New warning, `missing-noreturn':Kaveh R. Ghazi1-0/+3
1998-10-17Warning fixes:Kaveh R. Ghazi1-1/+1
1998-10-17Prepend '-m' to --hrlp output of target specific options.Nick Clifton1-14/+18
1998-10-15flow.c (life_analysis_1): Do not clobber regs_ever_live after reload.Bernd Schmidt1-8/+9
1998-10-14toplev.c: If flag_syntax_only, don't open or write assembler file.Per Bothner1-35/+53
1998-10-14Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1-2/+2
1998-10-13Warning fixes:Kaveh R. Ghazi1-8/+10
1998-10-10flow.c (find_basic_blocks): Delte "live_reachable_p" argument.Jeffrey A Law1-1/+1
1998-10-08Fix thinko in last change.Jeff Law1-0/+4
1998-10-08* toplev.c (output_file_directive): Use DIR_SEPARATOR, not '/'.Jeffrey A Law1-1/+1
1998-10-07flags.h (flag_branch_on_count_reg): Always declareMichael Hayes1-4/+3
1998-10-06Cleanup for -fdump-unnumbered:J"orn Rennecke1-2/+0
1998-09-30toplev.c (documented_lang_options): Recognize -include, -imacros, -iwithprefi...Zack Weinberg1-1/+5
1998-09-30fix bad patch.Catherine Moore1-8/+7
1998-09-28toplev.c (documented_lang_options): Spelling corrections.Kaveh R. Ghazi1-3/+3
1998-09-28fix last patch.Catherine Moore1-4/+4
1998-09-28flags.h: Add flag_data_sections.Catherine Moore1-0/+12
1998-09-21toplev.c (rest_of_compilation): Skip compiling anything with DECL_EXTERNAL se...Jason Merrill1-2/+3
1998-09-20Makefile.in (LIBS): Link in libiberty.a.Per Bothner1-2/+2
1998-09-18toplev.c (rest_of_compilation): Set bct_p on second call to loop_optimize.David Edelsohn1-2/+2
1998-09-09toplev.c (rest_of_compilation): Open up the dump file for reg-stack before ca...Jeffrey A Law1-0/+3
1998-09-07* toplev.c (print_switch_values): Make static to match prototype.Kaveh R. Ghazi1-1/+1
1998-09-06Makefile.in (toplev.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-21/+30
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-08-17Makefile.in (cplus-dep.o): Use cplus-dem.c from libiberty.Kaveh R. Ghazi1-2/+0
1998-08-17toplev.c (main): Enable -fstrict-aliasing for -O2 and above.Jeffrey A Law1-3/+1
1998-08-13expr.c (safe_from_p): Change code to ERROR_MARK only when not accessing nodes.Jason Merrill1-4/+6
1998-07-30Function entry/exit profiling instrumentation:Ken Raeburn1-1/+6
1998-07-14Improve --help support.Nick Clifton1-2/+12
1998-07-13Add --help option.Nick Clifton1-250/+602
1998-07-08toplev.c (lang_options): Add -Wlong-long, -Wno-long-long options.Vladimir N. Makarov1-0/+2
1998-07-06c-decl.c: Add warn_multichar.Jason Merrill1-0/+2
1998-07-02Add initial varray support infrastructureMichael Meissner1-5/+35
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-8/+15
1998-06-29Warning fixes:Kaveh R. Ghazi1-1/+1
1998-06-27flow.c (count_reg_sets): New function.Jeffrey A Law1-0/+1