Daily bump.
[gcc.git] / gcc / gcc.c
2018-09-20 Allan Sandfeld JensenFix and document -r option
2018-09-11 Nathan Sidwell* gcc.c (load_specs, execute, run_attempt): Use %qs...
2018-09-11 Nathan Sidwell[driver] Use regular error routines
2018-09-09 Nathan Sidwell[PATCH] internalize a driver fn
2018-07-31 Olivier HainqueImprove specs processing to allow %* in function arguments
2018-07-31 Olivier HainqueAdd support for -nolibc
2018-07-31 Olivier Hainquegetenv_spec_function to prepend / to value for undef var
2018-07-05 Jakub JelinekRevert
2018-07-04 Maxim Ostapenkore PR sanitizer/84250 (Symbol collision when using...
2018-06-28 Martin LiskaCome up with new --completion option.
2018-06-28 Martin LiskaMakefile.in: Add opt-suggestions.o.
2018-06-12 Eric Botcazougcc.c: Document new %@{...} sequence.
2018-06-08 Martin LiskaRemove MPX
2018-05-30 Jan Hubickapasses.c (ipa_write_summaries): Only modify statements...
2018-02-09 Jakub Jelinekre PR sanitizer/84285 (Fail to statically link with...
2018-01-09 Jakub Jelinekre PR preprocessor/83722 (the ICE dumper doesn't commen...
2018-01-03 Jakub JelinekUpdate copyright years.
2018-01-03 Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2017-11-28 Julia KovalRemove Cilk Plus support.
2017-10-31 David Malcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-30 Eric Botcazou* gcc.c (HAVE_TARGET_EXECUTABLE_SUFFIX): Remove old...
2017-10-29 James E WilsonDelete obsolete SDB debug info support.
2017-09-12 H.J. LuAdd -static-pie to GCC driver to create static PIE
2017-08-29 Martin LiskaFix --help=target (PR other/39851).
2017-08-28 Nathan Sidwellgcc.c (execute): Fold SIGPIPE handling into switch...
2017-08-23 Thomas Preud'hommeFix broken MinGW build of gcc.c
2017-08-15 Nathan Sidwellgcc.c (execute): Emit friendlier message if inferior...
2017-08-08 H.J. LuPR driver/81523: Make -static override -pie
2017-07-14 Martin LiskaRemove Java references in source code.
2017-07-14 Martin LiskaRemove Pascal language in source code.
2017-07-06 Olivier Hainquegcc.c (spec_undefvar_allowed): New global.
2017-06-16 Martin SeborPR c++/80560 - warn on undefined memory operations...
2017-06-13 Martin LiskaImplement no_sanitize function attribute
2017-05-15 Martin LiskaDo not allow empty argument of -o option (PR driver...
2017-05-03 Jeff DownsSupport escaping special characters in specs
2017-01-17 Jakub Jelinekre PR other/79046 (g++ -print-file-name=plugin uses...
2017-01-16 Jakub Jelinekre PR driver/49726 (-g0 file.S -g does not produce...
2017-01-11 Jakub Jelinekre PR c++/72813 (atomic header cannot be compiled into...
2017-01-09 Martin LiskaDo not error when -E provided (PR pch/78970).
2017-01-05 Martin LiskaError for '-' as filename of a precompiled header ...
2017-01-01 Jakub JelinekUpdate copyright years.
2017-01-01 Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2016-12-21 Martin LiskaDo not suggest -fsanitize=all (PR driver/78863).
2016-11-14 Martin LiskaIntroduce -fprofile-update=prefer-atomic
2016-10-06 Martin LiskaAdd -fprofile-update option juggling
2016-09-30 Prasad Ghangalre PR other/31566 (@missing_file gives bad error message)
2016-08-15 Martin LiskaFix invalid memory access in gcc.c (driver/72765)
2016-07-04 Jan Beulichfix interaction of -S and -x {c,c++}-header
2016-06-30 David MalcolmFix bogus option suggestions for RejectNegative options...
2016-06-01 Eduard Sanouc-common.c (get_source_date_epoch): Rename to cb_get_so...
2016-05-09 Rainer OrthError out on -fvtable-verify without --enable-vtable...
2016-02-19 Jakub Jelinekre PR driver/69805 (ICE in greater_than_spec_func,...
2016-02-12 David MalcolmPR driver/69779: fix bogus cleanup code used by libgccj...
2016-02-12 David MalcolmPR driver/69265 and 69453: improved suggestions for...
2016-01-19 David MalcolmFix memory chunk corruption for opts_obstack (PR jit...
2016-01-12 Olivier HainquePrevent "undef var" errors on gcc --help or --version...
2016-01-04 Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2015-11-25 Rainer OrthPort libvtv to Solaris
2015-11-15 Trevor Saundersalways define ENABLE_OFFLOADING
2015-11-13 Andris Pavenis[PATCH] gcc.c: new macro POST_LINK_SPECS to be able...
2015-11-13 David MalcolmPR driver/67613 - spell suggestions for misspelled...
2015-11-12 Martin LiskaFix big memory leak in ix86_valid_target_attribute_p
2015-11-09 Martin LiskaFix memory leaks and use a pool_allocator
2015-10-21 Martin SeborImprove --help output to generate references to option...
2015-10-02 Bernd SchmidtHelp the offload gcc driver find the right assembler
2015-09-30 Lynn Bogerre PR go/66870 (split stack issues on ppc64le and ppc64)
2015-09-24 Rainer OrthSupport PIE on Solaris
2015-09-23 Thomas SchwingeFix --enable-offload-targets/-foffload handling, pt. 2
2015-09-23 Thomas SchwingeFix --enable-offload-targets/-foffload handling, pt. 1
2015-08-31 Rainer OrthAvoid strndup in gcc.c (PR bootstrap/67363)
2015-08-25 Joseph MyersFix build for targets not defining EXTRA_SPECS.
2015-08-25 David MalcolmSupport embedding the driver in-process within libgccjit
2015-08-25 Thomas SchwingeExpand comment on struct switchstr.
2015-07-14 Tom de VriesIgnore -ftree-parallelize-loops={0,1} using gt
2015-07-13 Aldy HernandezFix double word typos.
2015-06-25 H.J. LuValidate -pie if PIE is enabled by default
2015-06-22 Pierre-Marie de... gcc.c (default_compilers): Pass "-o %g.s" to cc1 for...
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-05-28 H.J. LuAdd --enable-default-pie option to GCC configure
2015-05-09 Jason Merrillbitmap.c, [...]: Add space between string literal and...
2015-03-10 Ilya EnkovichMakefile.def: Add libmpx.
2015-02-03 David MalcolmPR jit/64810: driver, arm, jit: configure-time default...
2015-01-30 Joseph MyersAlways pass explicit location to fatal_error.
2015-01-23 Jakub Jelinekre PR driver/64737 (gcc -v print extra blank line)
2015-01-23 Jakub Jelinekdiagnostic-core.h (internal_error_no_backtrace): New...
2015-01-22 Rainer Orthgcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explici...
2015-01-22 Max Ostapenkore PR driver/64690 (-freport-bug issue with comments)
2015-01-15 Thomas SchwingeMerge current set of OpenACC changes from gomp-4_0...
2015-01-05 Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2014-12-04 Manuel López-Ibáñezdiagnostic.c (diagnostic_color_init): New.
2014-11-26 Jakub Jelinekgcc.c (SANITIZER_SPEC): Don't error on -fsanitize=threa...
2014-11-25 Ilya TocarRemove unnecessary calls to strchr.
2014-11-19 Manuel López-Ibáñezre PR driver/36312 (should refuse to overwrite input...
2014-11-13 Dominique d'Humieresre PR bootstrap/63853 (The use of strchrnul breaks...
2014-11-13 Bernd Schmidt[PATCH 6/7] OpenMP 4.0 offloading infrastructure: optio...
2014-11-13 Ilya Verbin[PATCH 4/7] OpenMP 4.0 offloading infrastructure: lto...
2014-11-11 Anthony Brandonre PR driver/36312 (should refuse to overwrite input...
2014-11-05 Manuel López-IbáñezRevert revision 217149 because it breaks Ada:
2014-11-05 Anthony Brandonre PR driver/36312 (should refuse to overwrite input...
2014-10-22 Richard Bienerre PR lto/63603 (Linking with -fno-lto still invokes...
next