summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* Add -static-pie to GCC driver to create static PIEhjl2017-09-121-8/+12
* Fix --help=target (PR other/39851).marxin2017-08-291-1/+2
* * gcc.c (execute): Fold SIGPIPE handling into switchnathan2017-08-281-37/+38
* Fix broken MinGW build of gcc.cthopre012017-08-231-0/+5
* * gcc.c (execute): Emit friendlier message if inferior is killednathan2017-08-151-3/+21
* PR driver/81523: Make -static override -piehjl2017-08-081-7/+7
* Remove Java references in source code.marxin2017-07-141-2/+0
* Remove Pascal language in source code.marxin2017-07-141-1/+0
* 2017-07-06 Olivier Hainque <hainque@adacore.com>hainque2017-07-061-13/+13
* PR c++/80560 - warn on undefined memory operations involving non-trivial typesmsebor2017-06-161-2/+2
* Implement no_sanitize function attributemarxin2017-06-131-1/+2
* Do not allow empty argument of -o option (PR driver/31468).marxin2017-05-151-0/+3
* Support escaping special characters in specsro2017-05-031-3/+49
* PR other/79046jakub2017-01-171-0/+4
* PR driver/49726jakub2017-01-161-5/+31
* PR c++/72813jakub2017-01-111-1/+1
* Do not error when -E provided (PR pch/78970).marxin2017-01-091-1/+9
* Error for '-' as filename of a precompiled header (PR pch/78970)marxin2017-01-051-1/+10
* Update copyright years.jakub2017-01-011-1/+1
* gcc/jakub2017-01-011-1/+1
* Do not suggest -fsanitize=all (PR driver/78863).marxin2016-12-211-0/+11
* Introduce -fprofile-update=prefer-atomicmarxin2016-11-141-5/+1
* Add -fprofile-update option jugglingmarxin2016-10-061-1/+8
* PR other/31566law2016-09-301-1/+6
* Fix invalid memory access in gcc.c (driver/72765)marxin2016-08-151-2/+4
* fix interaction of -S and -x {c,c++}-headerjbeulich2016-07-041-1/+1
* Fix bogus option suggestions for RejectNegative options (PR driver/71651)dmalcolm2016-06-301-3/+6
* gcc/c-family/ChangeLog:doko2016-06-011-0/+24
* Error out on -fvtable-verify without --enable-vtable-verifyro2016-05-091-0/+9
* PR driver/69805jakub2016-02-191-24/+8
* PR driver/69779: fix bogus cleanup code used by libgccjit affecting s390xdmalcolm2016-02-121-2/+14
* PR driver/69265 and 69453: improved suggestions for various misspelled optionsdmalcolm2016-02-121-28/+84
* Fix memory chunk corruption for opts_obstack (PR jit/68446)dmalcolm2016-01-191-0/+1
* Prevent "undef var" errors on gcc --help or --version with self-specshainque2016-01-121-5/+38
* gcc/jakub2016-01-041-2/+2
* Port libvtv to Solarisro2015-11-251-3/+3
* always define ENABLE_OFFLOADINGtbsaunde2015-11-151-3/+1
* [PATCH] gcc.c: new macro POST_LINK_SPECS to be able to add additionallaw2015-11-131-1/+7
* PR driver/67613 - spell suggestions for misspelled command line optionsdmalcolm2015-11-131-1/+50
* Fix big memory leak in ix86_valid_target_attribute_pmarxin2015-11-121-1/+1
* Fix memory leaks and use a pool_allocatormarxin2015-11-091-1/+4
* Improve --help output to generate references to option aliases.msebor2015-10-211-45/+45
* Help the offload gcc driver find the right assemblertschwinge2015-10-021-1/+1
* PR target/66870ian2015-09-301-0/+4
* Support PIE on Solarisro2015-09-241-0/+2
* Fix --enable-offload-targets/-foffload handling, pt. 2tschwinge2015-09-231-4/+3
* Fix --enable-offload-targets/-foffload handling, pt. 1tschwinge2015-09-231-10/+13
* Avoid strndup in gcc.c (PR bootstrap/67363)ro2015-08-311-1/+1
* Fix build for targets not defining EXTRA_SPECS.jsm282015-08-251-0/+2
* Support embedding the driver in-process within libgccjitdmalcolm2015-08-251-21/+379