aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-28final.c (rest_of_clean_state): Use %m in errors instead of strerror (errno).Joseph Myers1-4/+4
2010-05-27diagnostic-core.h: New.Joseph Myers1-9/+5
2010-05-27input.c: New file.Joseph Myers1-6/+0
2010-05-26pretty-print.c: Don't include ggc.h.Joseph Myers1-0/+11
2010-05-26diagnostic.c: Don't include opts.h.Joseph Myers1-6/+5
2010-05-25diagnostic.c: Don't include plugin.h.Joseph Myers1-0/+1
2010-05-24diagnostic.c: Don't include flags.h.Joseph Myers1-0/+5
2010-05-24re PR target/44132 (emutls is broken under a range of circumstances.)Iain Sandoe1-4/+5
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+7
2010-05-21real: Do not include gmp.h, mpfr.h, and mpc.h.Steven Bosscher1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-19diagnostic.c (FLOAT, FFS): Don't undefine.Joseph Myers1-2/+0
2010-05-14toplev.c (default_debug_hooks): Remove this variable.Tristan Gingold1-31/+1
2010-04-30sdbout.c: Include vec.h, do not include varray.h.Steven Bosscher1-2/+0
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-0/+1
2010-04-29gengtype.c (open_base_files): Add lto-streamer.hJan Hubicka1-1/+1
2010-04-23toplev.c (general_init): Set default for fdiagnostics-show-option.Manuel López-Ibáñez1-0/+1
2010-04-09re PR other/42965 (no "warnings being treated as errors" for individual -Werr...Manuel López-Ibáñez1-0/+1
2010-04-07re PR c/18624 (GCC does not detect local variable set but never used)Jakub Jelinek1-0/+6
2010-03-31re PR other/43562 (GCC ICE on optimize attribute)Jie Zhang1-2/+2
2010-03-29re PR other/43564 (ICE on code with optimize attribute and inlining)Jie Zhang1-0/+4
2010-03-24re PR debug/43293 (Invalid unwind info for i?86 -fpic)Jakub Jelinek1-0/+4
2010-02-26diagnostic.c (diagnostic_initialize): Update.Manuel López-Ibáñez1-0/+4
2010-01-18toplev.c (default_get_pch_validity): Rename argument to "sz".Joern Rennecke1-5/+5
2010-01-03Pass -dumpbase and -dumpdir to gcc for LTOH.J. Lu1-0/+5
2010-01-02re PR lto/41597 (Bad .comm directive)Richard Guenther1-2/+15
2009-12-07re PR other/40302 (GCC must hard-require MPC before release)Kaveh R. Ghazi1-12/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-8/+8
2009-11-24cfgrtl.c (commit_one_edge_insertion): Remove set but not used local variable ...David Binderman1-7/+1
2009-11-17toplev.c (process_options): Remove dead code.Eric Botcazou1-8/+4
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+21
2009-09-24re PR bootstrap/41405 (Bootstrap fails on *-apple-darwin* due to revision 151...Iain Sandoe1-0/+5
2009-09-10ira-conflicts.c: Use fputs or putc instead of fprintf where appropriate.Uros Bizjak1-4/+4
2009-09-08toplev.c (process_options): Choose default debugging type when gtoggle enable...Alexandre Oliva1-1/+6
2009-09-04toplev.c (process_options): Move setter of flag_var_tracking before other tes...Alexandre Oliva1-10/+15
2009-09-03toplev.c (process_options): Enable var-tracking-assignments by default if var...Alexandre Oliva1-1/+1
2009-09-03[multiple changes]Diego Novillo1-2/+2
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-4/+25
2009-08-03tree-cfg.c (pass_warn_unused_result): Mark name that no dump file will be cre...Richard Guenther1-2/+1
2009-08-01Rename -fgraphite-force-parallel to -floop-parallelize-all.Sebastian Pop1-1/+1
2009-07-31New implementation of Graphite.Sebastian Pop1-2/+3
2009-07-20toplev.c: Invoke FINISH_UNIT callbacks before call to finalize().Olatunji Ruwase1-3/+3
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-0/+2
2009-06-29plugins.texi: Document PLUGIN_START_UNIT.Olatunji Ruwase1-0/+1
2009-06-16toplev.h (floor_log2): If GCC_VERSION >= 3004, declare as static inline, not ...Ian Lance Taylor1-13/+5
2009-06-08common.opt (fcompare-debug=, [...]): New.Alexandre Oliva1-0/+25
2009-06-01attribs.c (register_attribute): Use CONST_CAST.Ian Lance Taylor1-3/+3
2009-05-15builtins.c (do_mpc_arg1, [...]): New.Kaveh R. Ghazi1-2/+18
2009-05-08re PR c/36892 (Support __attribute__((deprecated("text string"))))H.J. Lu1-12/+66
2009-05-05attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers1-10/+12