summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)Author
2020-05-05Silence warning in LTO mode on VxWorksEric Botcazou
2020-02-24PR47785: Add support for handling Xassembler/Wa options with LTO.Prathamesh Kulkarni
2020-01-01Update copyright years.Jakub Jelinek
2020-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2019-11-30driver: Do not warn about ineffective `-x' option if no inputs were givenMaciej W. Rozycki
2019-11-12Remove last leftover usage of params* files.Martin Liska
2019-11-12Remove gcc/params.* files.Martin Liska
2019-10-10pretty-print: support URL escape sequences (PR 87488)David Malcolm
2019-08-08Fix file descriptor existence of MinGW.Martin Liska
2019-08-02Properly detect working jobserver in gcc driver.Martin Liska
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-03Add zstd support for LTO bytecode compression.Martin Liska
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-05-13[PATCH] A couple of driver cleanupsNathan Sidwell
2019-05-02Postpone print of --help=* option.Martin Liska
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-02-18Support if statement in !GCC$ builtin directive.Martin Liska
2019-01-16Extend locations where to seach for Fortran pre-include.Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2019-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2018-11-27Support simd function declarations via a pre-include.Martin Liska
2018-11-15Machine-readable diagnostic output (PR other/19165)David Malcolm
2018-10-28Add D front-end, libphobos library, and D2 testsuite.Iain Buclaw
2018-09-20Fix and document -r optionAllan Sandfeld Jensen
2018-09-11* gcc.c (load_specs, execute, run_attempt): Use %qs not '%s'.Nathan Sidwell
2018-09-11[driver] Use regular error routinesNathan Sidwell
2018-09-09[PATCH] internalize a driver fnNathan Sidwell
2018-07-31Improve specs processing to allow %* in function argumentsOlivier Hainque
2018-07-31Add support for -nolibcOlivier Hainque
2018-07-31getenv_spec_function to prepend / to value for undef varOlivier Hainque
2018-07-05RevertJakub Jelinek
2018-07-04re PR sanitizer/84250 (Symbol collision when using both Address and Undefined...Maxim Ostapenko
2018-06-28Come up with new --completion option.Martin Liska
2018-06-28Makefile.in: Add opt-suggestions.o.Martin Liska
2018-06-12gcc.c: Document new %@{...} sequence.Eric Botcazou
2018-06-08Remove MPXMartin Liska
2018-05-30passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka
2018-02-09re PR sanitizer/84285 (Fail to statically link with -fsanitize=undefined)Jakub Jelinek
2018-01-09re PR preprocessor/83722 (the ICE dumper doesn't comment-out some error messa...Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2018-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2017-11-28Remove Cilk Plus support.Julia Koval
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm
2017-10-30* gcc.c (HAVE_TARGET_EXECUTABLE_SUFFIX): Remove old kludge.Eric Botcazou
2017-10-29Delete obsolete SDB debug info support.James E Wilson
2017-09-12Add -static-pie to GCC driver to create static PIEH.J. Lu
2017-08-29Fix --help=target (PR other/39851).Martin Liska
2017-08-28gcc.c (execute): Fold SIGPIPE handling into switch statement.Nathan Sidwell
2017-08-23Fix broken MinGW build of gcc.cThomas Preud'homme