aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-10Makefile.def: Add libmpx.Ilya Enkovich1-0/+5
2015-02-03PR jit/64810: driver, arm, jit: configure-time default optionsDavid Malcolm1-46/+38
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-61/+91
2015-01-23re PR driver/64737 (gcc -v print extra blank line)Jakub Jelinek1-2/+3
2015-01-23diagnostic-core.h (internal_error_no_backtrace): New prototype.Jakub Jelinek1-2/+3
2015-01-22gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicit for !TARGET_LIBC_PRO...Rainer Orth1-2/+5
2015-01-22re PR driver/64690 (-freport-bug issue with comments)Max Ostapenko1-24/+34
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-2/+3
2015-01-05gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2014-12-04diagnostic.c (diagnostic_color_init): New.Manuel López-Ibáñez1-0/+5
2014-11-26gcc.c (SANITIZER_SPEC): Don't error on -fsanitize=thread without -pie or -sha...Jakub Jelinek1-1/+1
2014-11-25Remove unnecessary calls to strchr.Ilya Tocar1-11/+13
2014-11-19re PR driver/36312 (should refuse to overwrite input file with output file)Manuel López-Ibáñez1-1/+3
2014-11-13re PR bootstrap/63853 (The use of strchrnul breaks bootstrap on x86_64-apple-...Dominique d'Humieres1-4/+12