aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Fix -save-temp leaking lto files in /tmpBernd Edlinger1-1/+27
2021-01-01Update copyright dates.Jakub Jelinek1-1/+1
2020-12-11c++: Final module preparationsNathan Sidwell1-0/+1
2020-12-01driver: Don't imply -dD for -g3 -g0 [PR97989]Jakub Jelinek1-1/+1
2020-11-30Fix print_multilib_info when default arguments appear in the option list with...Kito Cheng1-6/+17
2020-11-25libsanitizer: options: Add hwasan flags and argument parsingMatthew Malcomson1-0/+25
2020-11-17MingW: Don't add suffix for nul deviceTamar Christina1-2/+2
2020-11-16Update documentation for spec filesArmin Brauns via Gcc-patches1-0/+6
2020-10-24Update check for working assembler --gdwarf-4 optionH.J. Lu1-2/+2
2020-10-23Add a if-exists-then-else built-in spec functionDouglas Rupp1-0/+25
2020-10-07debug: Pass --gdwarf-N to assembler if fixed gas is detected during configureJakub Jelinek1-4/+73
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-1/+1
2020-08-21driver: Fix several memory leaks [PR63854]Alex Coplan1-8/+52
2020-07-24[PR96230] some -dumpbase-ext fixesAlexandre Oliva1-2/+13
2020-06-05[PR95456] avoid memcpy (_, NULL, 0) in gcc.cAlexandre Oliva1-7/+7
2020-05-26do not skip validation of switch after %<optAlexandre Oliva1-9/+23
2020-05-26revamp dump and aux output namesAlexandre Oliva1-173/+765
2020-05-05Silence warning in LTO mode on VxWorksEric Botcazou1-0/+5
2020-02-24PR47785: Add support for handling Xassembler/Wa options with LTO.Prathamesh Kulkarni1-0/+29
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2020-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-1/+1
2019-11-30driver: Do not warn about ineffective `-x' option if no inputs were givenMaciej W. Rozycki1-1/+1
2019-11-12Remove last leftover usage of params* files.Martin Liska1-8/+0
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-10-10pretty-print: support URL escape sequences (PR 87488)David Malcolm1-0/+5
2019-08-08Fix file descriptor existence of MinGW.Martin Liska1-2/+2
2019-08-02Properly detect working jobserver in gcc driver.Martin Liska1-0/+42
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+2
2019-07-03Add zstd support for LTO bytecode compression.Martin Liska1-0/+5
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-3/+3
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-6/+9
2019-05-13[PATCH] A couple of driver cleanupsNathan Sidwell1-5/+5
2019-05-02Postpone print of --help=* option.Martin Liska1-3/+2
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-10/+11
2019-02-18Support if statement in !GCC$ builtin directive.Martin Liska1-5/+5
2019-01-16Extend locations where to seach for Fortran pre-include.Martin Liska1-20/+83
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-1/+1
2018-11-27Support simd function declarations via a pre-include.Martin Liska1-0/+19
2018-11-15Machine-readable diagnostic output (PR other/19165)David Malcolm1-0/+5
2018-10-28Add D front-end, libphobos library, and D2 testsuite.Iain Buclaw1-0/+1
2018-09-20Fix and document -r optionAllan Sandfeld Jensen1-9/+9
2018-09-11* gcc.c (load_specs, execute, run_attempt): Use %qs not '%s'.Nathan Sidwell1-5/+5
2018-09-11[driver] Use regular error routinesNathan Sidwell1-37/+21
2018-09-09[PATCH] internalize a driver fnNathan Sidwell1-0/+1
2018-07-31Improve specs processing to allow %* in function argumentsOlivier Hainque1-22/+29
2018-07-31Add support for -nolibcOlivier Hainque1-1/+1
2018-07-31getenv_spec_function to prepend / to value for undef varOlivier Hainque1-2/+13
2018-07-05RevertJakub Jelinek1-1/+1