aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-04re PR sanitizer/84250 (Symbol collision when using both Address and Undefined...Maxim Ostapenko1-1/+1
2018-06-28Come up with new --completion option.Martin Liska1-0/+15
2018-06-28Makefile.in: Add opt-suggestions.o.Martin Liska1-111/+3
2018-06-12gcc.c: Document new %@{...} sequence.Eric Botcazou1-113/+130
2018-06-08Remove MPXMartin Liska1-5/+1
2018-05-30passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka1-0/+1
2018-02-09re PR sanitizer/84285 (Fail to statically link with -fsanitize=undefined)Jakub Jelinek1-4/+4
2018-01-09re PR preprocessor/83722 (the ICE dumper doesn't comment-out some error messa...Jakub Jelinek1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-1/+1
2017-11-28Remove Cilk Plus support.Julia Koval1-8/+1
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-3/+4
2017-10-30* gcc.c (HAVE_TARGET_EXECUTABLE_SUFFIX): Remove old kludge.Eric Botcazou1-2/+3
2017-10-29Delete obsolete SDB debug info support.James E Wilson1-1/+1
2017-09-12Add -static-pie to GCC driver to create static PIEH.J. Lu1-8/+12
2017-08-29Fix --help=target (PR other/39851).Martin Liska1-1/+2
2017-08-28gcc.c (execute): Fold SIGPIPE handling into switch statement.Nathan Sidwell1-37/+38
2017-08-23Fix broken MinGW build of gcc.cThomas Preud'homme1-0/+5
2017-08-15gcc.c (execute): Emit friendlier message if inferior is killed by an external...Nathan Sidwell1-3/+21
2017-08-08PR driver/81523: Make -static override -pieH.J. Lu1-7/+7
2017-07-14Remove Java references in source code.Martin Liska1-2/+0
2017-07-14Remove Pascal language in source code.Martin Liska1-1/+0
2017-07-06gcc.c (spec_undefvar_allowed): New global.Olivier Hainque1-13/+13
2017-06-15PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor1-2/+2
2017-06-13Implement no_sanitize function attributeMartin Liska1-1/+2
2017-05-15Do not allow empty argument of -o option (PR driver/31468).Martin Liska1-0/+3
2017-05-03Support escaping special characters in specsJeff Downs1-3/+49
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek1-0/+4
2017-01-16re PR driver/49726 (-g0 file.S -g does not produce debug info)Jakub Jelinek1-5/+31
2017-01-11re PR c++/72813 (atomic header cannot be compiled into translation unit with ...Jakub Jelinek1-1/+1
2017-01-09Do not error when -E provided (PR pch/78970).Martin Liska1-1/+9
2017-01-05Error for '-' as filename of a precompiled header (PR pch/78970)Martin Liska1-1/+10
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2017-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-1/+1
2016-12-21Do not suggest -fsanitize=all (PR driver/78863).Martin Liska1-0/+11
2016-11-14Introduce -fprofile-update=prefer-atomicMartin Liska1-5/+1