summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2018-01-031-1/+1
* Remove Cilk Plus support.Julia Koval2017-11-281-8/+1
* diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm2017-10-311-3/+4
* * gcc.c (HAVE_TARGET_EXECUTABLE_SUFFIX): Remove old kludge.Eric Botcazou2017-10-301-2/+3
* Delete obsolete SDB debug info support.James E Wilson2017-10-291-1/+1
* Add -static-pie to GCC driver to create static PIEH.J. Lu2017-09-121-8/+12
* Fix --help=target (PR other/39851).Martin Liska2017-08-291-1/+2
* gcc.c (execute): Fold SIGPIPE handling into switch statement.Nathan Sidwell2017-08-281-37/+38
* Fix broken MinGW build of gcc.cThomas Preud'homme2017-08-231-0/+5
* gcc.c (execute): Emit friendlier message if inferior is killed by an external...Nathan Sidwell2017-08-151-3/+21
* PR driver/81523: Make -static override -pieH.J. Lu2017-08-081-7/+7
* Remove Java references in source code.Martin Liska2017-07-141-2/+0
* Remove Pascal language in source code.Martin Liska2017-07-141-1/+0
* gcc.c (spec_undefvar_allowed): New global.Olivier Hainque2017-07-061-13/+13
* PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor2017-06-151-2/+2
* Implement no_sanitize function attributeMartin Liska2017-06-131-1/+2
* Do not allow empty argument of -o option (PR driver/31468).Martin Liska2017-05-151-0/+3
* Support escaping special characters in specsJeff Downs2017-05-031-3/+49
* re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2017-01-171-0/+4
* re PR driver/49726 (-g0 file.S -g does not produce debug info)Jakub Jelinek2017-01-161-5/+31
* re PR c++/72813 (atomic header cannot be compiled into translation unit with ...Jakub Jelinek2017-01-111-1/+1
* Do not error when -E provided (PR pch/78970).Martin Liska2017-01-091-1/+9
* Error for '-' as filename of a precompiled header (PR pch/78970)Martin Liska2017-01-051-1/+10
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2017-01-011-1/+1
* Do not suggest -fsanitize=all (PR driver/78863).Martin Liska2016-12-211-0/+11
* Introduce -fprofile-update=prefer-atomicMartin Liska2016-11-141-5/+1
* Add -fprofile-update option jugglingMartin Liska2016-10-061-1/+8
* re PR other/31566 (@missing_file gives bad error message)Prasad Ghangal2016-09-301-1/+6
* Fix invalid memory access in gcc.c (driver/72765)Martin Liska2016-08-151-2/+4
* fix interaction of -S and -x {c,c++}-headerJan Beulich2016-07-041-1/+1
* Fix bogus option suggestions for RejectNegative options (PR driver/71651)David Malcolm2016-06-301-3/+6
* c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou2016-06-011-0/+24
* Error out on -fvtable-verify without --enable-vtable-verifyRainer Orth2016-05-091-0/+9
* re PR driver/69805 (ICE in greater_than_spec_func, at gcc.c:9722)Jakub Jelinek2016-02-191-24/+8
* PR driver/69779: fix bogus cleanup code used by libgccjit affecting s390xDavid Malcolm2016-02-121-2/+14
* PR driver/69265 and 69453: improved suggestions for various misspelled optionsDavid Malcolm2016-02-121-28/+84
* Fix memory chunk corruption for opts_obstack (PR jit/68446)David Malcolm2016-01-191-0/+1
* Prevent "undef var" errors on gcc --help or --version with self-specsOlivier Hainque2016-01-121-5/+38
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2016-01-041-2/+2
* Port libvtv to SolarisRainer Orth2015-11-251-3/+3
* always define ENABLE_OFFLOADINGTrevor Saunders2015-11-151-3/+1
* [PATCH] gcc.c: new macro POST_LINK_SPECS to be able to add additionalAndris Pavenis2015-11-121-1/+7
* PR driver/67613 - spell suggestions for misspelled command line optionsDavid Malcolm2015-11-131-1/+50
* Fix big memory leak in ix86_valid_target_attribute_pMartin Liska2015-11-121-1/+1
* Fix memory leaks and use a pool_allocatorMartin Liska2015-11-091-1/+4
* Improve --help output to generate references to option aliases.Martin Sebor2015-10-211-45/+45
* Help the offload gcc driver find the right assemblerBernd Schmidt2015-10-021-1/+1
* re PR go/66870 (split stack issues on ppc64le and ppc64)Lynn Boger2015-09-301-0/+4