aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-06Add -fprofile-update option jugglingMartin Liska1-1/+8
2016-09-30re PR other/31566 (@missing_file gives bad error message)Prasad Ghangal1-1/+6
2016-08-15Fix invalid memory access in gcc.c (driver/72765)Martin Liska1-2/+4
2016-07-04fix interaction of -S and -x {c,c++}-headerJan Beulich1-1/+1
2016-06-30Fix bogus option suggestions for RejectNegative options (PR driver/71651)David Malcolm1-3/+6
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou1-0/+24
2016-05-09Error out on -fvtable-verify without --enable-vtable-verifyRainer Orth1-0/+9
2016-02-19re PR driver/69805 (ICE in greater_than_spec_func, at gcc.c:9722)Jakub Jelinek1-24/+8
2016-02-12PR driver/69779: fix bogus cleanup code used by libgccjit affecting s390xDavid Malcolm1-2/+14
2016-02-12PR driver/69265 and 69453: improved suggestions for various misspelled optionsDavid Malcolm1-28/+84
2016-01-19Fix memory chunk corruption for opts_obstack (PR jit/68446)David Malcolm1-0/+1
2016-01-12Prevent "undef var" errors on gcc --help or --version with self-specsOlivier Hainque1-5/+38
2016-01-04gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2015-11-25Port libvtv to SolarisRainer Orth1-3/+3
2015-11-15always define ENABLE_OFFLOADINGTrevor Saunders1-3/+1
2015-11-12[PATCH] gcc.c: new macro POST_LINK_SPECS to be able to add additionalAndris Pavenis1-1/+7
2015-11-13PR driver/67613 - spell suggestions for misspelled command line optionsDavid Malcolm1-1/+50
2015-11-12Fix big memory leak in ix86_valid_target_attribute_pMartin Liska1-1/+1
2015-11-09Fix memory leaks and use a pool_allocatorMartin Liska1-1/+4
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-45/+45
2015-10-02Help the offload gcc driver find the right assemblerBernd Schmidt1-1/+1