]> gcc.gnu.org Git - gcc.git/history - gcc/c-family/c-opts.c
preprocessor: Better line info for <builtin> & <command-line>
[gcc.git] / gcc / c-family / c-opts.c
2020-07-07 Nathan Sidwellpreprocessor: Better line info for <builtin> & <command...
2020-06-26 Marek Polacekc++: Change the default dialect to C++17.
2020-05-20 Nathan Sidwellpreprocessor: cleanups in c-common handling
2020-05-15 Jason Merrillc++: Enable coroutines with -std=c++20.
2020-05-13 Jason Merrillc++: Replace "C++2a" with "C++20".
2020-04-02 Richard Bienerc/94392 - only enable -ffinite-loops for C++
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-10 David Malcolmdiagnostic_show_locus: move initial newline to callers
2019-11-12 Martin LiskaUse more SET_OPTION_IF_UNSET.
2019-11-08 Joseph MyersHandle removal of old-style function definitions in...
2019-11-05 Jason MerrillMake -fconcepts-ts imply -fconcepts.
2019-11-04 Kamlesh KumarPR c++/91979 - mangling nullptr expression
2019-10-09 Jason MerrillUpdate the concepts implementation to conform to C...
2019-10-08 Joseph MyersMake C2X imply -fno-fp-int-builtin-inexact.
2019-10-01 David MalcolmSupport prefixes in diagnostic_show_locus
2019-09-06 Martin LiskaRemove support for repo files (PR c++/91125).
2019-08-29 Marek PolacekImplement P1152R4: Deprecating some uses of volatile.
2019-08-23 Jakub Jelinekre PR middle-end/91283 (gcc.dg/torture/c99-contract...
2019-08-05 Marek PolacekPR c++/91338 - Implement P1161R3: Deprecate a[b,c].
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-02 Qing Zhaore PR preprocessor/90581 (provide an option to adjust...
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-06 Nathan Sidwell[libcpp] struct deps renaming
2019-03-12 Martin LiskaReplace can't in error messages for Fortran.
2019-03-11 Martin LiskaWrap apostrophes in gcc internal format with %'.
2019-03-11 Martin LiskaWrap option names in gcc internal messages with %<...
2019-01-14 Tom HonermannImplement P0482R5, char8_t: A type for UTF-8 characters...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-15 David MalcolmMachine-readable diagnostic output (PR other/19165)
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-10-31 Nathan Sidwell[PATCH] command line macros
2018-10-31 Nathan Sidwell[6/6] Preprocessor forced macro location
2018-10-17 Joseph MyersAdd -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static...
2018-10-09 David MalcolmCleanup of libcpp diagnostic callbacks
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-07-20 Martin SeborPR middle-end/82063 - issues with arguments enabled...
2018-06-13 Jason Merrillc-opts.c (c_common_post_options): Warn about useless...
2018-06-13 Jason MerrillPR c++/86094 - wrong code with defaulted move ctor.
2018-05-30 David Paganre PR c/55976 (-Werror=return-type should error on...
2018-01-18 Boris KolpackovAdd ability to remap file names in __FILE__, etc (PR...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-06 Martin LiskaInstrument function exit with __builtin_unreachable...
2017-10-30 Joseph MyersAdd -std=c17, -std=gnu17.
2017-10-11 Nathan Sidwell[PATCH] Include path enumeration
2017-09-15 Andrew SuttonAdd support for -std=c++2a.
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-09-01 Boris Kolpackovc-opts.c (c_common_finish): Write dependency informatio...
2017-08-11 Martin LiskaIntroduce TARGET_SUPPORTS_ALIASES
2017-06-14 Boris KolpackovRecognize '-' as special -MF argument (write to stdout)
2017-05-19 Nathan Sidwelltoplev.c (general_init): Call register dump lang hook.
2017-05-17 Martin LiskaIntroduce dump_flags_t type and use it instead of int...
2017-05-08 Jason MerrillBump C++ ABI version.
2017-04-25 Bernd Edlinger017-04-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
2017-01-05 Martin LiskaError for '-' as filename of a precompiled header ...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-21 Jason MerrillImplement P0522R0, matching of template template arguments.
2016-11-23 James Greenhalgh[Patch 5/17] Add -fpermitted-flt-eval-methods=[c11...
2016-11-02 Jason MerrillImplement P0136R1, Rewording inheriting constructors.
2016-10-31 Jakub Jelinekre PR c++/77948 (Option processing of -std=c++11 -std...
2016-10-18 Aldy HernandezMakefile.in (OBJS): Add gimple-ssa-warn-alloca.o.
2016-10-13 Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-10-11 Jakub Jelinekgcc/
2016-09-29 Jakub JelinekImplement P0001R1 - C++17 removal of register storage...
2016-09-29 James Greenhalgh[Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_D...
2016-08-18 David MalcolmAllow calling diagnostic_show_locus without a diagnosti...
2016-08-12 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-05 David MalcolmOn-demand locations within string-literals
2016-07-15 Jason MerrillUpdate -fabi-version default to 11.
2016-07-08 Jason MerrillP0145: Refining Expression Order for C++ (-fstrong...
2016-06-14 Jason MerrillP0145R2: Refining Expression Order for C++.
2016-03-08 Jason MerrillRemove Concepts from -std=c++1z.
2016-02-19 Bernd Edlingerre PR c++/69865 (-trigraphs option broken)
2016-01-26 David MalcolmPR other/69006: fix extra newlines after diagnostics
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-13 David MalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-09-22 Jason MerrillDisconnect -Wabi=<n> from -fabi-compat-version=<n>.
2015-09-14 Marek Polacekc-opts.c (c_common_post_options): Set C++ standard...
2015-08-07 Andrew SuttonAdd C++ Concepts TS support.
2015-07-20 Marek Polacekre PR c++/55095 (Wshift-overflow)
2015-07-15 Andrew MacLeodopth-gen.awk: Check for UNKNOWN_LOCATION rather than...
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-01 Jason Merrillc-opts.c (c_common_post_options): Default to C++14.
2015-07-01 Jason Merrillc-opts.c (c_common_post_options): Highest ABI level...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-05 Aldy HernandezMerge debug-early branch into mainline.
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-06-02 Jason Merrillre PR c++/44282 (fastcall is not mangled at all)
2015-05-19 David MalcolmReplace line_map union with C++ class hierarchy
2015-05-10 Jason Merrillc-opts.c (c_common_post_options): Also clear cpp_opts...
2015-05-10 Jason Merrillc-common.h (enum cxx_dialect): Add cxx_unset.
2015-05-09 Jason Merrillc.opt (Wc++11-compat): Make primary.
2015-05-07 Marek Polacekre PR c/65179 (Introduce new C warning: -Wshift-negativ...
2015-02-13 Jason Merrillre PR c++/64956 (__GXX_ABI_VERSION needs a proper defin...
2015-01-30 Joseph MyersAlways pass explicit location to fatal_error.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-15 Jason MerrillN3778: Sized Deallocation
next
This page took 2.327334 seconds and 108 git commands to generate.