aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-03backport: re PR sanitizer/84285 (Fail to statically link with -fsanitize=unde...Jakub Jelinek1-4/+4
2018-03-03backport: re PR preprocessor/83722 (the ICE dumper doesn't comment-out some e...Jakub Jelinek1-2/+2
2017-09-15Subject: Backport r251400Martin Liska1-1/+2
2017-08-29PR driver/81523: Make -static override -pieAlan Modra1-7/+7
2017-06-22Backport r248060Martin Liska1-0/+3
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
2015-09-30re PR go/66870 (split stack issues on ppc64le and ppc64)Lynn Boger1-0/+4
2015-09-24Support PIE on SolarisRainer Orth1-0/+2
2015-09-23Fix --enable-offload-targets/-foffload handling, pt. 2Thomas Schwinge1-4/+3
2015-09-23Fix --enable-offload-targets/-foffload handling, pt. 1Thomas Schwinge1-10/+13
2015-08-31Avoid strndup in gcc.c (PR bootstrap/67363)Rainer Orth1-1/+1
2015-08-25Fix build for targets not defining EXTRA_SPECS.Joseph Myers1-0/+2
2015-08-25Support embedding the driver in-process within libgccjitDavid Malcolm1-21/+379
2015-08-25Expand comment on struct switchstr.Thomas Schwinge1-3/+8
2015-07-14Ignore -ftree-parallelize-loops={0,1} using gtTom de Vries1-2/+47
2015-07-13Fix double word typos.Aldy Hernandez1-3/+3
2015-06-25Validate -pie if PIE is enabled by defaultH.J. Lu1-0/+5
2015-06-22gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if -fdump-a...Pierre-Marie de Rodat1-4/+6
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-05-27Add --enable-default-pie option to GCC configureH.J. Lu1-2/+47
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-2/+2