aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)Author
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
2017-08-15gcc.c (execute): Emit friendlier message if inferior is killed by an external...Nathan Sidwell
2017-08-08PR driver/81523: Make -static override -pieH.J. Lu
2017-07-14Remove Java references in source code.Martin Liska
2017-07-14Remove Pascal language in source code.Martin Liska
2017-07-06gcc.c (spec_undefvar_allowed): New global.Olivier Hainque
2017-06-15PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor
2017-06-13Implement no_sanitize function attributeMartin Liska
2017-05-15Do not allow empty argument of -o option (PR driver/31468).Martin Liska
2017-05-03Support escaping special characters in specsJeff Downs
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek
2017-01-16re PR driver/49726 (-g0 file.S -g does not produce debug info)Jakub Jelinek
2017-01-11re PR c++/72813 (atomic header cannot be compiled into translation unit with ...Jakub Jelinek
2017-01-09Do not error when -E provided (PR pch/78970).Martin Liska
2017-01-05Error for '-' as filename of a precompiled header (PR pch/78970)Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2017-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2016-12-21Do not suggest -fsanitize=all (PR driver/78863).Martin Liska
2016-11-14Introduce -fprofile-update=prefer-atomicMartin Liska
2016-10-06Add -fprofile-update option jugglingMartin Liska
2016-09-30re PR other/31566 (@missing_file gives bad error message)Prasad Ghangal
2016-08-15Fix invalid memory access in gcc.c (driver/72765)Martin Liska
2016-07-04fix interaction of -S and -x {c,c++}-headerJan Beulich
2016-06-30Fix bogus option suggestions for RejectNegative options (PR driver/71651)David Malcolm
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou
2016-05-09Error out on -fvtable-verify without --enable-vtable-verifyRainer Orth
2016-02-19re PR driver/69805 (ICE in greater_than_spec_func, at gcc.c:9722)Jakub Jelinek
2016-02-12PR driver/69779: fix bogus cleanup code used by libgccjit affecting s390xDavid Malcolm
2016-02-12PR driver/69265 and 69453: improved suggestions for various misspelled optionsDavid Malcolm
2016-01-19Fix memory chunk corruption for opts_obstack (PR jit/68446)David Malcolm
2016-01-12Prevent "undef var" errors on gcc --help or --version with self-specsOlivier Hainque
2016-01-04gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2015-11-25Port libvtv to SolarisRainer Orth
2015-11-15always define ENABLE_OFFLOADINGTrevor Saunders
2015-11-12[PATCH] gcc.c: new macro POST_LINK_SPECS to be able to add additionalAndris Pavenis
2015-11-13PR driver/67613 - spell suggestions for misspelled command line optionsDavid Malcolm
2015-11-12Fix big memory leak in ix86_valid_target_attribute_pMartin Liska
2015-11-09Fix memory leaks and use a pool_allocatorMartin Liska
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor